You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/04/01 14:47:53 UTC

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/

[Mar 31, 2019 6:33:25 AM] (umamahesh) HDFS-14355 : Implement HDFS cache on SCM by using pure java mapped byte




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp 
       Dead store to download in org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.incrementDownload(SolrDocument, long) At AppCatalogSolrClient.java:org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.incrementDownload(SolrDocument, long) At AppCatalogSolrClient.java:[line 306] 
       Boxing/unboxing to parse a primitive org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.deployApp(String, Service) At AppCatalogSolrClient.java:org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.deployApp(String, Service) At AppCatalogSolrClient.java:[line 266] 
       Boxing/unboxing to parse a primitive org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.findAppStoreEntry(String) At AppCatalogSolrClient.java:org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.findAppStoreEntry(String) At AppCatalogSolrClient.java:[line 192] 
       Boxing/unboxing to parse a primitive org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.getRecommendedApps() At AppCatalogSolrClient.java:org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.getRecommendedApps() At AppCatalogSolrClient.java:[line 98] 
       Boxing/unboxing to parse a primitive org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.search(String) At AppCatalogSolrClient.java:org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.search(String) At AppCatalogSolrClient.java:[line 131] 
       Write to static field org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient.urlString from instance method new org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient() At AppCatalogSolrClient.java:from instance method new org.apache.hadoop.yarn.appcatalog.application.AppCatalogSolrClient() At AppCatalogSolrClient.java:[line 67] 
       org.apache.hadoop.yarn.appcatalog.model.AppDetails.getEnv() may expose internal representation by returning AppDetails.env At AppDetails.java:by returning AppDetails.env At AppDetails.java:[line 70] 
       org.apache.hadoop.yarn.appcatalog.model.AppDetails.getPorts() may expose internal representation by returning AppDetails.ports At AppDetails.java:by returning AppDetails.ports At AppDetails.java:[line 54] 
       org.apache.hadoop.yarn.appcatalog.model.AppDetails.getVolumes() may expose internal representation by returning AppDetails.volumes At AppDetails.java:by returning AppDetails.volumes At AppDetails.java:[line 62] 
       org.apache.hadoop.yarn.appcatalog.model.AppDetails.setEnv(String[]) may expose internal representation by storing an externally mutable object into AppDetails.env At AppDetails.java:by storing an externally mutable object into AppDetails.env At AppDetails.java:[line 74] 
       org.apache.hadoop.yarn.appcatalog.model.AppDetails.setPorts(String[]) may expose internal representation by storing an externally mutable object into AppDetails.ports At AppDetails.java:by storing an externally mutable object into AppDetails.ports At AppDetails.java:[line 58] 
       org.apache.hadoop.yarn.appcatalog.model.AppDetails.setVolumes(String[]) may expose internal representation by storing an externally mutable object into AppDetails.volumes At AppDetails.java:by storing an externally mutable object into AppDetails.volumes At AppDetails.java:[line 66] 
       org.apache.hadoop.yarn.appcatalog.model.Application doesn't override org.apache.hadoop.yarn.service.api.records.Service.equals(Object) At Application.java:At Application.java:[line 1] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.ozone.web.client.TestKeysRatis 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-catalog_hadoop-yarn-applications-catalog-webapp-warnings.html  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [352K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1093/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.metrics2.sink.TestFileSink 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.client.rpc.TestWatchForCommit 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.metrics2.sink.TestFileSink 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.client.rpc.TestWatchForCommit 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.metrics2.sink.TestFileSink 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.client.rpc.TestWatchForCommit 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.metrics2.sink.TestFileSink 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.client.rpc.TestWatchForCommit 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1148/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/

[May 24, 2019 4:42:46 PM] (weichiu) HDFS-14451. Incorrect header or version mismatch log message.
[May 24, 2019 5:23:47 PM] (inigoiri) Revert "HDFS-14353. Erasure Coding: metrics xmitsInProgress become to
[May 24, 2019 5:50:54 PM] (github) HDDS-1512. Implement DoubleBuffer in OzoneManager. (#810)
[May 24, 2019 7:34:29 PM] (shv) HDFS-14502. keepResults option in NNThroughputBenchmark should call
[May 24, 2019 8:12:59 PM] (xkrogen) HDFS-14500. NameNode StartupProgress should not allow new steps in an




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.web.client.TestKeys 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [264K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/

[May 24, 2019 4:42:46 PM] (weichiu) HDFS-14451. Incorrect header or version mismatch log message.
[May 24, 2019 5:23:47 PM] (inigoiri) Revert "HDFS-14353. Erasure Coding: metrics xmitsInProgress become to
[May 24, 2019 5:50:54 PM] (github) HDDS-1512. Implement DoubleBuffer in OzoneManager. (#810)
[May 24, 2019 7:34:29 PM] (shv) HDFS-14502. keepResults option in NNThroughputBenchmark should call
[May 24, 2019 8:12:59 PM] (xkrogen) HDFS-14500. NameNode StartupProgress should not allow new steps in an




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.web.client.TestKeys 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [264K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/

[May 24, 2019 4:42:46 PM] (weichiu) HDFS-14451. Incorrect header or version mismatch log message.
[May 24, 2019 5:23:47 PM] (inigoiri) Revert "HDFS-14353. Erasure Coding: metrics xmitsInProgress become to
[May 24, 2019 5:50:54 PM] (github) HDDS-1512. Implement DoubleBuffer in OzoneManager. (#810)
[May 24, 2019 7:34:29 PM] (shv) HDFS-14502. keepResults option in NNThroughputBenchmark should call
[May 24, 2019 8:12:59 PM] (xkrogen) HDFS-14500. NameNode StartupProgress should not allow new steps in an




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.web.client.TestKeys 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [264K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/

[May 24, 2019 4:42:46 PM] (weichiu) HDFS-14451. Incorrect header or version mismatch log message.
[May 24, 2019 5:23:47 PM] (inigoiri) Revert "HDFS-14353. Erasure Coding: metrics xmitsInProgress become to
[May 24, 2019 5:50:54 PM] (github) HDDS-1512. Implement DoubleBuffer in OzoneManager. (#810)
[May 24, 2019 7:34:29 PM] (shv) HDFS-14502. keepResults option in NNThroughputBenchmark should call
[May 24, 2019 8:12:59 PM] (xkrogen) HDFS-14500. NameNode StartupProgress should not allow new steps in an




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.web.client.TestKeys 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [264K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [76K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1147/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/

[May 18, 2019 10:46:33 AM] (sdeka) HDDS-1535. Space tracking for Open Containers : Handle Node Startup.
[May 20, 2019 2:43:37 AM] (sdeka) Fixed checkstyle issues.
[May 22, 2019 4:04:21 AM] (sdeka) verifyContainerData also does fixup, renamed. Added a Javadoc comment,
[May 23, 2019 2:02:00 AM] (ztang) SUBMARINE-83. Refine the documents of submarine targeting 0.2.0 release.
[May 23, 2019 4:59:42 AM] (aajisaka) HADOOP-12948. Remove the defunct startKdc profile from hadoop-common.
[May 23, 2019 6:06:40 AM] (sdeka) fixed merge error. adapted to new signature of BlockUtils getDB
[May 23, 2019 3:19:52 PM] (sdeka) fixed checkstyle issue post merge
[May 23, 2019 3:36:32 PM] (eyang) HADOOP-16287.  Implement ProxyUserAuthenticationFilter for web protocol
[May 23, 2019 4:08:44 PM] (eyang) YARN-9080.  Added clean up of bucket directories.            
[May 23, 2019 5:00:38 PM] (weichiu) YARN-9469. Fix typo in YarnConfiguration.
[May 23, 2019 5:28:37 PM] (xkrogen) HADOOP-16266. Add more fine-grained processing time metrics to the RPC
[May 23, 2019 5:40:15 PM] (xyao) HDDS-700. Support rack awared node placement policy based on network
[May 23, 2019 8:27:52 PM] (gifuma) YARN-9482. DistributedShell job with localization fails in unsecure
[May 23, 2019 10:34:55 PM] (arp7)  HDDS-1501 : Create a Recon task interface to update internal DB on
[May 23, 2019 10:38:47 PM] (eyang) YARN-9558.  Fixed LogAggregation test cases.             Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.TestClientProtocolForPipelineRecovery 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [868K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [260K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/

[May 18, 2019 10:46:33 AM] (sdeka) HDDS-1535. Space tracking for Open Containers : Handle Node Startup.
[May 20, 2019 2:43:37 AM] (sdeka) Fixed checkstyle issues.
[May 22, 2019 4:04:21 AM] (sdeka) verifyContainerData also does fixup, renamed. Added a Javadoc comment,
[May 23, 2019 2:02:00 AM] (ztang) SUBMARINE-83. Refine the documents of submarine targeting 0.2.0 release.
[May 23, 2019 4:59:42 AM] (aajisaka) HADOOP-12948. Remove the defunct startKdc profile from hadoop-common.
[May 23, 2019 6:06:40 AM] (sdeka) fixed merge error. adapted to new signature of BlockUtils getDB
[May 23, 2019 3:19:52 PM] (sdeka) fixed checkstyle issue post merge
[May 23, 2019 3:36:32 PM] (eyang) HADOOP-16287.  Implement ProxyUserAuthenticationFilter for web protocol
[May 23, 2019 4:08:44 PM] (eyang) YARN-9080.  Added clean up of bucket directories.            
[May 23, 2019 5:00:38 PM] (weichiu) YARN-9469. Fix typo in YarnConfiguration.
[May 23, 2019 5:28:37 PM] (xkrogen) HADOOP-16266. Add more fine-grained processing time metrics to the RPC
[May 23, 2019 5:40:15 PM] (xyao) HDDS-700. Support rack awared node placement policy based on network
[May 23, 2019 8:27:52 PM] (gifuma) YARN-9482. DistributedShell job with localization fails in unsecure
[May 23, 2019 10:34:55 PM] (arp7)  HDDS-1501 : Create a Recon task interface to update internal DB on
[May 23, 2019 10:38:47 PM] (eyang) YARN-9558.  Fixed LogAggregation test cases.             Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.TestClientProtocolForPipelineRecovery 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [868K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [260K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/

[May 18, 2019 10:46:33 AM] (sdeka) HDDS-1535. Space tracking for Open Containers : Handle Node Startup.
[May 20, 2019 2:43:37 AM] (sdeka) Fixed checkstyle issues.
[May 22, 2019 4:04:21 AM] (sdeka) verifyContainerData also does fixup, renamed. Added a Javadoc comment,
[May 23, 2019 2:02:00 AM] (ztang) SUBMARINE-83. Refine the documents of submarine targeting 0.2.0 release.
[May 23, 2019 4:59:42 AM] (aajisaka) HADOOP-12948. Remove the defunct startKdc profile from hadoop-common.
[May 23, 2019 6:06:40 AM] (sdeka) fixed merge error. adapted to new signature of BlockUtils getDB
[May 23, 2019 3:19:52 PM] (sdeka) fixed checkstyle issue post merge
[May 23, 2019 3:36:32 PM] (eyang) HADOOP-16287.  Implement ProxyUserAuthenticationFilter for web protocol
[May 23, 2019 4:08:44 PM] (eyang) YARN-9080.  Added clean up of bucket directories.            
[May 23, 2019 5:00:38 PM] (weichiu) YARN-9469. Fix typo in YarnConfiguration.
[May 23, 2019 5:28:37 PM] (xkrogen) HADOOP-16266. Add more fine-grained processing time metrics to the RPC
[May 23, 2019 5:40:15 PM] (xyao) HDDS-700. Support rack awared node placement policy based on network
[May 23, 2019 8:27:52 PM] (gifuma) YARN-9482. DistributedShell job with localization fails in unsecure
[May 23, 2019 10:34:55 PM] (arp7)  HDDS-1501 : Create a Recon task interface to update internal DB on
[May 23, 2019 10:38:47 PM] (eyang) YARN-9558.  Fixed LogAggregation test cases.             Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.TestClientProtocolForPipelineRecovery 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [868K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [260K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/

[May 18, 2019 10:46:33 AM] (sdeka) HDDS-1535. Space tracking for Open Containers : Handle Node Startup.
[May 20, 2019 2:43:37 AM] (sdeka) Fixed checkstyle issues.
[May 22, 2019 4:04:21 AM] (sdeka) verifyContainerData also does fixup, renamed. Added a Javadoc comment,
[May 23, 2019 2:02:00 AM] (ztang) SUBMARINE-83. Refine the documents of submarine targeting 0.2.0 release.
[May 23, 2019 4:59:42 AM] (aajisaka) HADOOP-12948. Remove the defunct startKdc profile from hadoop-common.
[May 23, 2019 6:06:40 AM] (sdeka) fixed merge error. adapted to new signature of BlockUtils getDB
[May 23, 2019 3:19:52 PM] (sdeka) fixed checkstyle issue post merge
[May 23, 2019 3:36:32 PM] (eyang) HADOOP-16287.  Implement ProxyUserAuthenticationFilter for web protocol
[May 23, 2019 4:08:44 PM] (eyang) YARN-9080.  Added clean up of bucket directories.            
[May 23, 2019 5:00:38 PM] (weichiu) YARN-9469. Fix typo in YarnConfiguration.
[May 23, 2019 5:28:37 PM] (xkrogen) HADOOP-16266. Add more fine-grained processing time metrics to the RPC
[May 23, 2019 5:40:15 PM] (xyao) HDDS-700. Support rack awared node placement policy based on network
[May 23, 2019 8:27:52 PM] (gifuma) YARN-9482. DistributedShell job with localization fails in unsecure
[May 23, 2019 10:34:55 PM] (arp7)  HDDS-1501 : Create a Recon task interface to update internal DB on
[May 23, 2019 10:38:47 PM] (eyang) YARN-9558.  Fixed LogAggregation test cases.             Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.TestClientProtocolForPipelineRecovery 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.impl.TestContainerPersistence 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [868K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [260K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1146/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/

[May 22, 2019 4:22:26 AM] (tasanuma) HDFS-14507. Document -blockingDecommission option for hdfs dfsadmin
[May 22, 2019 5:23:13 AM] (aajisaka) MAPREDUCE-7205. Treat container scheduler kill exit code as a task
[May 22, 2019 11:48:40 AM] (31469764+bshashikant) HDDS-1449. JVM Exit in datanode while committing a key. Contributed by
[May 22, 2019 11:54:27 AM] (shashikant) HDDS-1517. AllocateBlock call fails with ContainerNotFoundException
[May 22, 2019 6:47:32 PM] (xyao) HDDS-1065. OM and DN should persist SCM certificate as the trust root.
[May 23, 2019 1:21:11 AM] (aajisaka) MAPREDUCE-7198. mapreduce.task.timeout=0 configuration used to disable




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.3M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/

[May 22, 2019 4:22:26 AM] (tasanuma) HDFS-14507. Document -blockingDecommission option for hdfs dfsadmin
[May 22, 2019 5:23:13 AM] (aajisaka) MAPREDUCE-7205. Treat container scheduler kill exit code as a task
[May 22, 2019 11:48:40 AM] (31469764+bshashikant) HDDS-1449. JVM Exit in datanode while committing a key. Contributed by
[May 22, 2019 11:54:27 AM] (shashikant) HDDS-1517. AllocateBlock call fails with ContainerNotFoundException
[May 22, 2019 6:47:32 PM] (xyao) HDDS-1065. OM and DN should persist SCM certificate as the trust root.
[May 23, 2019 1:21:11 AM] (aajisaka) MAPREDUCE-7198. mapreduce.task.timeout=0 configuration used to disable




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.3M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/

[May 22, 2019 4:22:26 AM] (tasanuma) HDFS-14507. Document -blockingDecommission option for hdfs dfsadmin
[May 22, 2019 5:23:13 AM] (aajisaka) MAPREDUCE-7205. Treat container scheduler kill exit code as a task
[May 22, 2019 11:48:40 AM] (31469764+bshashikant) HDDS-1449. JVM Exit in datanode while committing a key. Contributed by
[May 22, 2019 11:54:27 AM] (shashikant) HDDS-1517. AllocateBlock call fails with ContainerNotFoundException
[May 22, 2019 6:47:32 PM] (xyao) HDDS-1065. OM and DN should persist SCM certificate as the trust root.
[May 23, 2019 1:21:11 AM] (aajisaka) MAPREDUCE-7198. mapreduce.task.timeout=0 configuration used to disable




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.3M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/

[May 22, 2019 4:22:26 AM] (tasanuma) HDFS-14507. Document -blockingDecommission option for hdfs dfsadmin
[May 22, 2019 5:23:13 AM] (aajisaka) MAPREDUCE-7205. Treat container scheduler kill exit code as a task
[May 22, 2019 11:48:40 AM] (31469764+bshashikant) HDDS-1449. JVM Exit in datanode while committing a key. Contributed by
[May 22, 2019 11:54:27 AM] (shashikant) HDDS-1517. AllocateBlock call fails with ContainerNotFoundException
[May 22, 2019 6:47:32 PM] (xyao) HDDS-1065. OM and DN should persist SCM certificate as the trust root.
[May 23, 2019 1:21:11 AM] (aajisaka) MAPREDUCE-7198. mapreduce.task.timeout=0 configuration used to disable




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.3M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1145/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/

[May 21, 2019 9:17:48 AM] (github) HDDS-1461. Optimize listStatus api in OzoneFileSystem (#782)
[May 21, 2019 3:10:46 PM] (elek) HDDS-1442. add spark container to ozonesecure-mr compose files
[May 21, 2019 5:30:45 PM] (mackrorysd) HADOOP-16321: ITestS3ASSL+TestOpenSSLSocketFactory failing with
[May 21, 2019 6:25:30 PM] (gifuma) YARN-9575. Fix TestYarnConfigurationFields testcase failing. Contributed
[May 21, 2019 10:53:40 PM] (github) HDDS-1538. Update ozone protobuf message for ACLs. Contributed by Ajay
[May 22, 2019 1:41:30 AM] (github) HDDS-1406. Avoid usage of commonPool in RatisPipelineUtils. (#714)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.namenode.ha.TestEditLogTailer 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [900K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_tools.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/

[May 21, 2019 9:17:48 AM] (github) HDDS-1461. Optimize listStatus api in OzoneFileSystem (#782)
[May 21, 2019 3:10:46 PM] (elek) HDDS-1442. add spark container to ozonesecure-mr compose files
[May 21, 2019 5:30:45 PM] (mackrorysd) HADOOP-16321: ITestS3ASSL+TestOpenSSLSocketFactory failing with
[May 21, 2019 6:25:30 PM] (gifuma) YARN-9575. Fix TestYarnConfigurationFields testcase failing. Contributed
[May 21, 2019 10:53:40 PM] (github) HDDS-1538. Update ozone protobuf message for ACLs. Contributed by Ajay
[May 22, 2019 1:41:30 AM] (github) HDDS-1406. Avoid usage of commonPool in RatisPipelineUtils. (#714)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.namenode.ha.TestEditLogTailer 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [900K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_tools.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/

[May 21, 2019 9:17:48 AM] (github) HDDS-1461. Optimize listStatus api in OzoneFileSystem (#782)
[May 21, 2019 3:10:46 PM] (elek) HDDS-1442. add spark container to ozonesecure-mr compose files
[May 21, 2019 5:30:45 PM] (mackrorysd) HADOOP-16321: ITestS3ASSL+TestOpenSSLSocketFactory failing with
[May 21, 2019 6:25:30 PM] (gifuma) YARN-9575. Fix TestYarnConfigurationFields testcase failing. Contributed
[May 21, 2019 10:53:40 PM] (github) HDDS-1538. Update ozone protobuf message for ACLs. Contributed by Ajay
[May 22, 2019 1:41:30 AM] (github) HDDS-1406. Avoid usage of commonPool in RatisPipelineUtils. (#714)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.namenode.ha.TestEditLogTailer 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [900K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_tools.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/

[May 21, 2019 9:17:48 AM] (github) HDDS-1461. Optimize listStatus api in OzoneFileSystem (#782)
[May 21, 2019 3:10:46 PM] (elek) HDDS-1442. add spark container to ozonesecure-mr compose files
[May 21, 2019 5:30:45 PM] (mackrorysd) HADOOP-16321: ITestS3ASSL+TestOpenSSLSocketFactory failing with
[May 21, 2019 6:25:30 PM] (gifuma) YARN-9575. Fix TestYarnConfigurationFields testcase failing. Contributed
[May 21, 2019 10:53:40 PM] (github) HDDS-1538. Update ozone protobuf message for ACLs. Contributed by Ajay
[May 22, 2019 1:41:30 AM] (github) HDDS-1406. Avoid usage of commonPool in RatisPipelineUtils. (#714)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       hadoop.hdfs.server.namenode.ha.TestEditLogTailer 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [900K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_common.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-ozone_tools.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1144/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/

[May 20, 2019 2:23:02 AM] (arp7) HDDS-1499. OzoneManager Cache. (#798)
[May 20, 2019 2:53:01 PM] (sunilg) YARN-9546. Add configuration option for YARN Native services AM
[May 20, 2019 8:02:56 PM] (aengineer) HDDS-1451 : SCMBlockManager findPipeline and createPipeline are not lock
[May 20, 2019 8:09:58 PM] (aengineer) HDDS-1487. Bootstrap React framework for Recon UI (#831)
[May 21, 2019 12:22:58 AM] (inigoiri) HDFS-14353. Erasure Coding: metrics xmitsInProgress become to negative.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       TEST-TestYarnConfigurationFields 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.1M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/

[May 20, 2019 2:23:02 AM] (arp7) HDDS-1499. OzoneManager Cache. (#798)
[May 20, 2019 2:53:01 PM] (sunilg) YARN-9546. Add configuration option for YARN Native services AM
[May 20, 2019 8:02:56 PM] (aengineer) HDDS-1451 : SCMBlockManager findPipeline and createPipeline are not lock
[May 20, 2019 8:09:58 PM] (aengineer) HDDS-1487. Bootstrap React framework for Recon UI (#831)
[May 21, 2019 12:22:58 AM] (inigoiri) HDFS-14353. Erasure Coding: metrics xmitsInProgress become to negative.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       TEST-TestYarnConfigurationFields 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.1M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/

[May 20, 2019 2:23:02 AM] (arp7) HDDS-1499. OzoneManager Cache. (#798)
[May 20, 2019 2:53:01 PM] (sunilg) YARN-9546. Add configuration option for YARN Native services AM
[May 20, 2019 8:02:56 PM] (aengineer) HDDS-1451 : SCMBlockManager findPipeline and createPipeline are not lock
[May 20, 2019 8:09:58 PM] (aengineer) HDDS-1487. Bootstrap React framework for Recon UI (#831)
[May 21, 2019 12:22:58 AM] (inigoiri) HDFS-14353. Erasure Coding: metrics xmitsInProgress become to negative.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       TEST-TestYarnConfigurationFields 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.1M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/

[May 20, 2019 2:23:02 AM] (arp7) HDDS-1499. OzoneManager Cache. (#798)
[May 20, 2019 2:53:01 PM] (sunilg) YARN-9546. Add configuration option for YARN Native services AM
[May 20, 2019 8:02:56 PM] (aengineer) HDDS-1451 : SCMBlockManager findPipeline and createPipeline are not lock
[May 20, 2019 8:09:58 PM] (aengineer) HDDS-1487. Bootstrap React framework for Recon UI (#831)
[May 21, 2019 12:22:58 AM] (inigoiri) HDFS-14353. Erasure Coding: metrics xmitsInProgress become to negative.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.TestReconstructStripedFile 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.TestReconstructStripedFileWithRandomECPolicy 
       TEST-TestYarnConfigurationFields 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [1.1M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-api.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1143/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/

[May 19, 2019 1:18:33 PM] (ztang) SUBMARINE-58. Submarine client needs to generate fat jar. Contributed by
[May 19, 2019 9:29:54 PM] (stevel) HADOOP-16085. S3Guard: use object version or etags to protect against




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/

[May 19, 2019 1:18:33 PM] (ztang) SUBMARINE-58. Submarine client needs to generate fat jar. Contributed by
[May 19, 2019 9:29:54 PM] (stevel) HADOOP-16085. S3Guard: use object version or etags to protect against




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/

[May 19, 2019 1:18:33 PM] (ztang) SUBMARINE-58. Submarine client needs to generate fat jar. Contributed by
[May 19, 2019 9:29:54 PM] (stevel) HADOOP-16085. S3Guard: use object version or etags to protect against




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/

[May 19, 2019 1:18:33 PM] (ztang) SUBMARINE-58. Submarine client needs to generate fat jar. Contributed by
[May 19, 2019 9:29:54 PM] (stevel) HADOOP-16085. S3Guard: use object version or etags to protect against




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [12K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-dist.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1142/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/

[May 18, 2019 9:47:19 AM] (aengineer) HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA 
       hadoop.yarn.server.federation.policies.router.TestWeightedRandomRouterPolicy 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [176K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-common.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/

[May 18, 2019 9:47:19 AM] (aengineer) HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA 
       hadoop.yarn.server.federation.policies.router.TestWeightedRandomRouterPolicy 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [176K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-common.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/

[May 18, 2019 9:47:19 AM] (aengineer) HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA 
       hadoop.yarn.server.federation.policies.router.TestWeightedRandomRouterPolicy 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [176K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-common.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/

[May 18, 2019 9:47:19 AM] (aengineer) HDDS-1422. Exception during DataNode shutdown. Contributed by Arpit A…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA 
       hadoop.yarn.server.federation.policies.router.TestWeightedRandomRouterPolicy 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [176K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-common.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1141/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/

[May 17, 2019 2:15:22 PM] (stevel) HADOOP-16248. MutableQuantiles leak memory under heavy load.
[May 17, 2019 5:20:28 PM] (weichiu) HDFS-14323. Distcp fails in Hadoop 3.x when 2.x source webhdfs url has
[May 17, 2019 7:03:21 PM] (gifuma) YARN-9505. Add container allocation latency for Opportunistic Scheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.qjournal.server.TestJournalNodeSync 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/

[May 17, 2019 2:15:22 PM] (stevel) HADOOP-16248. MutableQuantiles leak memory under heavy load.
[May 17, 2019 5:20:28 PM] (weichiu) HDFS-14323. Distcp fails in Hadoop 3.x when 2.x source webhdfs url has
[May 17, 2019 7:03:21 PM] (gifuma) YARN-9505. Add container allocation latency for Opportunistic Scheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.qjournal.server.TestJournalNodeSync 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/

[May 17, 2019 2:15:22 PM] (stevel) HADOOP-16248. MutableQuantiles leak memory under heavy load.
[May 17, 2019 5:20:28 PM] (weichiu) HDFS-14323. Distcp fails in Hadoop 3.x when 2.x source webhdfs url has
[May 17, 2019 7:03:21 PM] (gifuma) YARN-9505. Add container allocation latency for Opportunistic Scheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.qjournal.server.TestJournalNodeSync 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/

[May 17, 2019 2:15:22 PM] (stevel) HADOOP-16248. MutableQuantiles leak memory under heavy load.
[May 17, 2019 5:20:28 PM] (weichiu) HDFS-14323. Distcp fails in Hadoop 3.x when 2.x source webhdfs url has
[May 17, 2019 7:03:21 PM] (gifuma) YARN-9505. Add container allocation latency for Opportunistic Scheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.qjournal.server.TestJournalNodeSync 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestWatchForCommit 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1140/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/

[May 16, 2019 4:26:48 AM] (sunilg) SUBMARINE-56. Update documentation to describe single-node PyTorch
[May 16, 2019 1:08:52 PM] (shashikant) HDDS-1531. Disable the sync flag by default during chunk writes in
[May 16, 2019 2:02:07 PM] (stevel) HADOOP-16307. Intern User Name and Group Name in FileStatus.
[May 16, 2019 2:11:12 PM] (stevel) HADOOP-16294: Enable access to input options by DistCp subclasses.
[May 16, 2019 2:38:50 PM] (aengineer) HDDS-1522. Provide intellij runConfiguration for Ozone components. 
[May 16, 2019 2:57:54 PM] (mackrorysd) HADOOP-16050: s3a SSL connections should use OpenSSL
[May 16, 2019 3:04:46 PM] (elek) HDDS-1284. Adjust default values of pipline recovery for more resilient
[May 16, 2019 3:04:46 PM] (elek) HDDS-1297. Fix IllegalArgumentException thrown with MiniOzoneCluster
[May 16, 2019 8:39:50 PM] (eyang) YARN-9554.  Fixed TimelineEntity DAO serialization handling.            
[May 16, 2019 10:13:10 PM] (xyao) HDDS-1527. HDDS Datanode start fails due to datanode.id file read error.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDistributedFileSystem 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.TestHddsServerUtils 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.TestMiniOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/

[May 16, 2019 4:26:48 AM] (sunilg) SUBMARINE-56. Update documentation to describe single-node PyTorch
[May 16, 2019 1:08:52 PM] (shashikant) HDDS-1531. Disable the sync flag by default during chunk writes in
[May 16, 2019 2:02:07 PM] (stevel) HADOOP-16307. Intern User Name and Group Name in FileStatus.
[May 16, 2019 2:11:12 PM] (stevel) HADOOP-16294: Enable access to input options by DistCp subclasses.
[May 16, 2019 2:38:50 PM] (aengineer) HDDS-1522. Provide intellij runConfiguration for Ozone components. 
[May 16, 2019 2:57:54 PM] (mackrorysd) HADOOP-16050: s3a SSL connections should use OpenSSL
[May 16, 2019 3:04:46 PM] (elek) HDDS-1284. Adjust default values of pipline recovery for more resilient
[May 16, 2019 3:04:46 PM] (elek) HDDS-1297. Fix IllegalArgumentException thrown with MiniOzoneCluster
[May 16, 2019 8:39:50 PM] (eyang) YARN-9554.  Fixed TimelineEntity DAO serialization handling.            
[May 16, 2019 10:13:10 PM] (xyao) HDDS-1527. HDDS Datanode start fails due to datanode.id file read error.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDistributedFileSystem 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.TestHddsServerUtils 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.TestMiniOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/

[May 16, 2019 4:26:48 AM] (sunilg) SUBMARINE-56. Update documentation to describe single-node PyTorch
[May 16, 2019 1:08:52 PM] (shashikant) HDDS-1531. Disable the sync flag by default during chunk writes in
[May 16, 2019 2:02:07 PM] (stevel) HADOOP-16307. Intern User Name and Group Name in FileStatus.
[May 16, 2019 2:11:12 PM] (stevel) HADOOP-16294: Enable access to input options by DistCp subclasses.
[May 16, 2019 2:38:50 PM] (aengineer) HDDS-1522. Provide intellij runConfiguration for Ozone components. 
[May 16, 2019 2:57:54 PM] (mackrorysd) HADOOP-16050: s3a SSL connections should use OpenSSL
[May 16, 2019 3:04:46 PM] (elek) HDDS-1284. Adjust default values of pipline recovery for more resilient
[May 16, 2019 3:04:46 PM] (elek) HDDS-1297. Fix IllegalArgumentException thrown with MiniOzoneCluster
[May 16, 2019 8:39:50 PM] (eyang) YARN-9554.  Fixed TimelineEntity DAO serialization handling.            
[May 16, 2019 10:13:10 PM] (xyao) HDDS-1527. HDDS Datanode start fails due to datanode.id file read error.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDistributedFileSystem 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.TestHddsServerUtils 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.TestMiniOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/

[May 16, 2019 4:26:48 AM] (sunilg) SUBMARINE-56. Update documentation to describe single-node PyTorch
[May 16, 2019 1:08:52 PM] (shashikant) HDDS-1531. Disable the sync flag by default during chunk writes in
[May 16, 2019 2:02:07 PM] (stevel) HADOOP-16307. Intern User Name and Group Name in FileStatus.
[May 16, 2019 2:11:12 PM] (stevel) HADOOP-16294: Enable access to input options by DistCp subclasses.
[May 16, 2019 2:38:50 PM] (aengineer) HDDS-1522. Provide intellij runConfiguration for Ozone components. 
[May 16, 2019 2:57:54 PM] (mackrorysd) HADOOP-16050: s3a SSL connections should use OpenSSL
[May 16, 2019 3:04:46 PM] (elek) HDDS-1284. Adjust default values of pipline recovery for more resilient
[May 16, 2019 3:04:46 PM] (elek) HDDS-1297. Fix IllegalArgumentException thrown with MiniOzoneCluster
[May 16, 2019 8:39:50 PM] (eyang) YARN-9554.  Fixed TimelineEntity DAO serialization handling.            
[May 16, 2019 10:13:10 PM] (xyao) HDDS-1527. HDDS Datanode start fails due to datanode.id file read error.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDistributedFileSystem 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.TestHddsServerUtils 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.TestMiniOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [52K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1139/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/

[May 15, 2019 7:51:39 AM] (bibinchundatt) YARN-9547. ContainerStatusPBImpl default execution type is not returned.
[May 15, 2019 8:00:09 AM] (bibinchundatt) YARN-9508. YarnConfiguration areNodeLabel enabled is costly in
[May 15, 2019 5:26:01 PM] (arp7) HDDS-1511. Space tracking for Open Containers in HDDS Volumes.
[May 15, 2019 6:50:46 PM] (gifuma) YARN-9552. FairScheduler: NODE_UPDATE can cause NoSuchElementException.
[May 15, 2019 7:15:47 PM] (virajith) HDFS-14390. Provide kerberos support for AliasMap service used by
[May 16, 2019 12:41:36 AM] (bharat) HADOOP-16247. NPE in FsUrlConnection. Contributed by Karthik Palanisamy.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/

[May 15, 2019 7:51:39 AM] (bibinchundatt) YARN-9547. ContainerStatusPBImpl default execution type is not returned.
[May 15, 2019 8:00:09 AM] (bibinchundatt) YARN-9508. YarnConfiguration areNodeLabel enabled is costly in
[May 15, 2019 5:26:01 PM] (arp7) HDDS-1511. Space tracking for Open Containers in HDDS Volumes.
[May 15, 2019 6:50:46 PM] (gifuma) YARN-9552. FairScheduler: NODE_UPDATE can cause NoSuchElementException.
[May 15, 2019 7:15:47 PM] (virajith) HDFS-14390. Provide kerberos support for AliasMap service used by
[May 16, 2019 12:41:36 AM] (bharat) HADOOP-16247. NPE in FsUrlConnection. Contributed by Karthik Palanisamy.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/

[May 15, 2019 7:51:39 AM] (bibinchundatt) YARN-9547. ContainerStatusPBImpl default execution type is not returned.
[May 15, 2019 8:00:09 AM] (bibinchundatt) YARN-9508. YarnConfiguration areNodeLabel enabled is costly in
[May 15, 2019 5:26:01 PM] (arp7) HDDS-1511. Space tracking for Open Containers in HDDS Volumes.
[May 15, 2019 6:50:46 PM] (gifuma) YARN-9552. FairScheduler: NODE_UPDATE can cause NoSuchElementException.
[May 15, 2019 7:15:47 PM] (virajith) HDFS-14390. Provide kerberos support for AliasMap service used by
[May 16, 2019 12:41:36 AM] (bharat) HADOOP-16247. NPE in FsUrlConnection. Contributed by Karthik Palanisamy.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/

[May 15, 2019 7:51:39 AM] (bibinchundatt) YARN-9547. ContainerStatusPBImpl default execution type is not returned.
[May 15, 2019 8:00:09 AM] (bibinchundatt) YARN-9508. YarnConfiguration areNodeLabel enabled is costly in
[May 15, 2019 5:26:01 PM] (arp7) HDDS-1511. Space tracking for Open Containers in HDDS Volumes.
[May 15, 2019 6:50:46 PM] (gifuma) YARN-9552. FairScheduler: NODE_UPDATE can cause NoSuchElementException.
[May 15, 2019 7:15:47 PM] (virajith) HDFS-14390. Provide kerberos support for AliasMap service used by
[May 16, 2019 12:41:36 AM] (bharat) HADOOP-16247. NPE in FsUrlConnection. Contributed by Karthik Palanisamy.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1138/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/

[May 14, 2019 3:49:52 AM] (github) HDDS-1491. Ozone KeyInputStream seek() should not read the chunk file.
[May 14, 2019 9:19:50 AM] (github) HDDS-1503. Reduce garbage generated by non-netty threads in datanode
[May 14, 2019 5:48:08 PM] (sunilg) YARN-9519. TFile log aggregation file format is not working for
[May 14, 2019 6:04:06 PM] (todd) HDFS-14482: Crash when using libhdfs with bad classpath
[May 14, 2019 9:05:39 PM] (wwei) HADOOP-16306. AliyunOSS: Remove temporary files when upload small files




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/

[May 14, 2019 3:49:52 AM] (github) HDDS-1491. Ozone KeyInputStream seek() should not read the chunk file.
[May 14, 2019 9:19:50 AM] (github) HDDS-1503. Reduce garbage generated by non-netty threads in datanode
[May 14, 2019 5:48:08 PM] (sunilg) YARN-9519. TFile log aggregation file format is not working for
[May 14, 2019 6:04:06 PM] (todd) HDFS-14482: Crash when using libhdfs with bad classpath
[May 14, 2019 9:05:39 PM] (wwei) HADOOP-16306. AliyunOSS: Remove temporary files when upload small files




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/

[May 14, 2019 3:49:52 AM] (github) HDDS-1491. Ozone KeyInputStream seek() should not read the chunk file.
[May 14, 2019 9:19:50 AM] (github) HDDS-1503. Reduce garbage generated by non-netty threads in datanode
[May 14, 2019 5:48:08 PM] (sunilg) YARN-9519. TFile log aggregation file format is not working for
[May 14, 2019 6:04:06 PM] (todd) HDFS-14482: Crash when using libhdfs with bad classpath
[May 14, 2019 9:05:39 PM] (wwei) HADOOP-16306. AliyunOSS: Remove temporary files when upload small files




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/

[May 14, 2019 3:49:52 AM] (github) HDDS-1491. Ozone KeyInputStream seek() should not read the chunk file.
[May 14, 2019 9:19:50 AM] (github) HDDS-1503. Reduce garbage generated by non-netty threads in datanode
[May 14, 2019 5:48:08 PM] (sunilg) YARN-9519. TFile log aggregation file format is not working for
[May 14, 2019 6:04:06 PM] (todd) HDFS-14482: Crash when using libhdfs with bad classpath
[May 14, 2019 9:05:39 PM] (wwei) HADOOP-16306. AliyunOSS: Remove temporary files when upload small files




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.webapp.TestNMWebServices 
       hadoop.yarn.server.nodemanager.containermanager.logaggregation.TestLogAggregationService 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [64K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1137/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/

[May 13, 2019 5:31:39 AM] (wwei) YARN-9539.Improve cleanup process of app activities and make some
[May 13, 2019 3:39:59 PM] (xkrogen) HDFS-14245. [SBN read] Enable ObserverReadProxyProvider to work with
[May 13, 2019 5:57:12 PM] (gifuma) YARN-9493. Scheduler Page does not display the right page by query
[May 13, 2019 6:11:20 PM] (gifuma) YARN-9453. Clean up code long if-else chain in ApplicationCLI#run.
[May 13, 2019 6:46:16 PM] (inigoiri) HADOOP-16161. NetworkTopology#getWeightUsingNetworkLocation return




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/

[May 13, 2019 5:31:39 AM] (wwei) YARN-9539.Improve cleanup process of app activities and make some
[May 13, 2019 3:39:59 PM] (xkrogen) HDFS-14245. [SBN read] Enable ObserverReadProxyProvider to work with
[May 13, 2019 5:57:12 PM] (gifuma) YARN-9493. Scheduler Page does not display the right page by query
[May 13, 2019 6:11:20 PM] (gifuma) YARN-9453. Clean up code long if-else chain in ApplicationCLI#run.
[May 13, 2019 6:46:16 PM] (inigoiri) HADOOP-16161. NetworkTopology#getWeightUsingNetworkLocation return




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/

[May 13, 2019 5:31:39 AM] (wwei) YARN-9539.Improve cleanup process of app activities and make some
[May 13, 2019 3:39:59 PM] (xkrogen) HDFS-14245. [SBN read] Enable ObserverReadProxyProvider to work with
[May 13, 2019 5:57:12 PM] (gifuma) YARN-9493. Scheduler Page does not display the right page by query
[May 13, 2019 6:11:20 PM] (gifuma) YARN-9453. Clean up code long if-else chain in ApplicationCLI#run.
[May 13, 2019 6:46:16 PM] (inigoiri) HADOOP-16161. NetworkTopology#getWeightUsingNetworkLocation return




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/

[May 13, 2019 5:31:39 AM] (wwei) YARN-9539.Improve cleanup process of app activities and make some
[May 13, 2019 3:39:59 PM] (xkrogen) HDFS-14245. [SBN read] Enable ObserverReadProxyProvider to work with
[May 13, 2019 5:57:12 PM] (gifuma) YARN-9493. Scheduler Page does not display the right page by query
[May 13, 2019 6:11:20 PM] (gifuma) YARN-9453. Clean up code long if-else chain in ApplicationCLI#run.
[May 13, 2019 6:46:16 PM] (inigoiri) HADOOP-16161. NetworkTopology#getWeightUsingNetworkLocation return




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.datanode.TestDataNodeVolumeFailureReporting 
       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [416K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1136/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1135/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.block.TestBlockManager 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.block.TestBlockManager 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.block.TestBlockManager 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.block.TestBlockManager 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1134/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/

[May 10, 2019 8:57:23 AM] (sunilg) YARN-9504. [UI2] Fair scheduler queue view page does not show actual
[May 10, 2019 3:40:17 PM] (ztang) SUBMARINE-52. [SUBMARINE-14] Generate Service spec + launch script for
[May 10, 2019 7:46:03 PM] ({{ git-email }}) HADOOP-16251. ABFS: add FSMainOperationsBaseTest
[May 10, 2019 8:55:56 PM] (fabbri) Revert "HADOOP-16251. ABFS: add FSMainOperationsBaseTest"
[May 10, 2019 8:57:30 PM] (fabbri) HADOOP-16251. ABFS: add FSMainOperationsBaseTest. Re-commit to fix git




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/

[May 10, 2019 8:57:23 AM] (sunilg) YARN-9504. [UI2] Fair scheduler queue view page does not show actual
[May 10, 2019 3:40:17 PM] (ztang) SUBMARINE-52. [SUBMARINE-14] Generate Service spec + launch script for
[May 10, 2019 7:46:03 PM] ({{ git-email }}) HADOOP-16251. ABFS: add FSMainOperationsBaseTest
[May 10, 2019 8:55:56 PM] (fabbri) Revert "HADOOP-16251. ABFS: add FSMainOperationsBaseTest"
[May 10, 2019 8:57:30 PM] (fabbri) HADOOP-16251. ABFS: add FSMainOperationsBaseTest. Re-commit to fix git




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/

[May 10, 2019 8:57:23 AM] (sunilg) YARN-9504. [UI2] Fair scheduler queue view page does not show actual
[May 10, 2019 3:40:17 PM] (ztang) SUBMARINE-52. [SUBMARINE-14] Generate Service spec + launch script for
[May 10, 2019 7:46:03 PM] ({{ git-email }}) HADOOP-16251. ABFS: add FSMainOperationsBaseTest
[May 10, 2019 8:55:56 PM] (fabbri) Revert "HADOOP-16251. ABFS: add FSMainOperationsBaseTest"
[May 10, 2019 8:57:30 PM] (fabbri) HADOOP-16251. ABFS: add FSMainOperationsBaseTest. Re-commit to fix git




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/

[May 10, 2019 8:57:23 AM] (sunilg) YARN-9504. [UI2] Fair scheduler queue view page does not show actual
[May 10, 2019 3:40:17 PM] (ztang) SUBMARINE-52. [SUBMARINE-14] Generate Service spec + launch script for
[May 10, 2019 7:46:03 PM] ({{ git-email }}) HADOOP-16251. ABFS: add FSMainOperationsBaseTest
[May 10, 2019 8:55:56 PM] (fabbri) Revert "HADOOP-16251. ABFS: add FSMainOperationsBaseTest"
[May 10, 2019 8:57:30 PM] (fabbri) HADOOP-16251. ABFS: add FSMainOperationsBaseTest. Re-commit to fix git




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-pylint.txt  [96K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [48K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1133/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/

[May 9, 2019 5:49:46 AM] (tasanuma) HADOOP-16299. [JDK 11] Build fails without specifying -Djavac.version=11
[May 9, 2019 10:08:49 AM] (msingh) HDDS-1500. Allocate block failures in client should print exception
[May 9, 2019 1:54:09 PM] (wwei) YARN-9489. Support filtering by request-priorities and
[May 9, 2019 5:23:44 PM] (koneru.hanisha) HDDS-1474. ozone.scm.datanode.id config should take path for a dir 
[May 9, 2019 5:59:31 PM] (gifuma) YARN-9483. DistributedShell does not release container when failed to
[May 9, 2019 6:18:46 PM] (github) Revert "HDDS-1474. ozone.scm.datanode.id config should take path for a
[May 9, 2019 8:13:29 PM] (stevel) HADOOP-16278. With S3A Filesystem, Long Running services End up Doing
[May 9, 2019 9:02:58 PM] (gifuma) YARN-9522. AppBlock ignores full qualified class name of
[May 10, 2019 12:11:09 AM] (koneru.hanisha) HDDS-1474. "ozone.scm.datanode.id" config should take path for a dir and




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestActiveStandbyElectorRealZK 
       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/

[May 9, 2019 5:49:46 AM] (tasanuma) HADOOP-16299. [JDK 11] Build fails without specifying -Djavac.version=11
[May 9, 2019 10:08:49 AM] (msingh) HDDS-1500. Allocate block failures in client should print exception
[May 9, 2019 1:54:09 PM] (wwei) YARN-9489. Support filtering by request-priorities and
[May 9, 2019 5:23:44 PM] (koneru.hanisha) HDDS-1474. ozone.scm.datanode.id config should take path for a dir 
[May 9, 2019 5:59:31 PM] (gifuma) YARN-9483. DistributedShell does not release container when failed to
[May 9, 2019 6:18:46 PM] (github) Revert "HDDS-1474. ozone.scm.datanode.id config should take path for a
[May 9, 2019 8:13:29 PM] (stevel) HADOOP-16278. With S3A Filesystem, Long Running services End up Doing
[May 9, 2019 9:02:58 PM] (gifuma) YARN-9522. AppBlock ignores full qualified class name of
[May 10, 2019 12:11:09 AM] (koneru.hanisha) HDDS-1474. "ozone.scm.datanode.id" config should take path for a dir and




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestActiveStandbyElectorRealZK 
       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/

[May 9, 2019 5:49:46 AM] (tasanuma) HADOOP-16299. [JDK 11] Build fails without specifying -Djavac.version=11
[May 9, 2019 10:08:49 AM] (msingh) HDDS-1500. Allocate block failures in client should print exception
[May 9, 2019 1:54:09 PM] (wwei) YARN-9489. Support filtering by request-priorities and
[May 9, 2019 5:23:44 PM] (koneru.hanisha) HDDS-1474. ozone.scm.datanode.id config should take path for a dir 
[May 9, 2019 5:59:31 PM] (gifuma) YARN-9483. DistributedShell does not release container when failed to
[May 9, 2019 6:18:46 PM] (github) Revert "HDDS-1474. ozone.scm.datanode.id config should take path for a
[May 9, 2019 8:13:29 PM] (stevel) HADOOP-16278. With S3A Filesystem, Long Running services End up Doing
[May 9, 2019 9:02:58 PM] (gifuma) YARN-9522. AppBlock ignores full qualified class name of
[May 10, 2019 12:11:09 AM] (koneru.hanisha) HDDS-1474. "ozone.scm.datanode.id" config should take path for a dir and




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestActiveStandbyElectorRealZK 
       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/

[May 9, 2019 5:49:46 AM] (tasanuma) HADOOP-16299. [JDK 11] Build fails without specifying -Djavac.version=11
[May 9, 2019 10:08:49 AM] (msingh) HDDS-1500. Allocate block failures in client should print exception
[May 9, 2019 1:54:09 PM] (wwei) YARN-9489. Support filtering by request-priorities and
[May 9, 2019 5:23:44 PM] (koneru.hanisha) HDDS-1474. ozone.scm.datanode.id config should take path for a dir 
[May 9, 2019 5:59:31 PM] (gifuma) YARN-9483. DistributedShell does not release container when failed to
[May 9, 2019 6:18:46 PM] (github) Revert "HDDS-1474. ozone.scm.datanode.id config should take path for a
[May 9, 2019 8:13:29 PM] (stevel) HADOOP-16278. With S3A Filesystem, Long Running services End up Doing
[May 9, 2019 9:02:58 PM] (gifuma) YARN-9522. AppBlock ignores full qualified class name of
[May 10, 2019 12:11:09 AM] (koneru.hanisha) HDDS-1474. "ozone.scm.datanode.id" config should take path for a dir and




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestActiveStandbyElectorRealZK 
       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1132/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/

[May 8, 2019 1:50:07 AM] (aajisaka) HADOOP-16270. [JDK 11] Remove unintentional override of the version of
[May 8, 2019 1:54:16 AM] (wwei) YARN-9432. Reserved containers leak after its request has been cancelled
[May 8, 2019 5:56:23 AM] (aajisaka) YARN-9513. Addendum patch: Fix ASF License warnings. Contributed by
[May 8, 2019 9:18:20 AM] (stevel) HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of
[May 8, 2019 11:50:21 AM] (rakeshr) HDFS-14401. Refine the implementation for HDFS cache on SCM. Contributed
[May 8, 2019 4:20:46 PM] (stevel) HADOOP-16269. ABFS: add listFileStatus with StartFrom.
[May 8, 2019 8:56:26 PM] (eyang) YARN-9535.  Fixed spell check for container-executor in Docker




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/

[May 8, 2019 1:50:07 AM] (aajisaka) HADOOP-16270. [JDK 11] Remove unintentional override of the version of
[May 8, 2019 1:54:16 AM] (wwei) YARN-9432. Reserved containers leak after its request has been cancelled
[May 8, 2019 5:56:23 AM] (aajisaka) YARN-9513. Addendum patch: Fix ASF License warnings. Contributed by
[May 8, 2019 9:18:20 AM] (stevel) HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of
[May 8, 2019 11:50:21 AM] (rakeshr) HDFS-14401. Refine the implementation for HDFS cache on SCM. Contributed
[May 8, 2019 4:20:46 PM] (stevel) HADOOP-16269. ABFS: add listFileStatus with StartFrom.
[May 8, 2019 8:56:26 PM] (eyang) YARN-9535.  Fixed spell check for container-executor in Docker




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/

[May 8, 2019 1:50:07 AM] (aajisaka) HADOOP-16270. [JDK 11] Remove unintentional override of the version of
[May 8, 2019 1:54:16 AM] (wwei) YARN-9432. Reserved containers leak after its request has been cancelled
[May 8, 2019 5:56:23 AM] (aajisaka) YARN-9513. Addendum patch: Fix ASF License warnings. Contributed by
[May 8, 2019 9:18:20 AM] (stevel) HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of
[May 8, 2019 11:50:21 AM] (rakeshr) HDFS-14401. Refine the implementation for HDFS cache on SCM. Contributed
[May 8, 2019 4:20:46 PM] (stevel) HADOOP-16269. ABFS: add listFileStatus with StartFrom.
[May 8, 2019 8:56:26 PM] (eyang) YARN-9535.  Fixed spell check for container-executor in Docker




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/

[May 8, 2019 1:50:07 AM] (aajisaka) HADOOP-16270. [JDK 11] Remove unintentional override of the version of
[May 8, 2019 1:54:16 AM] (wwei) YARN-9432. Reserved containers leak after its request has been cancelled
[May 8, 2019 5:56:23 AM] (aajisaka) YARN-9513. Addendum patch: Fix ASF License warnings. Contributed by
[May 8, 2019 9:18:20 AM] (stevel) HADOOP-16293. AuthenticationFilterInitializer doc has speudo instead of
[May 8, 2019 11:50:21 AM] (rakeshr) HDFS-14401. Refine the implementation for HDFS cache on SCM. Contributed
[May 8, 2019 4:20:46 PM] (stevel) HADOOP-16269. ABFS: add listFileStatus with StartFrom.
[May 8, 2019 8:56:26 PM] (eyang) YARN-9535.  Fixed spell check for container-executor in Docker




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1131/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/

[May 7, 2019 3:48:10 PM] (elek) HDDS-1424. Support multi-container robot test execution
[May 7, 2019 5:59:02 PM] (gifuma) YARN-9513. [JDK11] Fix TestMetricsInvariantChecker#testManyRuns in case
[May 7, 2019 7:08:53 PM] (github) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 7:19:15 PM] (shashikant) Revert "HDDS-1395. Key write fails with BlockOutputStream has been
[May 7, 2019 7:30:10 PM] (shashikant) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 9:09:41 PM] (bharat) HDDS-1475 : Fix OzoneContainer start method. (#788)
[May 7, 2019 9:48:39 PM] (arp7) HDDS-1489. Unnecessary log messages on console with Ozone shell. (#797)
[May 8, 2019 12:48:27 AM] (weichiu) HADOOP-16238. Add the possbility to set SO_REUSEADDR in IPC Server




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [404K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/

[May 7, 2019 3:48:10 PM] (elek) HDDS-1424. Support multi-container robot test execution
[May 7, 2019 5:59:02 PM] (gifuma) YARN-9513. [JDK11] Fix TestMetricsInvariantChecker#testManyRuns in case
[May 7, 2019 7:08:53 PM] (github) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 7:19:15 PM] (shashikant) Revert "HDDS-1395. Key write fails with BlockOutputStream has been
[May 7, 2019 7:30:10 PM] (shashikant) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 9:09:41 PM] (bharat) HDDS-1475 : Fix OzoneContainer start method. (#788)
[May 7, 2019 9:48:39 PM] (arp7) HDDS-1489. Unnecessary log messages on console with Ozone shell. (#797)
[May 8, 2019 12:48:27 AM] (weichiu) HADOOP-16238. Add the possbility to set SO_REUSEADDR in IPC Server




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [404K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/

[May 7, 2019 3:48:10 PM] (elek) HDDS-1424. Support multi-container robot test execution
[May 7, 2019 5:59:02 PM] (gifuma) YARN-9513. [JDK11] Fix TestMetricsInvariantChecker#testManyRuns in case
[May 7, 2019 7:08:53 PM] (github) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 7:19:15 PM] (shashikant) Revert "HDDS-1395. Key write fails with BlockOutputStream has been
[May 7, 2019 7:30:10 PM] (shashikant) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 9:09:41 PM] (bharat) HDDS-1475 : Fix OzoneContainer start method. (#788)
[May 7, 2019 9:48:39 PM] (arp7) HDDS-1489. Unnecessary log messages on console with Ozone shell. (#797)
[May 8, 2019 12:48:27 AM] (weichiu) HADOOP-16238. Add the possbility to set SO_REUSEADDR in IPC Server




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [404K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/

[May 7, 2019 3:48:10 PM] (elek) HDDS-1424. Support multi-container robot test execution
[May 7, 2019 5:59:02 PM] (gifuma) YARN-9513. [JDK11] Fix TestMetricsInvariantChecker#testManyRuns in case
[May 7, 2019 7:08:53 PM] (github) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 7:19:15 PM] (shashikant) Revert "HDDS-1395. Key write fails with BlockOutputStream has been
[May 7, 2019 7:30:10 PM] (shashikant) HDDS-1395. Key write fails with BlockOutputStream has been closed
[May 7, 2019 9:09:41 PM] (bharat) HDDS-1475 : Fix OzoneContainer start method. (#788)
[May 7, 2019 9:48:39 PM] (arp7) HDDS-1489. Unnecessary log messages on console with Ozone shell. (#797)
[May 8, 2019 12:48:27 AM] (weichiu) HADOOP-16238. Add the possbility to set SO_REUSEADDR in IPC Server




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.tools.TestDFSZKFailoverController 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [404K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1130/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/

[May 6, 2019 12:00:15 PM] (wwei) YARN-9440. Improve diagnostics for scheduler and app activities.
[May 6, 2019 6:17:00 PM] (elek) Revert "HDDS-1384. TestBlockOutputStreamWithFailures is failing"
[May 6, 2019 6:56:22 PM] (haibochen) YARN-9529. Log correct cpu controller path on error while initializing
[May 6, 2019 10:47:33 PM] (weichiu) HADOOP-16289. Allow extra jsvc startup option in
[May 6, 2019 11:48:45 PM] (eyang) YARN-9524.  Fixed TestAHSWebService and TestLogsCLI unit tests.         




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [696K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/

[May 6, 2019 12:00:15 PM] (wwei) YARN-9440. Improve diagnostics for scheduler and app activities.
[May 6, 2019 6:17:00 PM] (elek) Revert "HDDS-1384. TestBlockOutputStreamWithFailures is failing"
[May 6, 2019 6:56:22 PM] (haibochen) YARN-9529. Log correct cpu controller path on error while initializing
[May 6, 2019 10:47:33 PM] (weichiu) HADOOP-16289. Allow extra jsvc startup option in
[May 6, 2019 11:48:45 PM] (eyang) YARN-9524.  Fixed TestAHSWebService and TestLogsCLI unit tests.         




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [696K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/

[May 6, 2019 12:00:15 PM] (wwei) YARN-9440. Improve diagnostics for scheduler and app activities.
[May 6, 2019 6:17:00 PM] (elek) Revert "HDDS-1384. TestBlockOutputStreamWithFailures is failing"
[May 6, 2019 6:56:22 PM] (haibochen) YARN-9529. Log correct cpu controller path on error while initializing
[May 6, 2019 10:47:33 PM] (weichiu) HADOOP-16289. Allow extra jsvc startup option in
[May 6, 2019 11:48:45 PM] (eyang) YARN-9524.  Fixed TestAHSWebService and TestLogsCLI unit tests.         




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [696K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/

[May 6, 2019 12:00:15 PM] (wwei) YARN-9440. Improve diagnostics for scheduler and app activities.
[May 6, 2019 6:17:00 PM] (elek) Revert "HDDS-1384. TestBlockOutputStreamWithFailures is failing"
[May 6, 2019 6:56:22 PM] (haibochen) YARN-9529. Log correct cpu controller path on error while initializing
[May 6, 2019 10:47:33 PM] (weichiu) HADOOP-16289. Allow extra jsvc startup option in
[May 6, 2019 11:48:45 PM] (eyang) YARN-9524.  Fixed TestAHSWebService and TestLogsCLI unit tests.         




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.containermanager.scheduler.TestContainerSchedulerQueuing 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [696K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1129/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/

[May 5, 2019 8:08:09 AM] (surendralilhore) HDFS-14438. Fix typo in OfflineEditsVisitorFactory. Contributed by
[May 5, 2019 11:03:52 AM] (surendralilhore) HDFS-14372. NPE while DN is shutting down. Contributed by lujie.
[May 5, 2019 4:21:15 PM] (koneru.hanisha) HDDS-1464. Client should have different retry policies for different




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.web.client.TestOzoneClient 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.web.client.TestKeysRatis 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [136K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/

[May 5, 2019 8:08:09 AM] (surendralilhore) HDFS-14438. Fix typo in OfflineEditsVisitorFactory. Contributed by
[May 5, 2019 11:03:52 AM] (surendralilhore) HDFS-14372. NPE while DN is shutting down. Contributed by lujie.
[May 5, 2019 4:21:15 PM] (koneru.hanisha) HDDS-1464. Client should have different retry policies for different




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.web.client.TestOzoneClient 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.web.client.TestKeysRatis 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [136K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/

[May 5, 2019 8:08:09 AM] (surendralilhore) HDFS-14438. Fix typo in OfflineEditsVisitorFactory. Contributed by
[May 5, 2019 11:03:52 AM] (surendralilhore) HDFS-14372. NPE while DN is shutting down. Contributed by lujie.
[May 5, 2019 4:21:15 PM] (koneru.hanisha) HDDS-1464. Client should have different retry policies for different




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.web.client.TestOzoneClient 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.web.client.TestKeysRatis 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [136K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/

[May 5, 2019 8:08:09 AM] (surendralilhore) HDFS-14438. Fix typo in OfflineEditsVisitorFactory. Contributed by
[May 5, 2019 11:03:52 AM] (surendralilhore) HDFS-14372. NPE while DN is shutting down. Contributed by lujie.
[May 5, 2019 4:21:15 PM] (koneru.hanisha) HDDS-1464. Client should have different retry policies for different




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestReservationSystemInvariants 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.web.client.TestOzoneClient 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.web.client.TestKeysRatis 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [136K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1128/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_tools.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_tools.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_tools.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [148K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-ozone_tools.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1127/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/

[May 3, 2019 5:52:14 AM] (vinayakumarb) HADOOP-16059. Use SASL Factories Cache to Improve Performance.
[May 3, 2019 5:14:17 PM] (cliang) HADOOP-16292. Refactor checkTrustAndSend in SaslDataTransferClient to
[May 3, 2019 6:49:00 PM] (nanda) HDDS-1448 : RatisPipelineProvider should only consider open pipeline
[May 3, 2019 10:05:17 PM] (gifuma) YARN-9528. Federation RMs starting up at the same time can give




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestHybridPipelineOnDatanode 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestDeleteContainerHandler 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.container.ozoneimpl.TestOzoneContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/

[May 3, 2019 5:52:14 AM] (vinayakumarb) HADOOP-16059. Use SASL Factories Cache to Improve Performance.
[May 3, 2019 5:14:17 PM] (cliang) HADOOP-16292. Refactor checkTrustAndSend in SaslDataTransferClient to
[May 3, 2019 6:49:00 PM] (nanda) HDDS-1448 : RatisPipelineProvider should only consider open pipeline
[May 3, 2019 10:05:17 PM] (gifuma) YARN-9528. Federation RMs starting up at the same time can give




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestHybridPipelineOnDatanode 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestDeleteContainerHandler 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.container.ozoneimpl.TestOzoneContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/

[May 3, 2019 5:52:14 AM] (vinayakumarb) HADOOP-16059. Use SASL Factories Cache to Improve Performance.
[May 3, 2019 5:14:17 PM] (cliang) HADOOP-16292. Refactor checkTrustAndSend in SaslDataTransferClient to
[May 3, 2019 6:49:00 PM] (nanda) HDDS-1448 : RatisPipelineProvider should only consider open pipeline
[May 3, 2019 10:05:17 PM] (gifuma) YARN-9528. Federation RMs starting up at the same time can give




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestHybridPipelineOnDatanode 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestDeleteContainerHandler 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.container.ozoneimpl.TestOzoneContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/

[May 3, 2019 5:52:14 AM] (vinayakumarb) HADOOP-16059. Use SASL Factories Cache to Improve Performance.
[May 3, 2019 5:14:17 PM] (cliang) HADOOP-16292. Refactor checkTrustAndSend in SaslDataTransferClient to
[May 3, 2019 6:49:00 PM] (nanda) HDDS-1448 : RatisPipelineProvider should only consider open pipeline
[May 3, 2019 10:05:17 PM] (gifuma) YARN-9528. Federation RMs starting up at the same time can give




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestHybridPipelineOnDatanode 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestDeleteContainerHandler 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.client.rpc.TestOzoneRpcClientWithRatis 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.hdds.scm.pipeline.TestRatisPipelineProvider 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.container.ozoneimpl.TestOzoneContainer 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestFreonWithDatanodeRestart 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [164K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1126/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/

[May 2, 2019 4:51:11 AM] (bharat) HDDS-1483. Fix getMultipartKey javadoc. (#790)
[May 2, 2019 9:18:54 AM] (elek) HDDS-1412. Provide example k8s deployment files as part of the release
[May 2, 2019 9:23:44 AM] (elek) HDDS-1478. Provide k8s resources files for prometheus and performance
[May 2, 2019 9:35:01 AM] (elek) HDDS-1468. Inject configuration values to Java objects
[May 2, 2019 9:49:37 AM] (elek) HDDS-1479. Update S3.md documentation
[May 2, 2019 10:14:43 AM] (elek) HDDS-1469. Generate default configuration fragments based on annotations
[May 2, 2019 11:56:30 AM] (elek) HDDS-1482. Use strongly typed codec implementations for the S3Table
[May 2, 2019 2:48:30 PM] (elek) HADOOP-16183. Use latest Yetus to support ozone specific build process
[May 2, 2019 5:09:21 PM] (inigoiri) HDFS-14460. DFSUtil#getNamenodeWebAddr should return HTTPS address based
[May 2, 2019 7:39:26 PM] (ericp) YARN-9285: RM UI progress column is of wrong type. Contributed by  Ahmed
[May 2, 2019 7:58:42 PM] (gifuma) HADOOP-16282. Avoid FileStream to improve performance. Contributed by
[May 2, 2019 8:59:14 PM] (koneru.hanisha) HDDS-1473. DataNode ID file should be human readable. (#781)
[May 2, 2019 9:25:02 PM] (weichiu) HDFS-14453. Improve Bad Sequence Number Error Message. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOmAcls 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/

[May 2, 2019 4:51:11 AM] (bharat) HDDS-1483. Fix getMultipartKey javadoc. (#790)
[May 2, 2019 9:18:54 AM] (elek) HDDS-1412. Provide example k8s deployment files as part of the release
[May 2, 2019 9:23:44 AM] (elek) HDDS-1478. Provide k8s resources files for prometheus and performance
[May 2, 2019 9:35:01 AM] (elek) HDDS-1468. Inject configuration values to Java objects
[May 2, 2019 9:49:37 AM] (elek) HDDS-1479. Update S3.md documentation
[May 2, 2019 10:14:43 AM] (elek) HDDS-1469. Generate default configuration fragments based on annotations
[May 2, 2019 11:56:30 AM] (elek) HDDS-1482. Use strongly typed codec implementations for the S3Table
[May 2, 2019 2:48:30 PM] (elek) HADOOP-16183. Use latest Yetus to support ozone specific build process
[May 2, 2019 5:09:21 PM] (inigoiri) HDFS-14460. DFSUtil#getNamenodeWebAddr should return HTTPS address based
[May 2, 2019 7:39:26 PM] (ericp) YARN-9285: RM UI progress column is of wrong type. Contributed by  Ahmed
[May 2, 2019 7:58:42 PM] (gifuma) HADOOP-16282. Avoid FileStream to improve performance. Contributed by
[May 2, 2019 8:59:14 PM] (koneru.hanisha) HDDS-1473. DataNode ID file should be human readable. (#781)
[May 2, 2019 9:25:02 PM] (weichiu) HDFS-14453. Improve Bad Sequence Number Error Message. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOmAcls 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/

[May 2, 2019 4:51:11 AM] (bharat) HDDS-1483. Fix getMultipartKey javadoc. (#790)
[May 2, 2019 9:18:54 AM] (elek) HDDS-1412. Provide example k8s deployment files as part of the release
[May 2, 2019 9:23:44 AM] (elek) HDDS-1478. Provide k8s resources files for prometheus and performance
[May 2, 2019 9:35:01 AM] (elek) HDDS-1468. Inject configuration values to Java objects
[May 2, 2019 9:49:37 AM] (elek) HDDS-1479. Update S3.md documentation
[May 2, 2019 10:14:43 AM] (elek) HDDS-1469. Generate default configuration fragments based on annotations
[May 2, 2019 11:56:30 AM] (elek) HDDS-1482. Use strongly typed codec implementations for the S3Table
[May 2, 2019 2:48:30 PM] (elek) HADOOP-16183. Use latest Yetus to support ozone specific build process
[May 2, 2019 5:09:21 PM] (inigoiri) HDFS-14460. DFSUtil#getNamenodeWebAddr should return HTTPS address based
[May 2, 2019 7:39:26 PM] (ericp) YARN-9285: RM UI progress column is of wrong type. Contributed by  Ahmed
[May 2, 2019 7:58:42 PM] (gifuma) HADOOP-16282. Avoid FileStream to improve performance. Contributed by
[May 2, 2019 8:59:14 PM] (koneru.hanisha) HDDS-1473. DataNode ID file should be human readable. (#781)
[May 2, 2019 9:25:02 PM] (weichiu) HDFS-14453. Improve Bad Sequence Number Error Message. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOmAcls 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/

[May 2, 2019 4:51:11 AM] (bharat) HDDS-1483. Fix getMultipartKey javadoc. (#790)
[May 2, 2019 9:18:54 AM] (elek) HDDS-1412. Provide example k8s deployment files as part of the release
[May 2, 2019 9:23:44 AM] (elek) HDDS-1478. Provide k8s resources files for prometheus and performance
[May 2, 2019 9:35:01 AM] (elek) HDDS-1468. Inject configuration values to Java objects
[May 2, 2019 9:49:37 AM] (elek) HDDS-1479. Update S3.md documentation
[May 2, 2019 10:14:43 AM] (elek) HDDS-1469. Generate default configuration fragments based on annotations
[May 2, 2019 11:56:30 AM] (elek) HDDS-1482. Use strongly typed codec implementations for the S3Table
[May 2, 2019 2:48:30 PM] (elek) HADOOP-16183. Use latest Yetus to support ozone specific build process
[May 2, 2019 5:09:21 PM] (inigoiri) HDFS-14460. DFSUtil#getNamenodeWebAddr should return HTTPS address based
[May 2, 2019 7:39:26 PM] (ericp) YARN-9285: RM UI progress column is of wrong type. Contributed by  Ahmed
[May 2, 2019 7:58:42 PM] (gifuma) HADOOP-16282. Avoid FileStream to improve performance. Contributed by
[May 2, 2019 8:59:14 PM] (koneru.hanisha) HDDS-1473. DataNode ID file should be human readable. (#781)
[May 2, 2019 9:25:02 PM] (weichiu) HDFS-14453. Improve Bad Sequence Number Error Message. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.scm.TestXceiverClientManager 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.om.TestOmAcls 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
       hadoop.ozone.scm.node.TestQueryNode 
       hadoop.ozone.om.TestContainerReportWithKeys 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.ozone.web.TestOzoneVolumes 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.scm.TestSCMMXBean 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [216K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1125/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/

[May 1, 2019 11:48:44 PM] (weichiu) HDFS-14463. Add Log Level link under NameNode and DataNode Web UI




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.om.TestOzoneManagerConfiguration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestGetCommittedBlockLengthAndPutKey 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [144K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/

[May 1, 2019 11:48:44 PM] (weichiu) HDFS-14463. Add Log Level link under NameNode and DataNode Web UI




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.om.TestOzoneManagerConfiguration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestGetCommittedBlockLengthAndPutKey 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [144K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/

[May 1, 2019 11:48:44 PM] (weichiu) HDFS-14463. Add Log Level link under NameNode and DataNode Web UI




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.om.TestOzoneManagerConfiguration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestGetCommittedBlockLengthAndPutKey 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [144K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/

[May 1, 2019 11:48:44 PM] (weichiu) HDFS-14463. Add Log Level link under NameNode and DataNode Web UI




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.ozone.om.TestOzoneManagerConfiguration 
       hadoop.ozone.scm.TestSCMNodeManagerMXBean 
       hadoop.ozone.web.TestOzoneRestWithMiniCluster 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.hdds.scm.pipeline.TestSCMRestart 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.scm.TestGetCommittedBlockLengthAndPutKey 
       hadoop.ozone.scm.pipeline.TestSCMPipelineMetrics 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.web.client.TestVolume 
       hadoop.ozone.client.rpc.TestReadRetries 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [144K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1124/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/

[Apr 30, 2019 2:46:20 AM] (ajay) Revert "HDDS-973. HDDS/Ozone fail to build on Windows."
[Apr 30, 2019 2:54:25 AM] (ztang) SUBMARINE-64. Improve TonY runtime's document. Contributed by Keqiu Hu.
[Apr 30, 2019 3:06:44 AM] (ztang) YARN-9476. [YARN-9473] Create unit tests for VE plugin. Contributed by
[Apr 30, 2019 10:53:26 AM] (stevel) HADOOP-16221. S3Guard: add option to fail operation on metadata write
[Apr 30, 2019 12:27:39 PM] (elek) HDDS-1384. TestBlockOutputStreamWithFailures is failing
[Apr 30, 2019 9:04:59 PM] (eyang) YARN-6929.  Improved partition algorithm for yarn remote-app-log-dir.   
[Apr 30, 2019 9:52:16 PM] (todd) HDFS-3246: pRead equivalent for direct read path (#597)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.scm.TestContainerSmallFile 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.ozShell.TestS3Shell 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [180K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/

[Apr 30, 2019 2:46:20 AM] (ajay) Revert "HDDS-973. HDDS/Ozone fail to build on Windows."
[Apr 30, 2019 2:54:25 AM] (ztang) SUBMARINE-64. Improve TonY runtime's document. Contributed by Keqiu Hu.
[Apr 30, 2019 3:06:44 AM] (ztang) YARN-9476. [YARN-9473] Create unit tests for VE plugin. Contributed by
[Apr 30, 2019 10:53:26 AM] (stevel) HADOOP-16221. S3Guard: add option to fail operation on metadata write
[Apr 30, 2019 12:27:39 PM] (elek) HDDS-1384. TestBlockOutputStreamWithFailures is failing
[Apr 30, 2019 9:04:59 PM] (eyang) YARN-6929.  Improved partition algorithm for yarn remote-app-log-dir.   
[Apr 30, 2019 9:52:16 PM] (todd) HDFS-3246: pRead equivalent for direct read path (#597)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.scm.TestContainerSmallFile 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.ozShell.TestS3Shell 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [180K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/

[Apr 30, 2019 2:46:20 AM] (ajay) Revert "HDDS-973. HDDS/Ozone fail to build on Windows."
[Apr 30, 2019 2:54:25 AM] (ztang) SUBMARINE-64. Improve TonY runtime's document. Contributed by Keqiu Hu.
[Apr 30, 2019 3:06:44 AM] (ztang) YARN-9476. [YARN-9473] Create unit tests for VE plugin. Contributed by
[Apr 30, 2019 10:53:26 AM] (stevel) HADOOP-16221. S3Guard: add option to fail operation on metadata write
[Apr 30, 2019 12:27:39 PM] (elek) HDDS-1384. TestBlockOutputStreamWithFailures is failing
[Apr 30, 2019 9:04:59 PM] (eyang) YARN-6929.  Improved partition algorithm for yarn remote-app-log-dir.   
[Apr 30, 2019 9:52:16 PM] (todd) HDFS-3246: pRead equivalent for direct read path (#597)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.scm.TestContainerSmallFile 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.ozShell.TestS3Shell 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [180K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/

[Apr 30, 2019 2:46:20 AM] (ajay) Revert "HDDS-973. HDDS/Ozone fail to build on Windows."
[Apr 30, 2019 2:54:25 AM] (ztang) SUBMARINE-64. Improve TonY runtime's document. Contributed by Keqiu Hu.
[Apr 30, 2019 3:06:44 AM] (ztang) YARN-9476. [YARN-9473] Create unit tests for VE plugin. Contributed by
[Apr 30, 2019 10:53:26 AM] (stevel) HADOOP-16221. S3Guard: add option to fail operation on metadata write
[Apr 30, 2019 12:27:39 PM] (elek) HDDS-1384. TestBlockOutputStreamWithFailures is failing
[Apr 30, 2019 9:04:59 PM] (eyang) YARN-6929.  Improved partition algorithm for yarn remote-app-log-dir.   
[Apr 30, 2019 9:52:16 PM] (todd) HDFS-3246: pRead equivalent for direct read path (#597)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.applicationhistoryservice.webapp.TestAHSWebServices 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.cli.TestLogsCLI 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.container.TestContainerStateManagerIntegration 
       hadoop.ozone.scm.pipeline.TestPipelineManagerMXBean 
       hadoop.hdds.scm.safemode.TestSCMSafeModeWithPipelineRules 
       hadoop.ozone.om.TestMultipleContainerReadWrite 
       hadoop.ozone.client.rpc.TestContainerStateMachineFailures 
       hadoop.ozone.web.client.TestBuckets 
       hadoop.ozone.scm.TestContainerSmallFile 
       hadoop.ozone.TestStorageContainerManager 
       hadoop.ozone.client.rpc.TestBCSID 
       hadoop.ozone.ozShell.TestOzoneDatanodeShell 
       hadoop.ozone.client.rpc.TestBlockOutputStream 
       hadoop.ozone.scm.TestXceiverClientMetrics 
       hadoop.ozone.om.TestOmAcls 
       hadoop.ozone.om.TestOzoneManager 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.web.client.TestKeys 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerHandler 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.client.rpc.TestContainerStateMachine 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.om.TestScmSafeMode 
       hadoop.ozone.om.TestOMDbCheckpointServlet 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
       hadoop.ozone.om.TestOzoneManagerHA 
       hadoop.ozone.om.TestOmInit 
       hadoop.ozone.om.TestOmBlockVersioning 
       hadoop.ozone.om.TestOzoneManagerRestInterface 
       hadoop.ozone.scm.TestAllocateContainer 
       hadoop.hdds.scm.pipeline.TestPipelineClose 
       hadoop.ozone.ozShell.TestS3Shell 
       hadoop.hdds.scm.pipeline.TestNodeFailure 
       hadoop.fs.ozone.contract.ITestOzoneContractRename 
       hadoop.fs.ozone.contract.ITestOzoneContractRootDir 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractSeek 
       hadoop.fs.ozone.contract.ITestOzoneContractOpen 
       hadoop.fs.ozone.contract.ITestOzoneContractDelete 
       hadoop.fs.ozone.contract.ITestOzoneContractDistCp 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.ozone.freon.TestFreonWithDatanodeFastRestart 
       hadoop.ozone.freon.TestRandomKeyGenerator 
       hadoop.ozone.freon.TestFreonWithPipelineDestroy 
       hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations 
       hadoop.ozone.fsck.TestContainerMapper 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-applicationhistoryservice.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [180K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-ozone_tools.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1123/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/

[Apr 29, 2019 3:57:59 AM] (github) HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar.
[Apr 29, 2019 12:27:28 PM] (stevel) HADOOP-16242. ABFS: add bufferpool to AbfsOutputStream.
[Apr 29, 2019 2:46:01 PM] (xyao) HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay
[Apr 29, 2019 6:18:11 PM] (github) HDDS-1455. Inconsistent naming convention with Ozone Kerberos
[Apr 29, 2019 7:05:38 PM] (bharat) HDDS-1476. Fix logIfNeeded logic in EndPointStateMachine. (#779)
[Apr 29, 2019 8:28:19 PM] (7813154+ajayydv) HDDS-1462. Fix content and format of Ozone documentation. Contributed by
[Apr 29, 2019 9:07:23 PM] (github) HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by
[Apr 29, 2019 9:49:35 PM] (arp) HDFS-13677. Dynamic refresh Disk configuration results in overwriting




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/

[Apr 29, 2019 3:57:59 AM] (github) HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar.
[Apr 29, 2019 12:27:28 PM] (stevel) HADOOP-16242. ABFS: add bufferpool to AbfsOutputStream.
[Apr 29, 2019 2:46:01 PM] (xyao) HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay
[Apr 29, 2019 6:18:11 PM] (github) HDDS-1455. Inconsistent naming convention with Ozone Kerberos
[Apr 29, 2019 7:05:38 PM] (bharat) HDDS-1476. Fix logIfNeeded logic in EndPointStateMachine. (#779)
[Apr 29, 2019 8:28:19 PM] (7813154+ajayydv) HDDS-1462. Fix content and format of Ozone documentation. Contributed by
[Apr 29, 2019 9:07:23 PM] (github) HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by
[Apr 29, 2019 9:49:35 PM] (arp) HDFS-13677. Dynamic refresh Disk configuration results in overwriting




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/

[Apr 29, 2019 3:57:59 AM] (github) HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar.
[Apr 29, 2019 12:27:28 PM] (stevel) HADOOP-16242. ABFS: add bufferpool to AbfsOutputStream.
[Apr 29, 2019 2:46:01 PM] (xyao) HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay
[Apr 29, 2019 6:18:11 PM] (github) HDDS-1455. Inconsistent naming convention with Ozone Kerberos
[Apr 29, 2019 7:05:38 PM] (bharat) HDDS-1476. Fix logIfNeeded logic in EndPointStateMachine. (#779)
[Apr 29, 2019 8:28:19 PM] (7813154+ajayydv) HDDS-1462. Fix content and format of Ozone documentation. Contributed by
[Apr 29, 2019 9:07:23 PM] (github) HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by
[Apr 29, 2019 9:49:35 PM] (arp) HDFS-13677. Dynamic refresh Disk configuration results in overwriting




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/

[Apr 29, 2019 3:57:59 AM] (github) HDDS-1471. Update ratis dependency to 0.3.0. Contributed by Ajay Kumar.
[Apr 29, 2019 12:27:28 PM] (stevel) HADOOP-16242. ABFS: add bufferpool to AbfsOutputStream.
[Apr 29, 2019 2:46:01 PM] (xyao) HDDS-1472. Add retry to kinit command in smoketests. Contributed by Ajay
[Apr 29, 2019 6:18:11 PM] (github) HDDS-1455. Inconsistent naming convention with Ozone Kerberos
[Apr 29, 2019 7:05:38 PM] (bharat) HDDS-1476. Fix logIfNeeded logic in EndPointStateMachine. (#779)
[Apr 29, 2019 8:28:19 PM] (7813154+ajayydv) HDDS-1462. Fix content and format of Ozone documentation. Contributed by
[Apr 29, 2019 9:07:23 PM] (github) HDDS-1430. NPE if secure ozone if KMS uri is not defined. Contributed by
[Apr 29, 2019 9:49:35 PM] (arp) HDFS-13677. Dynamic refresh Disk configuration results in overwriting




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1122/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [752K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [752K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [752K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [752K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1121/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestBasicDiskValidator 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestBasicDiskValidator 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestBasicDiskValidator 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.util.TestBasicDiskValidator 
       hadoop.util.TestReadWriteDiskValidator 
       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniOzoneCluster 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.ozone.client.rpc.TestSecureOzoneRpcClient 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [212K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1120/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/

[Apr 26, 2019 10:38:24 AM] (elek) HDDS-999. Make the DNS resolution in OzoneManager more resilient
[Apr 26, 2019 11:59:50 AM] (github) HDDS-1460: Add the optmizations of HDDS-1300 to BasicOzoneFileSystem
[Apr 26, 2019 5:39:03 PM] (github) HDDS-1403. KeyOutputStream writes fails after max retries while writing
[Apr 26, 2019 9:25:34 PM] (github) HDDS-1456. Stop the datanode, when any datanode statemachine state is…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/

[Apr 26, 2019 10:38:24 AM] (elek) HDDS-999. Make the DNS resolution in OzoneManager more resilient
[Apr 26, 2019 11:59:50 AM] (github) HDDS-1460: Add the optmizations of HDDS-1300 to BasicOzoneFileSystem
[Apr 26, 2019 5:39:03 PM] (github) HDDS-1403. KeyOutputStream writes fails after max retries while writing
[Apr 26, 2019 9:25:34 PM] (github) HDDS-1456. Stop the datanode, when any datanode statemachine state is…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/

[Apr 26, 2019 10:38:24 AM] (elek) HDDS-999. Make the DNS resolution in OzoneManager more resilient
[Apr 26, 2019 11:59:50 AM] (github) HDDS-1460: Add the optmizations of HDDS-1300 to BasicOzoneFileSystem
[Apr 26, 2019 5:39:03 PM] (github) HDDS-1403. KeyOutputStream writes fails after max retries while writing
[Apr 26, 2019 9:25:34 PM] (github) HDDS-1456. Stop the datanode, when any datanode statemachine state is…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/

[Apr 26, 2019 10:38:24 AM] (elek) HDDS-999. Make the DNS resolution in OzoneManager more resilient
[Apr 26, 2019 11:59:50 AM] (github) HDDS-1460: Add the optmizations of HDDS-1300 to BasicOzoneFileSystem
[Apr 26, 2019 5:39:03 PM] (github) HDDS-1403. KeyOutputStream writes fails after max retries while writing
[Apr 26, 2019 9:25:34 PM] (github) HDDS-1456. Stop the datanode, when any datanode statemachine state is…




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestDFSClientRetries 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1119/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/

[Apr 25, 2019 2:18:39 AM] (aajisaka) MAPREDUCE-7200. Remove stale eclipse templates. Contributed by Wanqiang
[Apr 25, 2019 4:52:24 AM] (ztang) SUBMARINE-54. Add test coverage for YarnServiceJobSubmitter and make it
[Apr 25, 2019 9:58:26 AM] (ztang) SUBMARINE-44. Upgrade Docker image's tensorflow version to 1.13.1.
[Apr 26, 2019 1:21:28 AM] (ebadger) YARN-9486. Docker container exited with failure does not get clean up




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [920K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/

[Apr 25, 2019 2:18:39 AM] (aajisaka) MAPREDUCE-7200. Remove stale eclipse templates. Contributed by Wanqiang
[Apr 25, 2019 4:52:24 AM] (ztang) SUBMARINE-54. Add test coverage for YarnServiceJobSubmitter and make it
[Apr 25, 2019 9:58:26 AM] (ztang) SUBMARINE-44. Upgrade Docker image's tensorflow version to 1.13.1.
[Apr 26, 2019 1:21:28 AM] (ebadger) YARN-9486. Docker container exited with failure does not get clean up




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [920K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/

[Apr 25, 2019 2:18:39 AM] (aajisaka) MAPREDUCE-7200. Remove stale eclipse templates. Contributed by Wanqiang
[Apr 25, 2019 4:52:24 AM] (ztang) SUBMARINE-54. Add test coverage for YarnServiceJobSubmitter and make it
[Apr 25, 2019 9:58:26 AM] (ztang) SUBMARINE-44. Upgrade Docker image's tensorflow version to 1.13.1.
[Apr 26, 2019 1:21:28 AM] (ebadger) YARN-9486. Docker container exited with failure does not get clean up




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [920K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/

[Apr 25, 2019 2:18:39 AM] (aajisaka) MAPREDUCE-7200. Remove stale eclipse templates. Contributed by Wanqiang
[Apr 25, 2019 4:52:24 AM] (ztang) SUBMARINE-54. Add test coverage for YarnServiceJobSubmitter and make it
[Apr 25, 2019 9:58:26 AM] (ztang) SUBMARINE-44. Upgrade Docker image's tensorflow version to 1.13.1.
[Apr 26, 2019 1:21:28 AM] (ebadger) YARN-9486. Docker container exited with failure does not get clean up




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerByPipeline 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [920K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1118/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/

[Apr 24, 2019 2:58:41 AM] (gifuma) YARN-9424. Change getDeclaredMethods to getMethods in
[Apr 24, 2019 4:38:23 AM] (7813154+ajayydv) HDDS-1450. Fix nightly run failures after HDDS-976. Contributed by
[Apr 24, 2019 1:34:49 PM] (elek) HDDS-1192. Support -conf command line argument in GenericCli
[Apr 24, 2019 1:52:51 PM] (elek) HDDS-1457. Sequence of configuring Ozone File System instruction needs
[Apr 24, 2019 1:55:58 PM] (stevel) HADOOP-16252. Add prefix to dynamo tables in tests.
[Apr 24, 2019 4:39:00 PM] (mackrorysd) HADOOP-16222. Fix new deprecations after guava 27.0 update in trunk.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.TestNameNodeMXBean 
       hadoop.hdfs.web.TestWebHDFS 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/

[Apr 24, 2019 2:58:41 AM] (gifuma) YARN-9424. Change getDeclaredMethods to getMethods in
[Apr 24, 2019 4:38:23 AM] (7813154+ajayydv) HDDS-1450. Fix nightly run failures after HDDS-976. Contributed by
[Apr 24, 2019 1:34:49 PM] (elek) HDDS-1192. Support -conf command line argument in GenericCli
[Apr 24, 2019 1:52:51 PM] (elek) HDDS-1457. Sequence of configuring Ozone File System instruction needs
[Apr 24, 2019 1:55:58 PM] (stevel) HADOOP-16252. Add prefix to dynamo tables in tests.
[Apr 24, 2019 4:39:00 PM] (mackrorysd) HADOOP-16222. Fix new deprecations after guava 27.0 update in trunk.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.TestNameNodeMXBean 
       hadoop.hdfs.web.TestWebHDFS 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/

[Apr 24, 2019 2:58:41 AM] (gifuma) YARN-9424. Change getDeclaredMethods to getMethods in
[Apr 24, 2019 4:38:23 AM] (7813154+ajayydv) HDDS-1450. Fix nightly run failures after HDDS-976. Contributed by
[Apr 24, 2019 1:34:49 PM] (elek) HDDS-1192. Support -conf command line argument in GenericCli
[Apr 24, 2019 1:52:51 PM] (elek) HDDS-1457. Sequence of configuring Ozone File System instruction needs
[Apr 24, 2019 1:55:58 PM] (stevel) HADOOP-16252. Add prefix to dynamo tables in tests.
[Apr 24, 2019 4:39:00 PM] (mackrorysd) HADOOP-16222. Fix new deprecations after guava 27.0 update in trunk.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.TestNameNodeMXBean 
       hadoop.hdfs.web.TestWebHDFS 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/

[Apr 24, 2019 2:58:41 AM] (gifuma) YARN-9424. Change getDeclaredMethods to getMethods in
[Apr 24, 2019 4:38:23 AM] (7813154+ajayydv) HDDS-1450. Fix nightly run failures after HDDS-976. Contributed by
[Apr 24, 2019 1:34:49 PM] (elek) HDDS-1192. Support -conf command line argument in GenericCli
[Apr 24, 2019 1:52:51 PM] (elek) HDDS-1457. Sequence of configuring Ozone File System instruction needs
[Apr 24, 2019 1:55:58 PM] (stevel) HADOOP-16252. Add prefix to dynamo tables in tests.
[Apr 24, 2019 4:39:00 PM] (mackrorysd) HADOOP-16222. Fix new deprecations after guava 27.0 update in trunk.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.namenode.TestNameNodeMXBean 
       hadoop.hdfs.web.TestWebHDFS 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
       hadoop.ozone.freon.TestDataValidateWithSafeByteOperations 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-ozone_tools.txt  [512K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1117/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/

[Apr 23, 2019 6:21:13 AM] (wwei) YARN-9325. TestQueueManagementDynamicEditPolicy fails intermittent.
[Apr 23, 2019 7:45:42 AM] (ztang) SUBMARINE-40. Add TonY runtime to Submarine. Contributed by Keqiu Hu.
[Apr 23, 2019 9:33:58 AM] (ztang) YARN-9475. [YARN-9473] Create basic VE plugin. Contributed by Peter
[Apr 23, 2019 12:05:39 PM] (nanda) HDDS-1368. Cleanup old ReplicationManager code from SCM.
[Apr 23, 2019 3:34:14 PM] (nanda) HDDS-1411. Add unit test to check if SCM correctly sends close commands
[Apr 23, 2019 7:40:44 PM] (inigoiri) YARN-9339. Apps pending metric incorrect after moving app to a new
[Apr 23, 2019 10:27:04 PM] (gifuma) YARN-9491.
[Apr 23, 2019 10:42:56 PM] (gifuma) YARN-9501. TestCapacitySchedulerOvercommit#testReducePreemptAndCancel
[Apr 24, 2019 12:50:25 AM] (tasanuma) YARN-9081. Update jackson from 1.9.13 to 2.x in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/

[Apr 23, 2019 6:21:13 AM] (wwei) YARN-9325. TestQueueManagementDynamicEditPolicy fails intermittent.
[Apr 23, 2019 7:45:42 AM] (ztang) SUBMARINE-40. Add TonY runtime to Submarine. Contributed by Keqiu Hu.
[Apr 23, 2019 9:33:58 AM] (ztang) YARN-9475. [YARN-9473] Create basic VE plugin. Contributed by Peter
[Apr 23, 2019 12:05:39 PM] (nanda) HDDS-1368. Cleanup old ReplicationManager code from SCM.
[Apr 23, 2019 3:34:14 PM] (nanda) HDDS-1411. Add unit test to check if SCM correctly sends close commands
[Apr 23, 2019 7:40:44 PM] (inigoiri) YARN-9339. Apps pending metric incorrect after moving app to a new
[Apr 23, 2019 10:27:04 PM] (gifuma) YARN-9491.
[Apr 23, 2019 10:42:56 PM] (gifuma) YARN-9501. TestCapacitySchedulerOvercommit#testReducePreemptAndCancel
[Apr 24, 2019 12:50:25 AM] (tasanuma) YARN-9081. Update jackson from 1.9.13 to 2.x in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/

[Apr 23, 2019 6:21:13 AM] (wwei) YARN-9325. TestQueueManagementDynamicEditPolicy fails intermittent.
[Apr 23, 2019 7:45:42 AM] (ztang) SUBMARINE-40. Add TonY runtime to Submarine. Contributed by Keqiu Hu.
[Apr 23, 2019 9:33:58 AM] (ztang) YARN-9475. [YARN-9473] Create basic VE plugin. Contributed by Peter
[Apr 23, 2019 12:05:39 PM] (nanda) HDDS-1368. Cleanup old ReplicationManager code from SCM.
[Apr 23, 2019 3:34:14 PM] (nanda) HDDS-1411. Add unit test to check if SCM correctly sends close commands
[Apr 23, 2019 7:40:44 PM] (inigoiri) YARN-9339. Apps pending metric incorrect after moving app to a new
[Apr 23, 2019 10:27:04 PM] (gifuma) YARN-9491.
[Apr 23, 2019 10:42:56 PM] (gifuma) YARN-9501. TestCapacitySchedulerOvercommit#testReducePreemptAndCancel
[Apr 24, 2019 12:50:25 AM] (tasanuma) YARN-9081. Update jackson from 1.9.13 to 2.x in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/

[Apr 23, 2019 6:21:13 AM] (wwei) YARN-9325. TestQueueManagementDynamicEditPolicy fails intermittent.
[Apr 23, 2019 7:45:42 AM] (ztang) SUBMARINE-40. Add TonY runtime to Submarine. Contributed by Keqiu Hu.
[Apr 23, 2019 9:33:58 AM] (ztang) YARN-9475. [YARN-9473] Create basic VE plugin. Contributed by Peter
[Apr 23, 2019 12:05:39 PM] (nanda) HDDS-1368. Cleanup old ReplicationManager code from SCM.
[Apr 23, 2019 3:34:14 PM] (nanda) HDDS-1411. Add unit test to check if SCM correctly sends close commands
[Apr 23, 2019 7:40:44 PM] (inigoiri) YARN-9339. Apps pending metric incorrect after moving app to a new
[Apr 23, 2019 10:27:04 PM] (gifuma) YARN-9491.
[Apr 23, 2019 10:42:56 PM] (gifuma) YARN-9501. TestCapacitySchedulerOvercommit#testReducePreemptAndCancel
[Apr 24, 2019 12:50:25 AM] (tasanuma) YARN-9081. Update jackson from 1.9.13 to 2.x in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.util.TestReadWriteDiskValidator 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-tony-runtime.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1116/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/

[Apr 22, 2019 3:16:57 PM] (xkrogen) HADOOP-16265. Fix bug causing Configuration#getTimeDuration to use
[Apr 22, 2019 4:49:03 PM] (inigoiri) YARN-2889. Limit the number of opportunistic container allocated per AM
[Apr 22, 2019 8:23:42 PM] (inigoiri) HDFS-14445. TestTrySendErrorReportWhenNNThrowsIOException fails in
[Apr 22, 2019 8:29:56 PM] (xkrogen) HDFS-14435. [SBN Read] Enable ObserverReadProxyProvider to gracefully
[Apr 22, 2019 8:32:08 PM] (inigoiri) HDFS-14374. Expose total number of delegation tokens in
[Apr 22, 2019 8:56:26 PM] (eyang) YARN-8551. Project setup for MaWo application.            Contributed by
[Apr 22, 2019 9:02:13 PM] (aengineer) HADOOP-16026:Replace incorrect use of system property user.name.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/

[Apr 22, 2019 3:16:57 PM] (xkrogen) HADOOP-16265. Fix bug causing Configuration#getTimeDuration to use
[Apr 22, 2019 4:49:03 PM] (inigoiri) YARN-2889. Limit the number of opportunistic container allocated per AM
[Apr 22, 2019 8:23:42 PM] (inigoiri) HDFS-14445. TestTrySendErrorReportWhenNNThrowsIOException fails in
[Apr 22, 2019 8:29:56 PM] (xkrogen) HDFS-14435. [SBN Read] Enable ObserverReadProxyProvider to gracefully
[Apr 22, 2019 8:32:08 PM] (inigoiri) HDFS-14374. Expose total number of delegation tokens in
[Apr 22, 2019 8:56:26 PM] (eyang) YARN-8551. Project setup for MaWo application.            Contributed by
[Apr 22, 2019 9:02:13 PM] (aengineer) HADOOP-16026:Replace incorrect use of system property user.name.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/

[Apr 22, 2019 3:16:57 PM] (xkrogen) HADOOP-16265. Fix bug causing Configuration#getTimeDuration to use
[Apr 22, 2019 4:49:03 PM] (inigoiri) YARN-2889. Limit the number of opportunistic container allocated per AM
[Apr 22, 2019 8:23:42 PM] (inigoiri) HDFS-14445. TestTrySendErrorReportWhenNNThrowsIOException fails in
[Apr 22, 2019 8:29:56 PM] (xkrogen) HDFS-14435. [SBN Read] Enable ObserverReadProxyProvider to gracefully
[Apr 22, 2019 8:32:08 PM] (inigoiri) HDFS-14374. Expose total number of delegation tokens in
[Apr 22, 2019 8:56:26 PM] (eyang) YARN-8551. Project setup for MaWo application.            Contributed by
[Apr 22, 2019 9:02:13 PM] (aengineer) HADOOP-16026:Replace incorrect use of system property user.name.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/

[Apr 22, 2019 3:16:57 PM] (xkrogen) HADOOP-16265. Fix bug causing Configuration#getTimeDuration to use
[Apr 22, 2019 4:49:03 PM] (inigoiri) YARN-2889. Limit the number of opportunistic container allocated per AM
[Apr 22, 2019 8:23:42 PM] (inigoiri) HDFS-14445. TestTrySendErrorReportWhenNNThrowsIOException fails in
[Apr 22, 2019 8:29:56 PM] (xkrogen) HDFS-14435. [SBN Read] Enable ObserverReadProxyProvider to gracefully
[Apr 22, 2019 8:32:08 PM] (inigoiri) HDFS-14374. Expose total number of delegation tokens in
[Apr 22, 2019 8:56:26 PM] (eyang) YARN-8551. Project setup for MaWo application.            Contributed by
[Apr 22, 2019 9:02:13 PM] (aengineer) HADOOP-16026:Replace incorrect use of system property user.name.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-mawo/hadoop-yarn-applications-mawo-core 
       Class org.apache.hadoop.applications.mawo.server.common.TaskStatus implements Cloneable but does not define or use clone method At TaskStatus.java:does not define or use clone method At TaskStatus.java:[lines 39-346] 
       Equals method for org.apache.hadoop.applications.mawo.server.worker.WorkerId assumes the argument is of type WorkerId At WorkerId.java:the argument is of type WorkerId At WorkerId.java:[line 114] 
       org.apache.hadoop.applications.mawo.server.worker.WorkerId.equals(Object) does not check for null argument At WorkerId.java:null argument At WorkerId.java:[lines 114-115] 

    Failed junit tests :

       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-mawo_hadoop-yarn-applications-mawo-core-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1115/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.namenode.TestPersistentStoragePolicySatisfier 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestOzoneAtRestEncryption 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [468K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.namenode.TestPersistentStoragePolicySatisfier 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestOzoneAtRestEncryption 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [468K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.namenode.TestPersistentStoragePolicySatisfier 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestOzoneAtRestEncryption 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [468K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/

No changes




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.namenode.TestPersistentStoragePolicySatisfier 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestCapacitySchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestOzoneAtRestEncryption 
       hadoop.hdds.scm.pipeline.TestRatisPipelineUtils 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [468K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [936K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1114/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/

[Apr 20, 2019 1:51:00 PM] (wwei) YARN-9495. Fix findbugs warnings in hadoop-yarn-server-resourcemanager




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/

[Apr 20, 2019 1:51:00 PM] (wwei) YARN-9495. Fix findbugs warnings in hadoop-yarn-server-resourcemanager




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/

[Apr 20, 2019 1:51:00 PM] (wwei) YARN-9495. Fix findbugs warnings in hadoop-yarn-server-resourcemanager




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/

[Apr 20, 2019 1:51:00 PM] (wwei) YARN-9495. Fix findbugs warnings in hadoop-yarn-server-resourcemanager




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestDFSInotifyEventInputStreamKerberized 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.ozone.TestOzoneConfigurationFields 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1113/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/

[Apr 19, 2019 4:41:06 PM] (inigoiri) YARN-9448. Fix Opportunistic Scheduling for node local allocations.
[Apr 19, 2019 5:29:57 PM] (billie) YARN-9254. Add support for storing application catalog data to HDFS.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [184K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/

[Apr 19, 2019 4:41:06 PM] (inigoiri) YARN-9448. Fix Opportunistic Scheduling for node local allocations.
[Apr 19, 2019 5:29:57 PM] (billie) YARN-9254. Add support for storing application catalog data to HDFS.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [184K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/

[Apr 19, 2019 4:41:06 PM] (inigoiri) YARN-9448. Fix Opportunistic Scheduling for node local allocations.
[Apr 19, 2019 5:29:57 PM] (billie) YARN-9254. Add support for storing application catalog data to HDFS.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [184K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/

[Apr 19, 2019 4:41:06 PM] (inigoiri) YARN-9448. Fix Opportunistic Scheduling for node local allocations.
[Apr 19, 2019 5:29:57 PM] (billie) YARN-9254. Add support for storing application catalog data to HDFS.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskChecker 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.TestOzoneConfigurationFields 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.scm.node.TestSCMNodeMetrics 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [184K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1112/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/

[Apr 18, 2019 5:56:57 AM] (weichiu) YARN-9487. NodeManager native build shouldn't link against librt on
[Apr 18, 2019 6:40:37 AM] (aajisaka) YARN-9470. Fix order of actual and expected expression in assert
[Apr 18, 2019 6:53:08 AM] (elek) HDDS-1433. Rename GetScmInfoRespsonseProto to GetScmInfoResponseProto
[Apr 18, 2019 6:54:43 AM] (elek) HDDS-1447. Fix CheckStyle warnings. Contributed by Wanqiang Ji.
[Apr 18, 2019 4:29:37 PM] (eyang) YARN-6695. Fixed NPE in publishing appFinished events to ATSv2.         
[Apr 18, 2019 10:59:21 PM] (eyang) YARN-8622.  Fixed container-executor compilation on MacOSX.            
[Apr 18, 2019 11:53:25 PM] (xyao) HDDS-976: Parse network topology from yaml file. Contributed by Junjie




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [420K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_tools.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/

[Apr 18, 2019 5:56:57 AM] (weichiu) YARN-9487. NodeManager native build shouldn't link against librt on
[Apr 18, 2019 6:40:37 AM] (aajisaka) YARN-9470. Fix order of actual and expected expression in assert
[Apr 18, 2019 6:53:08 AM] (elek) HDDS-1433. Rename GetScmInfoRespsonseProto to GetScmInfoResponseProto
[Apr 18, 2019 6:54:43 AM] (elek) HDDS-1447. Fix CheckStyle warnings. Contributed by Wanqiang Ji.
[Apr 18, 2019 4:29:37 PM] (eyang) YARN-6695. Fixed NPE in publishing appFinished events to ATSv2.         
[Apr 18, 2019 10:59:21 PM] (eyang) YARN-8622.  Fixed container-executor compilation on MacOSX.            
[Apr 18, 2019 11:53:25 PM] (xyao) HDDS-976: Parse network topology from yaml file. Contributed by Junjie




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [420K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_tools.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/

[Apr 18, 2019 5:56:57 AM] (weichiu) YARN-9487. NodeManager native build shouldn't link against librt on
[Apr 18, 2019 6:40:37 AM] (aajisaka) YARN-9470. Fix order of actual and expected expression in assert
[Apr 18, 2019 6:53:08 AM] (elek) HDDS-1433. Rename GetScmInfoRespsonseProto to GetScmInfoResponseProto
[Apr 18, 2019 6:54:43 AM] (elek) HDDS-1447. Fix CheckStyle warnings. Contributed by Wanqiang Ji.
[Apr 18, 2019 4:29:37 PM] (eyang) YARN-6695. Fixed NPE in publishing appFinished events to ATSv2.         
[Apr 18, 2019 10:59:21 PM] (eyang) YARN-8622.  Fixed container-executor compilation on MacOSX.            
[Apr 18, 2019 11:53:25 PM] (xyao) HDDS-976: Parse network topology from yaml file. Contributed by Junjie




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [420K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_tools.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/

[Apr 18, 2019 5:56:57 AM] (weichiu) YARN-9487. NodeManager native build shouldn't link against librt on
[Apr 18, 2019 6:40:37 AM] (aajisaka) YARN-9470. Fix order of actual and expected expression in assert
[Apr 18, 2019 6:53:08 AM] (elek) HDDS-1433. Rename GetScmInfoRespsonseProto to GetScmInfoResponseProto
[Apr 18, 2019 6:54:43 AM] (elek) HDDS-1447. Fix CheckStyle warnings. Contributed by Wanqiang Ji.
[Apr 18, 2019 4:29:37 PM] (eyang) YARN-6695. Fixed NPE in publishing appFinished events to ATSv2.         
[Apr 18, 2019 10:59:21 PM] (eyang) YARN-8622.  Fixed container-executor compilation on MacOSX.            
[Apr 18, 2019 11:53:25 PM] (xyao) HDDS-976: Parse network topology from yaml file. Contributed by Junjie




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.datanode.TestDataNodeMultipleRegistrations 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.TestMultipleNNPortQOP 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.hdds.scm.net.TestNodeSchemaManager 
       hadoop.hdds.scm.net.TestNetworkTopologyImpl 
       hadoop.ozone.container.TestContainerReplication 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.freon.TestRandomKeyGenerator 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [420K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_common.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [44K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-ozone_tools.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1111/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/

[Apr 11, 2019 4:43:41 PM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 2:13:01 AM] (bharat) HDDS-1434. TestDatanodeStateMachine is flaky (#740)
[Apr 17, 2019 2:16:05 AM] (bharat) HDDS-1402. Remove unused ScmBlockLocationProtocol from
[Apr 17, 2019 8:47:54 AM] (shashikant) Revert "Merge pull request #729 from bshashikant/HDDS-1373"
[Apr 17, 2019 8:55:35 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 9:08:08 AM] (shashikant) Revert "HDDS-1373. KeyOutputStream, close after write request fails
[Apr 17, 2019 9:19:02 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 11:22:41 AM] (aajisaka) HADOOP-15881. Remove JUnit from LICENSE.txt
[Apr 17, 2019 12:39:06 PM] (iwasakims) HDFS-14432. dfs.datanode.shared.file.descriptor.paths duplicated in
[Apr 17, 2019 5:38:48 PM] (xyao) HDFS-14433. Remove the extra empty space in the DataStreamer logging.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestReadRetries 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [1.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/

[Apr 11, 2019 4:43:41 PM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 2:13:01 AM] (bharat) HDDS-1434. TestDatanodeStateMachine is flaky (#740)
[Apr 17, 2019 2:16:05 AM] (bharat) HDDS-1402. Remove unused ScmBlockLocationProtocol from
[Apr 17, 2019 8:47:54 AM] (shashikant) Revert "Merge pull request #729 from bshashikant/HDDS-1373"
[Apr 17, 2019 8:55:35 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 9:08:08 AM] (shashikant) Revert "HDDS-1373. KeyOutputStream, close after write request fails
[Apr 17, 2019 9:19:02 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 11:22:41 AM] (aajisaka) HADOOP-15881. Remove JUnit from LICENSE.txt
[Apr 17, 2019 12:39:06 PM] (iwasakims) HDFS-14432. dfs.datanode.shared.file.descriptor.paths duplicated in
[Apr 17, 2019 5:38:48 PM] (xyao) HDFS-14433. Remove the extra empty space in the DataStreamer logging.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestReadRetries 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [1.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/

[Apr 11, 2019 4:43:41 PM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 2:13:01 AM] (bharat) HDDS-1434. TestDatanodeStateMachine is flaky (#740)
[Apr 17, 2019 2:16:05 AM] (bharat) HDDS-1402. Remove unused ScmBlockLocationProtocol from
[Apr 17, 2019 8:47:54 AM] (shashikant) Revert "Merge pull request #729 from bshashikant/HDDS-1373"
[Apr 17, 2019 8:55:35 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 9:08:08 AM] (shashikant) Revert "HDDS-1373. KeyOutputStream, close after write request fails
[Apr 17, 2019 9:19:02 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 11:22:41 AM] (aajisaka) HADOOP-15881. Remove JUnit from LICENSE.txt
[Apr 17, 2019 12:39:06 PM] (iwasakims) HDFS-14432. dfs.datanode.shared.file.descriptor.paths duplicated in
[Apr 17, 2019 5:38:48 PM] (xyao) HDFS-14433. Remove the extra empty space in the DataStreamer logging.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestReadRetries 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [1.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/

[Apr 11, 2019 4:43:41 PM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 2:13:01 AM] (bharat) HDDS-1434. TestDatanodeStateMachine is flaky (#740)
[Apr 17, 2019 2:16:05 AM] (bharat) HDDS-1402. Remove unused ScmBlockLocationProtocol from
[Apr 17, 2019 8:47:54 AM] (shashikant) Revert "Merge pull request #729 from bshashikant/HDDS-1373"
[Apr 17, 2019 8:55:35 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 9:08:08 AM] (shashikant) Revert "HDDS-1373. KeyOutputStream, close after write request fails
[Apr 17, 2019 9:19:02 AM] (shashikant) HDDS-1373. KeyOutputStream, close after write request fails after
[Apr 17, 2019 11:22:41 AM] (aajisaka) HADOOP-15881. Remove JUnit from LICENSE.txt
[Apr 17, 2019 12:39:06 PM] (iwasakims) HDFS-14432. dfs.datanode.shared.file.descriptor.paths duplicated in
[Apr 17, 2019 5:38:48 PM] (xyao) HDFS-14433. Remove the extra empty space in the DataStreamer logging.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestCommitWatcher 
       hadoop.ozone.client.rpc.TestReadRetries 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [20K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [1.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1110/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/

[Apr 16, 2019 2:18:21 AM] (aajisaka) HADOOP-16249. Make CallerContext LimitedPrivate scope to Public.
[Apr 16, 2019 3:13:49 AM] (tasanuma) YARN-8943. Upgrade JUnit from 4 to 5 in hadoop-yarn-api.
[Apr 16, 2019 3:53:52 AM] (tasanuma) HADOOP-16253. Update AssertJ to 3.12.2.
[Apr 16, 2019 12:28:18 PM] (weichiu) HADOOP-15014. KMS should log the IP address of the clients. Contributed
[Apr 16, 2019 1:22:07 PM] (shashikant) HDDS-1380. Add functonality to write from multiple clients in
[Apr 16, 2019 4:52:14 PM] (billie) YARN-8530. Add SPNEGO filter to application catalog. Contributed by Eric
[Apr 16, 2019 5:04:27 PM] (billie) YARN-9466. Fixed application catalog navigation bar height in Safari.
[Apr 16, 2019 5:34:31 PM] (inigoiri) HDFS-14418. Remove redundant super user priveledge checks from namenode.
[Apr 16, 2019 6:06:25 PM] (weichiu) YARN-9123. Clean up and split testcases in TestNMWebServices for GPU
[Apr 16, 2019 7:35:49 PM] (arp) HDDS-1432. Ozone client list command truncates response without any
[Apr 16, 2019 8:49:29 PM] (github) HDDS-1374. ContainerStateMap cannot find container while allocating
[Apr 16, 2019 8:51:39 PM] (github) HDDS-1376. Datanode exits while executing client command when scmId is
[Apr 16, 2019 11:53:45 PM] (eyang) YARN-9349.  Improved log level practices for




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [104K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/

[Apr 16, 2019 2:18:21 AM] (aajisaka) HADOOP-16249. Make CallerContext LimitedPrivate scope to Public.
[Apr 16, 2019 3:13:49 AM] (tasanuma) YARN-8943. Upgrade JUnit from 4 to 5 in hadoop-yarn-api.
[Apr 16, 2019 3:53:52 AM] (tasanuma) HADOOP-16253. Update AssertJ to 3.12.2.
[Apr 16, 2019 12:28:18 PM] (weichiu) HADOOP-15014. KMS should log the IP address of the clients. Contributed
[Apr 16, 2019 1:22:07 PM] (shashikant) HDDS-1380. Add functonality to write from multiple clients in
[Apr 16, 2019 4:52:14 PM] (billie) YARN-8530. Add SPNEGO filter to application catalog. Contributed by Eric
[Apr 16, 2019 5:04:27 PM] (billie) YARN-9466. Fixed application catalog navigation bar height in Safari.
[Apr 16, 2019 5:34:31 PM] (inigoiri) HDFS-14418. Remove redundant super user priveledge checks from namenode.
[Apr 16, 2019 6:06:25 PM] (weichiu) YARN-9123. Clean up and split testcases in TestNMWebServices for GPU
[Apr 16, 2019 7:35:49 PM] (arp) HDDS-1432. Ozone client list command truncates response without any
[Apr 16, 2019 8:49:29 PM] (github) HDDS-1374. ContainerStateMap cannot find container while allocating
[Apr 16, 2019 8:51:39 PM] (github) HDDS-1376. Datanode exits while executing client command when scmId is
[Apr 16, 2019 11:53:45 PM] (eyang) YARN-9349.  Improved log level practices for




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [104K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/

[Apr 16, 2019 2:18:21 AM] (aajisaka) HADOOP-16249. Make CallerContext LimitedPrivate scope to Public.
[Apr 16, 2019 3:13:49 AM] (tasanuma) YARN-8943. Upgrade JUnit from 4 to 5 in hadoop-yarn-api.
[Apr 16, 2019 3:53:52 AM] (tasanuma) HADOOP-16253. Update AssertJ to 3.12.2.
[Apr 16, 2019 12:28:18 PM] (weichiu) HADOOP-15014. KMS should log the IP address of the clients. Contributed
[Apr 16, 2019 1:22:07 PM] (shashikant) HDDS-1380. Add functonality to write from multiple clients in
[Apr 16, 2019 4:52:14 PM] (billie) YARN-8530. Add SPNEGO filter to application catalog. Contributed by Eric
[Apr 16, 2019 5:04:27 PM] (billie) YARN-9466. Fixed application catalog navigation bar height in Safari.
[Apr 16, 2019 5:34:31 PM] (inigoiri) HDFS-14418. Remove redundant super user priveledge checks from namenode.
[Apr 16, 2019 6:06:25 PM] (weichiu) YARN-9123. Clean up and split testcases in TestNMWebServices for GPU
[Apr 16, 2019 7:35:49 PM] (arp) HDDS-1432. Ozone client list command truncates response without any
[Apr 16, 2019 8:49:29 PM] (github) HDDS-1374. ContainerStateMap cannot find container while allocating
[Apr 16, 2019 8:51:39 PM] (github) HDDS-1376. Datanode exits while executing client command when scmId is
[Apr 16, 2019 11:53:45 PM] (eyang) YARN-9349.  Improved log level practices for




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [104K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/

[Apr 16, 2019 2:18:21 AM] (aajisaka) HADOOP-16249. Make CallerContext LimitedPrivate scope to Public.
[Apr 16, 2019 3:13:49 AM] (tasanuma) YARN-8943. Upgrade JUnit from 4 to 5 in hadoop-yarn-api.
[Apr 16, 2019 3:53:52 AM] (tasanuma) HADOOP-16253. Update AssertJ to 3.12.2.
[Apr 16, 2019 12:28:18 PM] (weichiu) HADOOP-15014. KMS should log the IP address of the clients. Contributed
[Apr 16, 2019 1:22:07 PM] (shashikant) HDDS-1380. Add functonality to write from multiple clients in
[Apr 16, 2019 4:52:14 PM] (billie) YARN-8530. Add SPNEGO filter to application catalog. Contributed by Eric
[Apr 16, 2019 5:04:27 PM] (billie) YARN-9466. Fixed application catalog navigation bar height in Safari.
[Apr 16, 2019 5:34:31 PM] (inigoiri) HDFS-14418. Remove redundant super user priveledge checks from namenode.
[Apr 16, 2019 6:06:25 PM] (weichiu) YARN-9123. Clean up and split testcases in TestNMWebServices for GPU
[Apr 16, 2019 7:35:49 PM] (arp) HDDS-1432. Ozone client list command truncates response without any
[Apr 16, 2019 8:49:29 PM] (github) HDDS-1374. ContainerStateMap cannot find container while allocating
[Apr 16, 2019 8:51:39 PM] (github) HDDS-1376. Datanode exits while executing client command when scmId is
[Apr 16, 2019 11:53:45 PM] (eyang) YARN-9349.  Improved log level practices for




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.server.namenode.ha.TestBootstrapAliasmap 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.client.api.impl.TestTimelineClientV2Impl 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerOvercommit 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.appmaster.TestAMSimulator 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [336K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-common.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [104K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1109/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/

[Apr 15, 2019 3:11:20 AM] (inigoiri) YARN-9474. Remove hard coded sleep from Opportunistic Scheduler tests.
[Apr 15, 2019 4:08:28 AM] (aajisaka) YARN-9481. [JDK 11] Build fails due to hard-coded target version in
[Apr 15, 2019 4:12:43 PM] (wwei) YARN-9439. Support asynchronized scheduling mode and multi-node lookup
[Apr 15, 2019 6:24:37 PM] (ebadger) YARN-9379. Can't specify docker runtime through environment. Contributed
[Apr 15, 2019 7:58:06 PM] (bharat) HDDS-1396 : Recon start fails due to changes in Aggregate Schema
[Apr 15, 2019 8:47:09 PM] (ebadger) YARN-7848 Force removal of docker containers that do not get removed on




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [1016K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/

[Apr 15, 2019 3:11:20 AM] (inigoiri) YARN-9474. Remove hard coded sleep from Opportunistic Scheduler tests.
[Apr 15, 2019 4:08:28 AM] (aajisaka) YARN-9481. [JDK 11] Build fails due to hard-coded target version in
[Apr 15, 2019 4:12:43 PM] (wwei) YARN-9439. Support asynchronized scheduling mode and multi-node lookup
[Apr 15, 2019 6:24:37 PM] (ebadger) YARN-9379. Can't specify docker runtime through environment. Contributed
[Apr 15, 2019 7:58:06 PM] (bharat) HDDS-1396 : Recon start fails due to changes in Aggregate Schema
[Apr 15, 2019 8:47:09 PM] (ebadger) YARN-7848 Force removal of docker containers that do not get removed on




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [1016K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/

[Apr 15, 2019 3:11:20 AM] (inigoiri) YARN-9474. Remove hard coded sleep from Opportunistic Scheduler tests.
[Apr 15, 2019 4:08:28 AM] (aajisaka) YARN-9481. [JDK 11] Build fails due to hard-coded target version in
[Apr 15, 2019 4:12:43 PM] (wwei) YARN-9439. Support asynchronized scheduling mode and multi-node lookup
[Apr 15, 2019 6:24:37 PM] (ebadger) YARN-9379. Can't specify docker runtime through environment. Contributed
[Apr 15, 2019 7:58:06 PM] (bharat) HDDS-1396 : Recon start fails due to changes in Aggregate Schema
[Apr 15, 2019 8:47:09 PM] (ebadger) YARN-7848 Force removal of docker containers that do not get removed on




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [1016K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/

[Apr 15, 2019 3:11:20 AM] (inigoiri) YARN-9474. Remove hard coded sleep from Opportunistic Scheduler tests.
[Apr 15, 2019 4:08:28 AM] (aajisaka) YARN-9481. [JDK 11] Build fails due to hard-coded target version in
[Apr 15, 2019 4:12:43 PM] (wwei) YARN-9439. Support asynchronized scheduling mode and multi-node lookup
[Apr 15, 2019 6:24:37 PM] (ebadger) YARN-9379. Can't specify docker runtime through environment. Contributed
[Apr 15, 2019 7:58:06 PM] (bharat) HDDS-1396 : Recon start fails due to changes in Aggregate Schema
[Apr 15, 2019 8:47:09 PM] (ebadger) YARN-7848 Force removal of docker containers that do not get removed on




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.scheduler.fair.TestFairSchedulerPreemption 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSRunner 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractGetFileStatus 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-ozone_ozone-recon.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [88K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-hs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozone-recon.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [1016K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1108/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/

[Apr 15, 2019 1:46:10 AM] (aajisaka) HADOOP-16227. Upgrade checkstyle to 8.19




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestMaintenanceState 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestIncrementalBlockReports 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [200K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/

[Apr 15, 2019 1:46:10 AM] (aajisaka) HADOOP-16227. Upgrade checkstyle to 8.19




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestMaintenanceState 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestIncrementalBlockReports 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [200K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/

[Apr 15, 2019 1:46:10 AM] (aajisaka) HADOOP-16227. Upgrade checkstyle to 8.19




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestMaintenanceState 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestIncrementalBlockReports 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [200K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/

[Apr 15, 2019 1:46:10 AM] (aajisaka) HADOOP-16227. Upgrade checkstyle to 8.19




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.TestMaintenanceState 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestIncrementalBlockReports 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.ozone.container.common.statemachine.commandhandler.TestBlockDeletion 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [200K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1107/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/

[Apr 13, 2019 2:27:03 PM] (github) HDDS-1198. Rename chill mode to safe mode. Contributed by Siddharth
[Apr 13, 2019 3:55:11 PM] (billie) YARN-9281. Add express upgrade button to Appcatalog UI. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/

[Apr 13, 2019 2:27:03 PM] (github) HDDS-1198. Rename chill mode to safe mode. Contributed by Siddharth
[Apr 13, 2019 3:55:11 PM] (billie) YARN-9281. Add express upgrade button to Appcatalog UI. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/

[Apr 13, 2019 2:27:03 PM] (github) HDDS-1198. Rename chill mode to safe mode. Contributed by Siddharth
[Apr 13, 2019 3:55:11 PM] (billie) YARN-9281. Add express upgrade button to Appcatalog UI. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/

[Apr 13, 2019 2:27:03 PM] (github) HDDS-1198. Rename chill mode to safe mode. Contributed by Siddharth
[Apr 13, 2019 3:55:11 PM] (billie) YARN-9281. Add express upgrade button to Appcatalog UI. Contributed by




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1106/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/

[Apr 12, 2019 2:52:18 AM] (iwasakims) HADOOP-14544. DistCp documentation for command line options is
[Apr 12, 2019 8:42:10 AM] (nanda) HDDS-1404. Fix typos in HDDS. Contributed by bianqi.
[Apr 12, 2019 9:15:57 AM] (nanda) HDDS-1416. MiniOzoneCluster should set custom value for
[Apr 12, 2019 9:30:08 AM] (nanda) HDDS-1363. ozone.metadata.dirs doesn't pick multiple dirs (#691)
[Apr 12, 2019 9:42:23 AM] (elek) HDDS-1426. Minor logging improvements for MiniOzoneChaosCluster
[Apr 12, 2019 9:52:31 AM] (elek) HDDS-1421. Avoid unnecessary object allocations in TracingUtil
[Apr 12, 2019 9:59:55 AM] (elek) HDDS-1419. Fix shellcheck errors in start-chaos.sh
[Apr 12, 2019 10:21:10 AM] (elek) HDDS-1420. Tracing exception in DataNode HddsDispatcher
[Apr 12, 2019 4:40:27 PM] (github) HDDS-1285. Implement actions need to be taken after chill mode exit wait
[Apr 12, 2019 4:45:36 PM] (bharat) HDDS-1425. Ozone compose files are not compatible with the latest
[Apr 12, 2019 10:08:01 PM] (arp) HDDS-1428. Remove benign warning in handleCreateContainer. Contributed
[Apr 12, 2019 10:19:50 PM] (arp7) HDDS-1387. ConcurrentModificationException in TestMiniChaosOzoneCluster.
[Apr 13, 2019 12:37:51 AM] (cliang) HDFS-13699. Add DFSClient sending handshake token to DataNode, and allow
[Apr 13, 2019 1:12:02 AM] (stevel) HADOOP-14747. S3AInputStream to implement CanUnbuffer.
[Apr 13, 2019 1:28:38 AM] (stevel) HADOOP-16237. Fix new findbugs issues after updating guava to 27.0-jre.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/

[Apr 12, 2019 2:52:18 AM] (iwasakims) HADOOP-14544. DistCp documentation for command line options is
[Apr 12, 2019 8:42:10 AM] (nanda) HDDS-1404. Fix typos in HDDS. Contributed by bianqi.
[Apr 12, 2019 9:15:57 AM] (nanda) HDDS-1416. MiniOzoneCluster should set custom value for
[Apr 12, 2019 9:30:08 AM] (nanda) HDDS-1363. ozone.metadata.dirs doesn't pick multiple dirs (#691)
[Apr 12, 2019 9:42:23 AM] (elek) HDDS-1426. Minor logging improvements for MiniOzoneChaosCluster
[Apr 12, 2019 9:52:31 AM] (elek) HDDS-1421. Avoid unnecessary object allocations in TracingUtil
[Apr 12, 2019 9:59:55 AM] (elek) HDDS-1419. Fix shellcheck errors in start-chaos.sh
[Apr 12, 2019 10:21:10 AM] (elek) HDDS-1420. Tracing exception in DataNode HddsDispatcher
[Apr 12, 2019 4:40:27 PM] (github) HDDS-1285. Implement actions need to be taken after chill mode exit wait
[Apr 12, 2019 4:45:36 PM] (bharat) HDDS-1425. Ozone compose files are not compatible with the latest
[Apr 12, 2019 10:08:01 PM] (arp) HDDS-1428. Remove benign warning in handleCreateContainer. Contributed
[Apr 12, 2019 10:19:50 PM] (arp7) HDDS-1387. ConcurrentModificationException in TestMiniChaosOzoneCluster.
[Apr 13, 2019 12:37:51 AM] (cliang) HDFS-13699. Add DFSClient sending handshake token to DataNode, and allow
[Apr 13, 2019 1:12:02 AM] (stevel) HADOOP-14747. S3AInputStream to implement CanUnbuffer.
[Apr 13, 2019 1:28:38 AM] (stevel) HADOOP-16237. Fix new findbugs issues after updating guava to 27.0-jre.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/

[Apr 12, 2019 2:52:18 AM] (iwasakims) HADOOP-14544. DistCp documentation for command line options is
[Apr 12, 2019 8:42:10 AM] (nanda) HDDS-1404. Fix typos in HDDS. Contributed by bianqi.
[Apr 12, 2019 9:15:57 AM] (nanda) HDDS-1416. MiniOzoneCluster should set custom value for
[Apr 12, 2019 9:30:08 AM] (nanda) HDDS-1363. ozone.metadata.dirs doesn't pick multiple dirs (#691)
[Apr 12, 2019 9:42:23 AM] (elek) HDDS-1426. Minor logging improvements for MiniOzoneChaosCluster
[Apr 12, 2019 9:52:31 AM] (elek) HDDS-1421. Avoid unnecessary object allocations in TracingUtil
[Apr 12, 2019 9:59:55 AM] (elek) HDDS-1419. Fix shellcheck errors in start-chaos.sh
[Apr 12, 2019 10:21:10 AM] (elek) HDDS-1420. Tracing exception in DataNode HddsDispatcher
[Apr 12, 2019 4:40:27 PM] (github) HDDS-1285. Implement actions need to be taken after chill mode exit wait
[Apr 12, 2019 4:45:36 PM] (bharat) HDDS-1425. Ozone compose files are not compatible with the latest
[Apr 12, 2019 10:08:01 PM] (arp) HDDS-1428. Remove benign warning in handleCreateContainer. Contributed
[Apr 12, 2019 10:19:50 PM] (arp7) HDDS-1387. ConcurrentModificationException in TestMiniChaosOzoneCluster.
[Apr 13, 2019 12:37:51 AM] (cliang) HDFS-13699. Add DFSClient sending handshake token to DataNode, and allow
[Apr 13, 2019 1:12:02 AM] (stevel) HADOOP-14747. S3AInputStream to implement CanUnbuffer.
[Apr 13, 2019 1:28:38 AM] (stevel) HADOOP-16237. Fix new findbugs issues after updating guava to 27.0-jre.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/

[Apr 12, 2019 2:52:18 AM] (iwasakims) HADOOP-14544. DistCp documentation for command line options is
[Apr 12, 2019 8:42:10 AM] (nanda) HDDS-1404. Fix typos in HDDS. Contributed by bianqi.
[Apr 12, 2019 9:15:57 AM] (nanda) HDDS-1416. MiniOzoneCluster should set custom value for
[Apr 12, 2019 9:30:08 AM] (nanda) HDDS-1363. ozone.metadata.dirs doesn't pick multiple dirs (#691)
[Apr 12, 2019 9:42:23 AM] (elek) HDDS-1426. Minor logging improvements for MiniOzoneChaosCluster
[Apr 12, 2019 9:52:31 AM] (elek) HDDS-1421. Avoid unnecessary object allocations in TracingUtil
[Apr 12, 2019 9:59:55 AM] (elek) HDDS-1419. Fix shellcheck errors in start-chaos.sh
[Apr 12, 2019 10:21:10 AM] (elek) HDDS-1420. Tracing exception in DataNode HddsDispatcher
[Apr 12, 2019 4:40:27 PM] (github) HDDS-1285. Implement actions need to be taken after chill mode exit wait
[Apr 12, 2019 4:45:36 PM] (bharat) HDDS-1425. Ozone compose files are not compatible with the latest
[Apr 12, 2019 10:08:01 PM] (arp) HDDS-1428. Remove benign warning in handleCreateContainer. Contributed
[Apr 12, 2019 10:19:50 PM] (arp7) HDDS-1387. ConcurrentModificationException in TestMiniChaosOzoneCluster.
[Apr 13, 2019 12:37:51 AM] (cliang) HDFS-13699. Add DFSClient sending handshake token to DataNode, and allow
[Apr 13, 2019 1:12:02 AM] (stevel) HADOOP-14747. S3AInputStream to implement CanUnbuffer.
[Apr 13, 2019 1:28:38 AM] (stevel) HADOOP-16237. Fix new findbugs issues after updating guava to 27.0-jre.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1105/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/

[Apr 11, 2019 10:56:15 AM] (aajisaka) HADOOP-16052. Remove Subversion and Forrest from Dockerfile
[Apr 11, 2019 2:01:26 PM] (shashikant) HDDS-1348. Refactor BlockOutpuStream Class. Contributed by Shashikant
[Apr 11, 2019 6:49:19 PM] (gifuma) YARN-9435. Add Opportunistic Scheduler metrics in ResourceManager.
[Apr 11, 2019 10:14:28 PM] (arp) HDDS-1410. TestSCMNodeMetrics is flaky. Contributed by Siddharth Wagle.
[Apr 12, 2019 12:12:12 AM] (stevel) HADOOP-16118. S3Guard to support on-demand DDB tables.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/

[Apr 11, 2019 10:56:15 AM] (aajisaka) HADOOP-16052. Remove Subversion and Forrest from Dockerfile
[Apr 11, 2019 2:01:26 PM] (shashikant) HDDS-1348. Refactor BlockOutpuStream Class. Contributed by Shashikant
[Apr 11, 2019 6:49:19 PM] (gifuma) YARN-9435. Add Opportunistic Scheduler metrics in ResourceManager.
[Apr 11, 2019 10:14:28 PM] (arp) HDDS-1410. TestSCMNodeMetrics is flaky. Contributed by Siddharth Wagle.
[Apr 12, 2019 12:12:12 AM] (stevel) HADOOP-16118. S3Guard to support on-demand DDB tables.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/

[Apr 11, 2019 10:56:15 AM] (aajisaka) HADOOP-16052. Remove Subversion and Forrest from Dockerfile
[Apr 11, 2019 2:01:26 PM] (shashikant) HDDS-1348. Refactor BlockOutpuStream Class. Contributed by Shashikant
[Apr 11, 2019 6:49:19 PM] (gifuma) YARN-9435. Add Opportunistic Scheduler metrics in ResourceManager.
[Apr 11, 2019 10:14:28 PM] (arp) HDDS-1410. TestSCMNodeMetrics is flaky. Contributed by Siddharth Wagle.
[Apr 12, 2019 12:12:12 AM] (stevel) HADOOP-16118. S3Guard to support on-demand DDB tables.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/

[Apr 11, 2019 10:56:15 AM] (aajisaka) HADOOP-16052. Remove Subversion and Forrest from Dockerfile
[Apr 11, 2019 2:01:26 PM] (shashikant) HDDS-1348. Refactor BlockOutpuStream Class. Contributed by Shashikant
[Apr 11, 2019 6:49:19 PM] (gifuma) YARN-9435. Add Opportunistic Scheduler metrics in ResourceManager.
[Apr 11, 2019 10:14:28 PM] (arp) HDDS-1410. TestSCMNodeMetrics is flaky. Contributed by Siddharth Wagle.
[Apr 12, 2019 12:12:12 AM] (stevel) HADOOP-16118. S3Guard to support on-demand DDB tables.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.resourcemanager.TestOpportunisticContainerAllocatorAMService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [480K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1104/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/

[Apr 10, 2019 9:37:27 AM] (aajisaka) YARN-9433. Remove unused constants in YARN resource manager
[Apr 10, 2019 12:30:10 PM] (nanda) HDDS-1401. Static ContainerCache in Datanodes can result in overwrite of
[Apr 10, 2019 2:51:28 PM] (wwei) YARN-9463. Add queueName info when failing with queue capacity sanity
[Apr 10, 2019 3:48:11 PM] (aengineer) HADOOP-16240. start-build-env.sh can consume all disk space during image
[Apr 10, 2019 3:49:46 PM] (todd) HADOOP-16179. hadoop-common pom should not depend on kerb-simplekdc
[Apr 10, 2019 4:35:36 PM] (elek) HDDS-1397. Avoid the usage of signal handlers in datanodes of the
[Apr 10, 2019 5:25:28 PM] (github) HDDS-1370. Command Execution in Datanode fails because of NPE (#715)
[Apr 10, 2019 6:18:40 PM] (gifuma) HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.
[Apr 10, 2019 7:44:01 PM] (github) HDDS-1418. Move bang line to the start of the start-chaos.sh script.
[Apr 10, 2019 8:21:04 PM] (arp) HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by
[Apr 10, 2019 11:55:37 PM] (bharat) HDDS-1417. After successfully importing a container, datanode should
[Apr 11, 2019 1:01:47 AM] (aajisaka) HDFS-12245. Fix INodeId javadoc




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/

[Apr 10, 2019 9:37:27 AM] (aajisaka) YARN-9433. Remove unused constants in YARN resource manager
[Apr 10, 2019 12:30:10 PM] (nanda) HDDS-1401. Static ContainerCache in Datanodes can result in overwrite of
[Apr 10, 2019 2:51:28 PM] (wwei) YARN-9463. Add queueName info when failing with queue capacity sanity
[Apr 10, 2019 3:48:11 PM] (aengineer) HADOOP-16240. start-build-env.sh can consume all disk space during image
[Apr 10, 2019 3:49:46 PM] (todd) HADOOP-16179. hadoop-common pom should not depend on kerb-simplekdc
[Apr 10, 2019 4:35:36 PM] (elek) HDDS-1397. Avoid the usage of signal handlers in datanodes of the
[Apr 10, 2019 5:25:28 PM] (github) HDDS-1370. Command Execution in Datanode fails because of NPE (#715)
[Apr 10, 2019 6:18:40 PM] (gifuma) HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.
[Apr 10, 2019 7:44:01 PM] (github) HDDS-1418. Move bang line to the start of the start-chaos.sh script.
[Apr 10, 2019 8:21:04 PM] (arp) HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by
[Apr 10, 2019 11:55:37 PM] (bharat) HDDS-1417. After successfully importing a container, datanode should
[Apr 11, 2019 1:01:47 AM] (aajisaka) HDFS-12245. Fix INodeId javadoc




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/

[Apr 10, 2019 9:37:27 AM] (aajisaka) YARN-9433. Remove unused constants in YARN resource manager
[Apr 10, 2019 12:30:10 PM] (nanda) HDDS-1401. Static ContainerCache in Datanodes can result in overwrite of
[Apr 10, 2019 2:51:28 PM] (wwei) YARN-9463. Add queueName info when failing with queue capacity sanity
[Apr 10, 2019 3:48:11 PM] (aengineer) HADOOP-16240. start-build-env.sh can consume all disk space during image
[Apr 10, 2019 3:49:46 PM] (todd) HADOOP-16179. hadoop-common pom should not depend on kerb-simplekdc
[Apr 10, 2019 4:35:36 PM] (elek) HDDS-1397. Avoid the usage of signal handlers in datanodes of the
[Apr 10, 2019 5:25:28 PM] (github) HDDS-1370. Command Execution in Datanode fails because of NPE (#715)
[Apr 10, 2019 6:18:40 PM] (gifuma) HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.
[Apr 10, 2019 7:44:01 PM] (github) HDDS-1418. Move bang line to the start of the start-chaos.sh script.
[Apr 10, 2019 8:21:04 PM] (arp) HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by
[Apr 10, 2019 11:55:37 PM] (bharat) HDDS-1417. After successfully importing a container, datanode should
[Apr 11, 2019 1:01:47 AM] (aajisaka) HDFS-12245. Fix INodeId javadoc




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/

[Apr 10, 2019 9:37:27 AM] (aajisaka) YARN-9433. Remove unused constants in YARN resource manager
[Apr 10, 2019 12:30:10 PM] (nanda) HDDS-1401. Static ContainerCache in Datanodes can result in overwrite of
[Apr 10, 2019 2:51:28 PM] (wwei) YARN-9463. Add queueName info when failing with queue capacity sanity
[Apr 10, 2019 3:48:11 PM] (aengineer) HADOOP-16240. start-build-env.sh can consume all disk space during image
[Apr 10, 2019 3:49:46 PM] (todd) HADOOP-16179. hadoop-common pom should not depend on kerb-simplekdc
[Apr 10, 2019 4:35:36 PM] (elek) HDDS-1397. Avoid the usage of signal handlers in datanodes of the
[Apr 10, 2019 5:25:28 PM] (github) HDDS-1370. Command Execution in Datanode fails because of NPE (#715)
[Apr 10, 2019 6:18:40 PM] (gifuma) HDFS-14420. Fix typo in KeyShell console. Contributed by Hu Xiaodong.
[Apr 10, 2019 7:44:01 PM] (github) HDDS-1418. Move bang line to the start of the start-chaos.sh script.
[Apr 10, 2019 8:21:04 PM] (arp) HADOOP-16243. Change Log Level to trace in NetUtils.java. Contributed by
[Apr 10, 2019 11:55:37 PM] (bharat) HDDS-1417. After successfully importing a container, datanode should
[Apr 11, 2019 1:01:47 AM] (aajisaka) HDFS-12245. Fix INodeId javadoc




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shellcheck.txt  [24K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1103/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/

[Apr 9, 2019 9:40:07 AM] (github) HDDS-1372. getContainerWithPipeline for a standalone pipeline fails with
[Apr 9, 2019 3:35:14 PM] (elek) HDDS-1383. Create project skeleton with CLI interface for In-place
[Apr 9, 2019 5:35:54 PM] (github) HDDS-1405. ITestOzoneContractCreate is failing. (#712)
[Apr 9, 2019 5:59:43 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 8:08:25 PM] (arp7) HDDS-1388. Add a shell script to run MiniOzoneChaosCluster using mvn
[Apr 9, 2019 9:18:05 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 9:57:32 PM] (github) HDDS-1393. Convert all OM Bucket related operations to HA model. (#704)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/

[Apr 9, 2019 9:40:07 AM] (github) HDDS-1372. getContainerWithPipeline for a standalone pipeline fails with
[Apr 9, 2019 3:35:14 PM] (elek) HDDS-1383. Create project skeleton with CLI interface for In-place
[Apr 9, 2019 5:35:54 PM] (github) HDDS-1405. ITestOzoneContractCreate is failing. (#712)
[Apr 9, 2019 5:59:43 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 8:08:25 PM] (arp7) HDDS-1388. Add a shell script to run MiniOzoneChaosCluster using mvn
[Apr 9, 2019 9:18:05 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 9:57:32 PM] (github) HDDS-1393. Convert all OM Bucket related operations to HA model. (#704)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/

[Apr 9, 2019 9:40:07 AM] (github) HDDS-1372. getContainerWithPipeline for a standalone pipeline fails with
[Apr 9, 2019 3:35:14 PM] (elek) HDDS-1383. Create project skeleton with CLI interface for In-place
[Apr 9, 2019 5:35:54 PM] (github) HDDS-1405. ITestOzoneContractCreate is failing. (#712)
[Apr 9, 2019 5:59:43 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 8:08:25 PM] (arp7) HDDS-1388. Add a shell script to run MiniOzoneChaosCluster using mvn
[Apr 9, 2019 9:18:05 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 9:57:32 PM] (github) HDDS-1393. Convert all OM Bucket related operations to HA model. (#704)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/

[Apr 9, 2019 9:40:07 AM] (github) HDDS-1372. getContainerWithPipeline for a standalone pipeline fails with
[Apr 9, 2019 3:35:14 PM] (elek) HDDS-1383. Create project skeleton with CLI interface for In-place
[Apr 9, 2019 5:35:54 PM] (github) HDDS-1405. ITestOzoneContractCreate is failing. (#712)
[Apr 9, 2019 5:59:43 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 8:08:25 PM] (arp7) HDDS-1388. Add a shell script to run MiniOzoneChaosCluster using mvn
[Apr 9, 2019 9:18:05 PM] (gifuma) YARN-999. In case of long running tasks, reduce node resource should
[Apr 9, 2019 9:57:32 PM] (github) HDDS-1393. Convert all OM Bucket related operations to HA model. (#704)




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeMetrics 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.om.TestOmMetrics 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [196K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-ozone_ozone-manager.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1102/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/

[Apr 8, 2019 4:20:21 AM] (aajisaka) HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray
[Apr 8, 2019 5:40:53 AM] (wwei) YARN-9313. Support asynchronized scheduling mode and multi-node lookup
[Apr 8, 2019 6:18:45 AM] (aajisaka) HADOOP-14635. Javadoc correction for AccessControlList#buildACL.
[Apr 8, 2019 6:26:12 AM] (aajisaka) HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.
[Apr 8, 2019 4:36:06 PM] (bharat) HDDS-1340. Add List Containers API for Recon (#648)
[Apr 9, 2019 4:57:58 AM] (shashikant) HDDS-372. There are three buffer copies in BlockOutputStream.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_client.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/

[Apr 8, 2019 4:20:21 AM] (aajisaka) HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray
[Apr 8, 2019 5:40:53 AM] (wwei) YARN-9313. Support asynchronized scheduling mode and multi-node lookup
[Apr 8, 2019 6:18:45 AM] (aajisaka) HADOOP-14635. Javadoc correction for AccessControlList#buildACL.
[Apr 8, 2019 6:26:12 AM] (aajisaka) HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.
[Apr 8, 2019 4:36:06 PM] (bharat) HDDS-1340. Add List Containers API for Recon (#648)
[Apr 9, 2019 4:57:58 AM] (shashikant) HDDS-372. There are three buffer copies in BlockOutputStream.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_client.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/

[Apr 8, 2019 4:20:21 AM] (aajisaka) HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray
[Apr 8, 2019 5:40:53 AM] (wwei) YARN-9313. Support asynchronized scheduling mode and multi-node lookup
[Apr 8, 2019 6:18:45 AM] (aajisaka) HADOOP-14635. Javadoc correction for AccessControlList#buildACL.
[Apr 8, 2019 6:26:12 AM] (aajisaka) HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.
[Apr 8, 2019 4:36:06 PM] (bharat) HDDS-1340. Add List Containers API for Recon (#648)
[Apr 9, 2019 4:57:58 AM] (shashikant) HDDS-372. There are three buffer copies in BlockOutputStream.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_client.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/

[Apr 8, 2019 4:20:21 AM] (aajisaka) HADOOP-15242. Fix typos in hadoop-functions.sh. Contributed by Ray
[Apr 8, 2019 5:40:53 AM] (wwei) YARN-9313. Support asynchronized scheduling mode and multi-node lookup
[Apr 8, 2019 6:18:45 AM] (aajisaka) HADOOP-14635. Javadoc correction for AccessControlList#buildACL.
[Apr 8, 2019 6:26:12 AM] (aajisaka) HADOOP-12890. Fix typo in AbstractService. Contributed by Gabor Liptak.
[Apr 8, 2019 4:36:06 PM] (bharat) HDDS-1340. Add List Containers API for Recon (#648)
[Apr 9, 2019 4:57:58 AM] (shashikant) HDDS-372. There are three buffer copies in BlockOutputStream.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2650] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_client.txt  [56K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_client.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_objectstore-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [324K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_client.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_objectstore-service.txt  [4.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-ozone_tools.txt  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1101/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/

[Apr 8, 2019 1:02:34 AM] (aajisaka) HADOOP-10848. Cleanup calling of sun.security.krb5.Config.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestResourceTrackerService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/

[Apr 8, 2019 1:02:34 AM] (aajisaka) HADOOP-10848. Cleanup calling of sun.security.krb5.Config.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestResourceTrackerService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/

[Apr 8, 2019 1:02:34 AM] (aajisaka) HADOOP-10848. Cleanup calling of sun.security.krb5.Config.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestResourceTrackerService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/

[Apr 8, 2019 1:02:34 AM] (aajisaka) HADOOP-10848. Cleanup calling of sun.security.krb5.Config.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.util.TestDiskCheckerWithDiskIo 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.resourcemanager.TestResourceTrackerService 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [172K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1100/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/

[Apr 6, 2019 11:59:36 AM] (wwei) YARN-9413. Queue resource leak after app fail for CapacityScheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.server.resourcemanager.TestRMRestart 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/

[Apr 6, 2019 11:59:36 AM] (wwei) YARN-9413. Queue resource leak after app fail for CapacityScheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.server.resourcemanager.TestRMRestart 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/

[Apr 6, 2019 11:59:36 AM] (wwei) YARN-9413. Queue resource leak after app fail for CapacityScheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.server.resourcemanager.TestRMRestart 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/

[Apr 6, 2019 11:59:36 AM] (wwei) YARN-9413. Queue resource leak after app fail for CapacityScheduler.




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.balancer.TestBalancer 
       hadoop.yarn.server.resourcemanager.TestRMRestart 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.client.api.impl.TestAMRMClient 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-client.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1099/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/

[Apr 5, 2019 4:09:50 AM] (github) HDDS-1379. Convert all OM Volume related operations to HA model. (#689)
[Apr 5, 2019 4:26:06 PM] (inigoiri) HDFS-14416. Fix TestHdfsConfigFields for field
[Apr 5, 2019 4:29:21 PM] (ajay) HDDS-1333. OzoneFileSystem can't work with spark/hadoop2.7 because
[Apr 5, 2019 4:30:40 PM] (ajay) HDDS-1385. Make the ozonesecure-mr environment definition version
[Apr 5, 2019 5:42:00 PM] (bharat) HDDS-1389. Fix testSCMChillModeRestrictedOp. (#696)
[Apr 5, 2019 7:02:43 PM] (vrushali) YARN-9382 Publish container killed, paused and resumed events to ATSv2.
[Apr 5, 2019 7:06:51 PM] (vrushali) YARN-9335 [atsv2] Restrict the number of elements held in timeline
[Apr 5, 2019 7:36:00 PM] (bharat) HDDS-1390. Fix OzoneS3 Gateway server due to exclusion of hk2-api.
[Apr 5, 2019 8:21:58 PM] (arp7) HDDS-1332. Attempt to fix flaky test testStartStopDatanodeStateMachine
[Apr 5, 2019 9:14:42 PM] (aengineer) HDDS-1329. Update documentation for Ozone-0.4.0 release. Contributed By
[Apr 5, 2019 11:09:00 PM] (weichiu) HDFS-14371. Improve Logging in FSNamesystem by adding parameterized
[Apr 6, 2019 2:09:13 AM] (sunilg) SUBMARINE-47. Provide an implementation to parse configuration values




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestQueueManagementDynamicEditPolicy 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [396K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/

[Apr 5, 2019 4:09:50 AM] (github) HDDS-1379. Convert all OM Volume related operations to HA model. (#689)
[Apr 5, 2019 4:26:06 PM] (inigoiri) HDFS-14416. Fix TestHdfsConfigFields for field
[Apr 5, 2019 4:29:21 PM] (ajay) HDDS-1333. OzoneFileSystem can't work with spark/hadoop2.7 because
[Apr 5, 2019 4:30:40 PM] (ajay) HDDS-1385. Make the ozonesecure-mr environment definition version
[Apr 5, 2019 5:42:00 PM] (bharat) HDDS-1389. Fix testSCMChillModeRestrictedOp. (#696)
[Apr 5, 2019 7:02:43 PM] (vrushali) YARN-9382 Publish container killed, paused and resumed events to ATSv2.
[Apr 5, 2019 7:06:51 PM] (vrushali) YARN-9335 [atsv2] Restrict the number of elements held in timeline
[Apr 5, 2019 7:36:00 PM] (bharat) HDDS-1390. Fix OzoneS3 Gateway server due to exclusion of hk2-api.
[Apr 5, 2019 8:21:58 PM] (arp7) HDDS-1332. Attempt to fix flaky test testStartStopDatanodeStateMachine
[Apr 5, 2019 9:14:42 PM] (aengineer) HDDS-1329. Update documentation for Ozone-0.4.0 release. Contributed By
[Apr 5, 2019 11:09:00 PM] (weichiu) HDFS-14371. Improve Logging in FSNamesystem by adding parameterized
[Apr 6, 2019 2:09:13 AM] (sunilg) SUBMARINE-47. Provide an implementation to parse configuration values




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestQueueManagementDynamicEditPolicy 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [396K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/

[Apr 5, 2019 4:09:50 AM] (github) HDDS-1379. Convert all OM Volume related operations to HA model. (#689)
[Apr 5, 2019 4:26:06 PM] (inigoiri) HDFS-14416. Fix TestHdfsConfigFields for field
[Apr 5, 2019 4:29:21 PM] (ajay) HDDS-1333. OzoneFileSystem can't work with spark/hadoop2.7 because
[Apr 5, 2019 4:30:40 PM] (ajay) HDDS-1385. Make the ozonesecure-mr environment definition version
[Apr 5, 2019 5:42:00 PM] (bharat) HDDS-1389. Fix testSCMChillModeRestrictedOp. (#696)
[Apr 5, 2019 7:02:43 PM] (vrushali) YARN-9382 Publish container killed, paused and resumed events to ATSv2.
[Apr 5, 2019 7:06:51 PM] (vrushali) YARN-9335 [atsv2] Restrict the number of elements held in timeline
[Apr 5, 2019 7:36:00 PM] (bharat) HDDS-1390. Fix OzoneS3 Gateway server due to exclusion of hk2-api.
[Apr 5, 2019 8:21:58 PM] (arp7) HDDS-1332. Attempt to fix flaky test testStartStopDatanodeStateMachine
[Apr 5, 2019 9:14:42 PM] (aengineer) HDDS-1329. Update documentation for Ozone-0.4.0 release. Contributed By
[Apr 5, 2019 11:09:00 PM] (weichiu) HDFS-14371. Improve Logging in FSNamesystem by adding parameterized
[Apr 6, 2019 2:09:13 AM] (sunilg) SUBMARINE-47. Provide an implementation to parse configuration values




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestQueueManagementDynamicEditPolicy 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [396K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/

[Apr 5, 2019 4:09:50 AM] (github) HDDS-1379. Convert all OM Volume related operations to HA model. (#689)
[Apr 5, 2019 4:26:06 PM] (inigoiri) HDFS-14416. Fix TestHdfsConfigFields for field
[Apr 5, 2019 4:29:21 PM] (ajay) HDDS-1333. OzoneFileSystem can't work with spark/hadoop2.7 because
[Apr 5, 2019 4:30:40 PM] (ajay) HDDS-1385. Make the ozonesecure-mr environment definition version
[Apr 5, 2019 5:42:00 PM] (bharat) HDDS-1389. Fix testSCMChillModeRestrictedOp. (#696)
[Apr 5, 2019 7:02:43 PM] (vrushali) YARN-9382 Publish container killed, paused and resumed events to ATSv2.
[Apr 5, 2019 7:06:51 PM] (vrushali) YARN-9335 [atsv2] Restrict the number of elements held in timeline
[Apr 5, 2019 7:36:00 PM] (bharat) HDDS-1390. Fix OzoneS3 Gateway server due to exclusion of hk2-api.
[Apr 5, 2019 8:21:58 PM] (arp7) HDDS-1332. Attempt to fix flaky test testStartStopDatanodeStateMachine
[Apr 5, 2019 9:14:42 PM] (aengineer) HDDS-1329. Update documentation for Ozone-0.4.0 release. Contributed By
[Apr 5, 2019 11:09:00 PM] (weichiu) HDFS-14371. Improve Logging in FSNamesystem by adding parameterized
[Apr 6, 2019 2:09:13 AM] (sunilg) SUBMARINE-47. Provide an implementation to parse configuration values




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.fsdataset.impl.TestLazyPersistReplicaRecovery 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.yarn.server.resourcemanager.scheduler.capacity.TestQueueManagementDynamicEditPolicy 
       hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2 
       hadoop.yarn.applications.distributedshell.TestDistributedShell 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.fs.ozone.contract.ITestOzoneContractMkdir 
       hadoop.fs.ozone.contract.ITestOzoneContractCreate 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [396K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-tests.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-applications_hadoop-yarn-applications-distributedshell.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-ozone_ozonefs.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1098/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/

[Apr 4, 2019 5:50:28 AM] (github) HDDS-1339. Implement ratis snapshots on OM (#651)
[Apr 4, 2019 5:53:05 AM] (vrushali) YARN-9303  Username splits won't help timelineservice.app_flow table.
[Apr 4, 2019 9:33:37 AM] (yqlin) HDDS-1189. Recon Aggregate DB schema and ORM. Contributed by Siddharth
[Apr 4, 2019 10:05:01 AM] (wwei) YARN-9394. Use new API of RackResolver to get better performance.
[Apr 4, 2019 11:02:59 AM] (github) HDDS-1207. Refactor Container Report Processing logic and plugin new
[Apr 4, 2019 11:05:37 AM] (shashikant) HDDS-1349. Remove watchClient from XceiverClientRatis. Contributed by
[Apr 4, 2019 11:07:18 AM] (weichiu) HDFS-14389. getAclStatus returns incorrect permissions and owner when an
[Apr 4, 2019 1:48:32 PM] (nandakumar131) HDDS-1353 : Metrics scm_pipeline_metrics_num_pipeline_creation_failed
[Apr 4, 2019 3:15:57 PM] (stevel) HADOOP-16208. Do Not Log InterruptedException in Client.
[Apr 4, 2019 5:01:56 PM] (eyang) YARN-9396.  Fixed duplicated RM Container created event to ATS.         
[Apr 4, 2019 5:21:30 PM] (eyang) YARN-9441.  Updated YARN app catalog name for consistency.            
[Apr 4, 2019 8:14:18 PM] (stevel) HADOOP-16197 S3AUtils.translateException to map
[Apr 5, 2019 12:38:02 AM] (bharat) HDDS-1189. Build failing due to rat check failure introduced by
[Apr 5, 2019 3:29:11 AM] (aajisaka) HDFS-14407. Fix misuse of SLF4j logging API in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [268K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/

[Apr 4, 2019 5:50:28 AM] (github) HDDS-1339. Implement ratis snapshots on OM (#651)
[Apr 4, 2019 5:53:05 AM] (vrushali) YARN-9303  Username splits won't help timelineservice.app_flow table.
[Apr 4, 2019 9:33:37 AM] (yqlin) HDDS-1189. Recon Aggregate DB schema and ORM. Contributed by Siddharth
[Apr 4, 2019 10:05:01 AM] (wwei) YARN-9394. Use new API of RackResolver to get better performance.
[Apr 4, 2019 11:02:59 AM] (github) HDDS-1207. Refactor Container Report Processing logic and plugin new
[Apr 4, 2019 11:05:37 AM] (shashikant) HDDS-1349. Remove watchClient from XceiverClientRatis. Contributed by
[Apr 4, 2019 11:07:18 AM] (weichiu) HDFS-14389. getAclStatus returns incorrect permissions and owner when an
[Apr 4, 2019 1:48:32 PM] (nandakumar131) HDDS-1353 : Metrics scm_pipeline_metrics_num_pipeline_creation_failed
[Apr 4, 2019 3:15:57 PM] (stevel) HADOOP-16208. Do Not Log InterruptedException in Client.
[Apr 4, 2019 5:01:56 PM] (eyang) YARN-9396.  Fixed duplicated RM Container created event to ATS.         
[Apr 4, 2019 5:21:30 PM] (eyang) YARN-9441.  Updated YARN app catalog name for consistency.            
[Apr 4, 2019 8:14:18 PM] (stevel) HADOOP-16197 S3AUtils.translateException to map
[Apr 5, 2019 12:38:02 AM] (bharat) HDDS-1189. Build failing due to rat check failure introduced by
[Apr 5, 2019 3:29:11 AM] (aajisaka) HDFS-14407. Fix misuse of SLF4j logging API in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [268K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/

[Apr 4, 2019 5:50:28 AM] (github) HDDS-1339. Implement ratis snapshots on OM (#651)
[Apr 4, 2019 5:53:05 AM] (vrushali) YARN-9303  Username splits won't help timelineservice.app_flow table.
[Apr 4, 2019 9:33:37 AM] (yqlin) HDDS-1189. Recon Aggregate DB schema and ORM. Contributed by Siddharth
[Apr 4, 2019 10:05:01 AM] (wwei) YARN-9394. Use new API of RackResolver to get better performance.
[Apr 4, 2019 11:02:59 AM] (github) HDDS-1207. Refactor Container Report Processing logic and plugin new
[Apr 4, 2019 11:05:37 AM] (shashikant) HDDS-1349. Remove watchClient from XceiverClientRatis. Contributed by
[Apr 4, 2019 11:07:18 AM] (weichiu) HDFS-14389. getAclStatus returns incorrect permissions and owner when an
[Apr 4, 2019 1:48:32 PM] (nandakumar131) HDDS-1353 : Metrics scm_pipeline_metrics_num_pipeline_creation_failed
[Apr 4, 2019 3:15:57 PM] (stevel) HADOOP-16208. Do Not Log InterruptedException in Client.
[Apr 4, 2019 5:01:56 PM] (eyang) YARN-9396.  Fixed duplicated RM Container created event to ATS.         
[Apr 4, 2019 5:21:30 PM] (eyang) YARN-9441.  Updated YARN app catalog name for consistency.            
[Apr 4, 2019 8:14:18 PM] (stevel) HADOOP-16197 S3AUtils.translateException to map
[Apr 5, 2019 12:38:02 AM] (bharat) HDDS-1189. Build failing due to rat check failure introduced by
[Apr 5, 2019 3:29:11 AM] (aajisaka) HDFS-14407. Fix misuse of SLF4j logging API in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [268K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/

[Apr 4, 2019 5:50:28 AM] (github) HDDS-1339. Implement ratis snapshots on OM (#651)
[Apr 4, 2019 5:53:05 AM] (vrushali) YARN-9303  Username splits won't help timelineservice.app_flow table.
[Apr 4, 2019 9:33:37 AM] (yqlin) HDDS-1189. Recon Aggregate DB schema and ORM. Contributed by Siddharth
[Apr 4, 2019 10:05:01 AM] (wwei) YARN-9394. Use new API of RackResolver to get better performance.
[Apr 4, 2019 11:02:59 AM] (github) HDDS-1207. Refactor Container Report Processing logic and plugin new
[Apr 4, 2019 11:05:37 AM] (shashikant) HDDS-1349. Remove watchClient from XceiverClientRatis. Contributed by
[Apr 4, 2019 11:07:18 AM] (weichiu) HDFS-14389. getAclStatus returns incorrect permissions and owner when an
[Apr 4, 2019 1:48:32 PM] (nandakumar131) HDDS-1353 : Metrics scm_pipeline_metrics_num_pipeline_creation_failed
[Apr 4, 2019 3:15:57 PM] (stevel) HADOOP-16208. Do Not Log InterruptedException in Client.
[Apr 4, 2019 5:01:56 PM] (eyang) YARN-9396.  Fixed duplicated RM Container created event to ATS.         
[Apr 4, 2019 5:21:30 PM] (eyang) YARN-9441.  Updated YARN app catalog name for consistency.            
[Apr 4, 2019 8:14:18 PM] (stevel) HADOOP-16197 S3AUtils.translateException to map
[Apr 5, 2019 12:38:02 AM] (bharat) HDDS-1189. Build failing due to rat check failure introduced by
[Apr 5, 2019 3:29:11 AM] (aajisaka) HDFS-14407. Fix misuse of SLF4j logging API in




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestDataNodeErasureCodingMetrics 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.yarn.server.nodemanager.amrmproxy.TestFederationInterceptor 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.ozone.container.common.statemachine.commandhandler.TestCloseContainerCommandHandler 
       hadoop.ozone.container.common.TestDatanodeStateMachine 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [332K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager.txt  [60K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [92K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [268K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1097/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/

[Apr 3, 2019 4:16:59 AM] (aajisaka) HADOOP-16226. new Path(String str) does not remove all the trailing
[Apr 3, 2019 6:01:30 AM] (yqlin) HDDS-1365. Fix error handling in KeyValueContainerCheck. Contributed by
[Apr 3, 2019 10:35:02 AM] (aajisaka) HADOOP-16232. Fix errors in the checkstyle configration xmls.
[Apr 3, 2019 1:27:28 PM] (sunilg) YARN-4901. QueueMetrics needs to be cleared before MockRM is
[Apr 3, 2019 4:49:10 PM] (shashikant) HDDS-1164. Add New blockade Tests to test Replica Manager. Contributed
[Apr 3, 2019 5:56:33 PM] (todd) HDFS-14394: Add -std=c99 / -std=gnu99 to libhdfs compile flags
[Apr 3, 2019 6:00:59 PM] (weichiu) HDFS-10477. Stop decommission a rack of DataNodes caused NameNode fail
[Apr 3, 2019 6:53:51 PM] (7813154+ajayydv) HDDS-1377. OM failed to start with incorrect hostname set as ip address
[Apr 3, 2019 6:59:39 PM] (mackrorysd) HADOOP-16210. Update guava to 27.0-jre in hadoop-project trunk.
[Apr 3, 2019 8:20:51 PM] (arp7) HDDS-1330 : Add a docker compose for Ozone deployment with Recon. (#669)
[Apr 3, 2019 8:23:40 PM] (github) HADOOP-16233. S3AFileStatus to declare that isEncrypted() is always true
[Apr 3, 2019 9:29:52 PM] (weichiu) HADOOP-16011. OsSecureRandom very slow compared to other SecureRandom
[Apr 3, 2019 9:52:06 PM] (arp7) HDDS-1358 : Recon Server REST API not working as expected. (#668)
[Apr 3, 2019 10:02:00 PM] (github) HDDS-1211. Test SCMChillMode failing randomly in Jenkins run (#543)
[Apr 3, 2019 11:02:19 PM] (bharat) HDDS-1324. TestOzoneManagerHA tests are flaky (#676)
[Apr 3, 2019 11:11:13 PM] (inigoiri) HDFS-14327. Using FQDN instead of IP to access servers with DNS




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/

[Apr 3, 2019 4:16:59 AM] (aajisaka) HADOOP-16226. new Path(String str) does not remove all the trailing
[Apr 3, 2019 6:01:30 AM] (yqlin) HDDS-1365. Fix error handling in KeyValueContainerCheck. Contributed by
[Apr 3, 2019 10:35:02 AM] (aajisaka) HADOOP-16232. Fix errors in the checkstyle configration xmls.
[Apr 3, 2019 1:27:28 PM] (sunilg) YARN-4901. QueueMetrics needs to be cleared before MockRM is
[Apr 3, 2019 4:49:10 PM] (shashikant) HDDS-1164. Add New blockade Tests to test Replica Manager. Contributed
[Apr 3, 2019 5:56:33 PM] (todd) HDFS-14394: Add -std=c99 / -std=gnu99 to libhdfs compile flags
[Apr 3, 2019 6:00:59 PM] (weichiu) HDFS-10477. Stop decommission a rack of DataNodes caused NameNode fail
[Apr 3, 2019 6:53:51 PM] (7813154+ajayydv) HDDS-1377. OM failed to start with incorrect hostname set as ip address
[Apr 3, 2019 6:59:39 PM] (mackrorysd) HADOOP-16210. Update guava to 27.0-jre in hadoop-project trunk.
[Apr 3, 2019 8:20:51 PM] (arp7) HDDS-1330 : Add a docker compose for Ozone deployment with Recon. (#669)
[Apr 3, 2019 8:23:40 PM] (github) HADOOP-16233. S3AFileStatus to declare that isEncrypted() is always true
[Apr 3, 2019 9:29:52 PM] (weichiu) HADOOP-16011. OsSecureRandom very slow compared to other SecureRandom
[Apr 3, 2019 9:52:06 PM] (arp7) HDDS-1358 : Recon Server REST API not working as expected. (#668)
[Apr 3, 2019 10:02:00 PM] (github) HDDS-1211. Test SCMChillMode failing randomly in Jenkins run (#543)
[Apr 3, 2019 11:02:19 PM] (bharat) HDDS-1324. TestOzoneManagerHA tests are flaky (#676)
[Apr 3, 2019 11:11:13 PM] (inigoiri) HDFS-14327. Using FQDN instead of IP to access servers with DNS




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/

[Apr 3, 2019 4:16:59 AM] (aajisaka) HADOOP-16226. new Path(String str) does not remove all the trailing
[Apr 3, 2019 6:01:30 AM] (yqlin) HDDS-1365. Fix error handling in KeyValueContainerCheck. Contributed by
[Apr 3, 2019 10:35:02 AM] (aajisaka) HADOOP-16232. Fix errors in the checkstyle configration xmls.
[Apr 3, 2019 1:27:28 PM] (sunilg) YARN-4901. QueueMetrics needs to be cleared before MockRM is
[Apr 3, 2019 4:49:10 PM] (shashikant) HDDS-1164. Add New blockade Tests to test Replica Manager. Contributed
[Apr 3, 2019 5:56:33 PM] (todd) HDFS-14394: Add -std=c99 / -std=gnu99 to libhdfs compile flags
[Apr 3, 2019 6:00:59 PM] (weichiu) HDFS-10477. Stop decommission a rack of DataNodes caused NameNode fail
[Apr 3, 2019 6:53:51 PM] (7813154+ajayydv) HDDS-1377. OM failed to start with incorrect hostname set as ip address
[Apr 3, 2019 6:59:39 PM] (mackrorysd) HADOOP-16210. Update guava to 27.0-jre in hadoop-project trunk.
[Apr 3, 2019 8:20:51 PM] (arp7) HDDS-1330 : Add a docker compose for Ozone deployment with Recon. (#669)
[Apr 3, 2019 8:23:40 PM] (github) HADOOP-16233. S3AFileStatus to declare that isEncrypted() is always true
[Apr 3, 2019 9:29:52 PM] (weichiu) HADOOP-16011. OsSecureRandom very slow compared to other SecureRandom
[Apr 3, 2019 9:52:06 PM] (arp7) HDDS-1358 : Recon Server REST API not working as expected. (#668)
[Apr 3, 2019 10:02:00 PM] (github) HDDS-1211. Test SCMChillMode failing randomly in Jenkins run (#543)
[Apr 3, 2019 11:02:19 PM] (bharat) HDDS-1324. TestOzoneManagerHA tests are flaky (#676)
[Apr 3, 2019 11:11:13 PM] (inigoiri) HDFS-14327. Using FQDN instead of IP to access servers with DNS




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/

[Apr 3, 2019 4:16:59 AM] (aajisaka) HADOOP-16226. new Path(String str) does not remove all the trailing
[Apr 3, 2019 6:01:30 AM] (yqlin) HDDS-1365. Fix error handling in KeyValueContainerCheck. Contributed by
[Apr 3, 2019 10:35:02 AM] (aajisaka) HADOOP-16232. Fix errors in the checkstyle configration xmls.
[Apr 3, 2019 1:27:28 PM] (sunilg) YARN-4901. QueueMetrics needs to be cleared before MockRM is
[Apr 3, 2019 4:49:10 PM] (shashikant) HDDS-1164. Add New blockade Tests to test Replica Manager. Contributed
[Apr 3, 2019 5:56:33 PM] (todd) HDFS-14394: Add -std=c99 / -std=gnu99 to libhdfs compile flags
[Apr 3, 2019 6:00:59 PM] (weichiu) HDFS-10477. Stop decommission a rack of DataNodes caused NameNode fail
[Apr 3, 2019 6:53:51 PM] (7813154+ajayydv) HDDS-1377. OM failed to start with incorrect hostname set as ip address
[Apr 3, 2019 6:59:39 PM] (mackrorysd) HADOOP-16210. Update guava to 27.0-jre in hadoop-project trunk.
[Apr 3, 2019 8:20:51 PM] (arp7) HDDS-1330 : Add a docker compose for Ozone deployment with Recon. (#669)
[Apr 3, 2019 8:23:40 PM] (github) HADOOP-16233. S3AFileStatus to declare that isEncrypted() is always true
[Apr 3, 2019 9:29:52 PM] (weichiu) HADOOP-16011. OsSecureRandom very slow compared to other SecureRandom
[Apr 3, 2019 9:52:06 PM] (arp7) HDDS-1358 : Recon Server REST API not working as expected. (#668)
[Apr 3, 2019 10:02:00 PM] (github) HDDS-1211. Test SCMChillMode failing randomly in Jenkins run (#543)
[Apr 3, 2019 11:02:19 PM] (bharat) HDDS-1324. TestOzoneManagerHA tests are flaky (#676)
[Apr 3, 2019 11:11:13 PM] (inigoiri) HDFS-14327. Using FQDN instead of IP to access servers with DNS




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    FindBugs :

       module:hadoop-common-project/hadoop-kms 
       Null passed for non-null parameter of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:of com.google.common.base.Strings.isNullOrEmpty(String) in org.apache.hadoop.crypto.key.kms.server.KMSAudit.op(KMSAuditLogger$OpStatus, Object, UserGroupInformation, String, String, String) Method invoked at KMSAudit.java:[line 195] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 66] 
       Null passed for non-null parameter of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:of com.google.common.base.Strings.emptyToNull(String) in org.apache.hadoop.yarn.server.nodemanager.NodeHealthCheckerService.getHealthReport() Method invoked at NodeHealthCheckerService.java:[line 72] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore$UpdateAppTransition.transition(RMStateStore, RMStateStoreEvent) At RMStateStore.java:[line 291] 
       Null passed for non-null parameter of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:of com.google.common.util.concurrent.SettableFuture.set(Object) in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.CapacityScheduler.updateApplicationPriority(Priority, ApplicationId, SettableFuture, UserGroupInformation) At CapacityScheduler.java:[line 2647] 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.ha.TestZKFailoverController 
       hadoop.hdfs.server.datanode.TestDataNodeHotSwapVolumes 
       hadoop.tools.TestHdfsConfigFields 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.blockmanagement.TestUnderReplicatedBlocks 
       hadoop.mapreduce.v2.app.TestRuntimeEstimators 
       hadoop.yarn.sls.TestSLSStreamAMSynth 
       hadoop.hdds.scm.container.TestReplicationManager 
       hadoop.ozone.ozShell.TestOzoneShell 
       hadoop.ozone.TestMiniChaosOzoneCluster 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-compile-javac-root.txt  [336K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-pylint.txt  [84K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/whitespace-tabs.txt  [1.1M]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-common-project_hadoop-kms-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-nodemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-warnings.html  [8.0K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt  [168K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [340K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-app.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-tools_hadoop-sls.txt  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [16K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [32K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1096/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/

[Apr 2, 2019 1:51:47 AM] (aajisaka) HADOOP-16225. Fix links to the developer mailing lists in
[Apr 2, 2019 3:05:15 AM] (yufei) YARN-9214. Add AbstractYarnScheduler#getValidQueues method to remove
[Apr 2, 2019 8:15:11 AM] (github) HADOOP-16218. Findbugs warning of null param to non-nullable method in
[Apr 2, 2019 8:32:30 AM] (yqlin) HDDS-1337. Handle GroupMismatchException in OzoneClient. Contributed by
[Apr 2, 2019 12:21:47 PM] (elek) HDDS-1153. Make tracing instrumentation configurable
[Apr 2, 2019 1:43:01 PM] (elek) HDDS-1355. Only FQDN is accepted for OM rpc address in secure
[Apr 2, 2019 7:24:55 PM] (weichiu) HDFS-13960. hdfs dfs -checksum command should optionally show block size




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/

[Apr 2, 2019 1:51:47 AM] (aajisaka) HADOOP-16225. Fix links to the developer mailing lists in
[Apr 2, 2019 3:05:15 AM] (yufei) YARN-9214. Add AbstractYarnScheduler#getValidQueues method to remove
[Apr 2, 2019 8:15:11 AM] (github) HADOOP-16218. Findbugs warning of null param to non-nullable method in
[Apr 2, 2019 8:32:30 AM] (yqlin) HDDS-1337. Handle GroupMismatchException in OzoneClient. Contributed by
[Apr 2, 2019 12:21:47 PM] (elek) HDDS-1153. Make tracing instrumentation configurable
[Apr 2, 2019 1:43:01 PM] (elek) HDDS-1355. Only FQDN is accepted for OM rpc address in secure
[Apr 2, 2019 7:24:55 PM] (weichiu) HDFS-13960. hdfs dfs -checksum command should optionally show block size




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/

[Apr 2, 2019 1:51:47 AM] (aajisaka) HADOOP-16225. Fix links to the developer mailing lists in
[Apr 2, 2019 3:05:15 AM] (yufei) YARN-9214. Add AbstractYarnScheduler#getValidQueues method to remove
[Apr 2, 2019 8:15:11 AM] (github) HADOOP-16218. Findbugs warning of null param to non-nullable method in
[Apr 2, 2019 8:32:30 AM] (yqlin) HDDS-1337. Handle GroupMismatchException in OzoneClient. Contributed by
[Apr 2, 2019 12:21:47 PM] (elek) HDDS-1153. Make tracing instrumentation configurable
[Apr 2, 2019 1:43:01 PM] (elek) HDDS-1355. Only FQDN is accepted for OM rpc address in secure
[Apr 2, 2019 7:24:55 PM] (weichiu) HDFS-13960. hdfs dfs -checksum command should optionally show block size




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/

[Apr 2, 2019 1:51:47 AM] (aajisaka) HADOOP-16225. Fix links to the developer mailing lists in
[Apr 2, 2019 3:05:15 AM] (yufei) YARN-9214. Add AbstractYarnScheduler#getValidQueues method to remove
[Apr 2, 2019 8:15:11 AM] (github) HADOOP-16218. Findbugs warning of null param to non-nullable method in
[Apr 2, 2019 8:32:30 AM] (yqlin) HDDS-1337. Handle GroupMismatchException in OzoneClient. Contributed by
[Apr 2, 2019 12:21:47 PM] (elek) HDDS-1153. Make tracing instrumentation configurable
[Apr 2, 2019 1:43:01 PM] (elek) HDDS-1355. Only FQDN is accepted for OM rpc address in secure
[Apr 2, 2019 7:24:55 PM] (weichiu) HDFS-13960. hdfs dfs -checksum command should optionally show block size




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.ozone.client.rpc.TestOzoneRpcClient 
       hadoop.ozone.TestMiniChaosOzoneCluster 
       hadoop.ozone.om.TestOzoneManagerHA 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [328K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [40K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1095/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/

[Apr 1, 2019 4:49:37 AM] (aajisaka) HADOOP-16220. Add findbugs ignores for unjustified issues during update
[Apr 1, 2019 10:20:03 AM] (shashikant) HDDS-1295. Add MiniOzoneChaosCluster to mimic long running workload in a
[Apr 1, 2019 10:39:58 AM] (shashikant) HDDS-1312. Add more unit tests to verify BlockOutputStream
[Apr 1, 2019 11:26:44 AM] (yqlin) HDDS-1360. Invalid metric type due to fully qualified class name.
[Apr 1, 2019 1:32:56 PM] (shashikant) HDDS-1067 . freon run on client gets hung when two of the datanodes are
[Apr 1, 2019 3:04:28 PM] (elek) HDDS-1255. Refactor ozone acceptance test to allow run in secure mode
[Apr 1, 2019 3:52:05 PM] (arp7) HDDS-1322. Hugo errors when building Ozone (#671)
[Apr 1, 2019 4:21:36 PM] (billie) YARN-9255. Improve recommend applications order and fix findbugs
[Apr 1, 2019 4:59:32 PM] (bharat) HDDS-1260. Create Recon Server lifecyle integration with Ozone. (#643)
[Apr 1, 2019 5:25:38 PM] (weichiu) MAPREDUCE-7190. Add SleepJob additional parameter to make parallel runs
[Apr 1, 2019 5:59:14 PM] (gifuma) YARN-9227. DistributedShell RelativePath is not removed at end.
[Apr 1, 2019 6:06:51 PM] (gifuma) YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show
[Apr 1, 2019 6:21:31 PM] (gifuma) YARN-9431. Fix flaky junit test fair.TestAppRunnability after YARN-8967.
[Apr 1, 2019 9:21:17 PM] (gifuma) YARN-9428. Add metrics for paused containers in NodeManager. Contributed




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdds.scm.block.TestBlockManager 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/

[Apr 1, 2019 4:49:37 AM] (aajisaka) HADOOP-16220. Add findbugs ignores for unjustified issues during update
[Apr 1, 2019 10:20:03 AM] (shashikant) HDDS-1295. Add MiniOzoneChaosCluster to mimic long running workload in a
[Apr 1, 2019 10:39:58 AM] (shashikant) HDDS-1312. Add more unit tests to verify BlockOutputStream
[Apr 1, 2019 11:26:44 AM] (yqlin) HDDS-1360. Invalid metric type due to fully qualified class name.
[Apr 1, 2019 1:32:56 PM] (shashikant) HDDS-1067 . freon run on client gets hung when two of the datanodes are
[Apr 1, 2019 3:04:28 PM] (elek) HDDS-1255. Refactor ozone acceptance test to allow run in secure mode
[Apr 1, 2019 3:52:05 PM] (arp7) HDDS-1322. Hugo errors when building Ozone (#671)
[Apr 1, 2019 4:21:36 PM] (billie) YARN-9255. Improve recommend applications order and fix findbugs
[Apr 1, 2019 4:59:32 PM] (bharat) HDDS-1260. Create Recon Server lifecyle integration with Ozone. (#643)
[Apr 1, 2019 5:25:38 PM] (weichiu) MAPREDUCE-7190. Add SleepJob additional parameter to make parallel runs
[Apr 1, 2019 5:59:14 PM] (gifuma) YARN-9227. DistributedShell RelativePath is not removed at end.
[Apr 1, 2019 6:06:51 PM] (gifuma) YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show
[Apr 1, 2019 6:21:31 PM] (gifuma) YARN-9431. Fix flaky junit test fair.TestAppRunnability after YARN-8967.
[Apr 1, 2019 9:21:17 PM] (gifuma) YARN-9428. Add metrics for paused containers in NodeManager. Contributed




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdds.scm.block.TestBlockManager 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/

[Apr 1, 2019 4:49:37 AM] (aajisaka) HADOOP-16220. Add findbugs ignores for unjustified issues during update
[Apr 1, 2019 10:20:03 AM] (shashikant) HDDS-1295. Add MiniOzoneChaosCluster to mimic long running workload in a
[Apr 1, 2019 10:39:58 AM] (shashikant) HDDS-1312. Add more unit tests to verify BlockOutputStream
[Apr 1, 2019 11:26:44 AM] (yqlin) HDDS-1360. Invalid metric type due to fully qualified class name.
[Apr 1, 2019 1:32:56 PM] (shashikant) HDDS-1067 . freon run on client gets hung when two of the datanodes are
[Apr 1, 2019 3:04:28 PM] (elek) HDDS-1255. Refactor ozone acceptance test to allow run in secure mode
[Apr 1, 2019 3:52:05 PM] (arp7) HDDS-1322. Hugo errors when building Ozone (#671)
[Apr 1, 2019 4:21:36 PM] (billie) YARN-9255. Improve recommend applications order and fix findbugs
[Apr 1, 2019 4:59:32 PM] (bharat) HDDS-1260. Create Recon Server lifecyle integration with Ozone. (#643)
[Apr 1, 2019 5:25:38 PM] (weichiu) MAPREDUCE-7190. Add SleepJob additional parameter to make parallel runs
[Apr 1, 2019 5:59:14 PM] (gifuma) YARN-9227. DistributedShell RelativePath is not removed at end.
[Apr 1, 2019 6:06:51 PM] (gifuma) YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show
[Apr 1, 2019 6:21:31 PM] (gifuma) YARN-9431. Fix flaky junit test fair.TestAppRunnability after YARN-8967.
[Apr 1, 2019 9:21:17 PM] (gifuma) YARN-9428. Add metrics for paused containers in NodeManager. Contributed




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdds.scm.block.TestBlockManager 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org

Apache Hadoop qbt Report: trunk+JDK8 on Linux/x86

Posted by Apache Jenkins Server <je...@builds.apache.org>.
For more details, see https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/

[Apr 1, 2019 4:49:37 AM] (aajisaka) HADOOP-16220. Add findbugs ignores for unjustified issues during update
[Apr 1, 2019 10:20:03 AM] (shashikant) HDDS-1295. Add MiniOzoneChaosCluster to mimic long running workload in a
[Apr 1, 2019 10:39:58 AM] (shashikant) HDDS-1312. Add more unit tests to verify BlockOutputStream
[Apr 1, 2019 11:26:44 AM] (yqlin) HDDS-1360. Invalid metric type due to fully qualified class name.
[Apr 1, 2019 1:32:56 PM] (shashikant) HDDS-1067 . freon run on client gets hung when two of the datanodes are
[Apr 1, 2019 3:04:28 PM] (elek) HDDS-1255. Refactor ozone acceptance test to allow run in secure mode
[Apr 1, 2019 3:52:05 PM] (arp7) HDDS-1322. Hugo errors when building Ozone (#671)
[Apr 1, 2019 4:21:36 PM] (billie) YARN-9255. Improve recommend applications order and fix findbugs
[Apr 1, 2019 4:59:32 PM] (bharat) HDDS-1260. Create Recon Server lifecyle integration with Ozone. (#643)
[Apr 1, 2019 5:25:38 PM] (weichiu) MAPREDUCE-7190. Add SleepJob additional parameter to make parallel runs
[Apr 1, 2019 5:59:14 PM] (gifuma) YARN-9227. DistributedShell RelativePath is not removed at end.
[Apr 1, 2019 6:06:51 PM] (gifuma) YARN-9418. ATSV2 /apps//entities/YARN_CONTAINER rest api does not show
[Apr 1, 2019 6:21:31 PM] (gifuma) YARN-9431. Fix flaky junit test fair.TestAppRunnability after YARN-8967.
[Apr 1, 2019 9:21:17 PM] (gifuma) YARN-9428. Add metrics for paused containers in NodeManager. Contributed




-1 overall


The following subsystems voted -1:
    asflicense findbugs hadolint pathlen unit xml


The following subsystems voted -1 but
were configured to be filtered/ignored:
    cc checkstyle javac javadoc pylint shellcheck shelldocs whitespace


The following subsystems are considered long running:
(runtime bigger than 1h  0m  0s)
    unit


Specific tests:

    XML :

       Parsing Error(s): 
       hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml 
       hadoop-build-tools/src/main/resources/checkstyle/suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle-suppressions.xml 
       hadoop-tools/hadoop-azure/src/config/checkstyle.xml 
       hadoop-tools/hadoop-resourceestimator/src/config/checkstyle.xml 

    FindBugs :

       module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-documentstore 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setEvents(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 159] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument.setMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:keySet iterator instead of entrySet iterator At TimelineEntityDocument.java:[line 142] 
       Unread field:TimelineEventSubDoc.java:[line 56] 
       Unread field:TimelineMetricSubDoc.java:[line 44] 
       Switch statement found in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregate(TimelineMetric, TimelineMetric) where default case is missing At FlowRunDocument.java:TimelineMetric) where default case is missing At FlowRunDocument.java:[lines 121-136] 
       org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun.FlowRunDocument.aggregateMetrics(Map) makes inefficient use of keySet iterator instead of entrySet iterator At FlowRunDocument.java:keySet iterator instead of entrySet iterator At FlowRunDocument.java:[line 103] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.reader.cosmosdb.CosmosDBDocumentStoreReader(Configuration) At CosmosDBDocumentStoreReader.java:[lines 73-75] 
       Possible doublecheck on org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter.client in new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:new org.apache.hadoop.yarn.server.timelineservice.documentstore.writer.cosmosdb.CosmosDBDocumentStoreWriter(Configuration) At CosmosDBDocumentStoreWriter.java:[lines 66-68] 

    Failed junit tests :

       hadoop.hdfs.server.datanode.TestBPOfferService 
       hadoop.hdfs.server.balancer.TestBalancerRPCDelay 
       hadoop.hdfs.web.TestWebHdfsTimeouts 
       hadoop.hdfs.server.datanode.TestDirectoryScanner 
       hadoop.hdds.scm.block.TestBlockManager 
       hadoop.ozone.om.TestScmChillMode 
      

   cc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-cc-root.txt  [4.0K]

   javac:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-compile-javac-root.txt  [332K]

   checkstyle:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-checkstyle-root.txt  [17M]

   hadolint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-hadolint.txt  [4.0K]

   pathlen:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/pathlen.txt  [12K]

   pylint:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-pylint.txt  [100K]

   shellcheck:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shellcheck.txt  [20K]

   shelldocs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-patch-shelldocs.txt  [44K]

   whitespace:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-eol.txt  [9.6M]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/whitespace-tabs.txt  [1.1M]

   xml:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/xml.txt  [16K]

   findbugs:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-timelineservice-documentstore-warnings.html  [12K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/branch-findbugs-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   javadoc:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/diff-javadoc-javadoc-root.txt  [752K]

   unit:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt  [484K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-mapreduce-project_hadoop-mapreduce-client_hadoop-mapreduce-client-jobclient.txt  [84K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_container-service.txt  [24K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-hdds_server-scm.txt  [28K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-ozone_integration-test.txt  [36K]
       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-unit-hadoop-submarine_hadoop-submarine-yarnservice-runtime.txt  [4.0K]

   asflicense:

       https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/1094/artifact/out/patch-asflicense-problems.txt  [4.0K]

Powered by Apache Yetus 0.8.0   http://yetus.apache.org