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

2018-06-14 Thread Apache Jenkins Server
For more details, see 
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/811/

[Jun 13, 2018 1:28:05 AM] (wwei) YARN-8394. Improve data locality documentation 
for Capacity Scheduler.
[Jun 13, 2018 7:36:02 AM] (jitendra) HADOOP-15483. Upgrade jquery to version 
3.3.1. Contributed by Lokesh
[Jun 13, 2018 10:39:16 AM] (sunilg) YARN-8404. Timeline event publish need to 
be async to avoid Dispatcher
[Jun 13, 2018 12:05:55 PM] (yqlin) HDFS-13641. Add metrics for edit log 
tailing. Contributed by Chao Sun.
[Jun 13, 2018 4:50:10 PM] (aengineer) HDDS-109. Add reconnect logic for 
XceiverClientGrpc. Contributed by
[Jun 13, 2018 6:43:18 PM] (xyao) HDDS-159. RestClient: Implement list 
operations for volume, bucket and
[Jun 13, 2018 11:05:52 PM] (eyang) YARN-8411.  Restart stopped system service 
during RM start.
[Jun 13, 2018 11:24:31 PM] (eyang) YARN-8259.  Improve privileged docker 
container liveliness checks.  
[Jun 14, 2018 1:48:59 AM] (aengineer) HDDS-161. Add functionality to queue 
ContainerClose command from SCM
[Jun 14, 2018 3:18:22 AM] (aengineer) HDDS-163. Add Datanode heartbeat 
dispatcher in SCM. Contributed by
[Jun 14, 2018 7:08:10 AM] (rohithsharmaks) YARN-8155. Improve ATSv2 client 
logging in RM and NM publisher.




-1 overall


The following subsystems voted -1:
asflicense findbugs pathlen shadedclient 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:

FindBugs :

   
module:hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager
 
   Inconsistent synchronization of 
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.AllocationFileLoaderService.reloadListener;
 locked 75% of time Unsynchronized access at 
AllocationFileLoaderService.java:75% of time Unsynchronized access at 
AllocationFileLoaderService.java:[line 117] 

Failed junit tests :

   hadoop.hdfs.web.TestWebHdfsTimeouts 
   hadoop.hdfs.server.namenode.TestDecommissioningStatus 
   
hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageEntities 
   
hadoop.yarn.server.timelineservice.reader.TestTimelineReaderWebServicesHBaseStorage
 
   
hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageDomain 
   
hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRunCompaction
 
   
hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageSchema 
   hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowRun 
   hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorageApps 
   
hadoop.yarn.server.timelineservice.storage.flow.TestHBaseStorageFlowActivity 
   hadoop.mapred.TestMRTimelineEventHandling 

Failed TAP tests :

   hadoop_stop_daemon.bats.tap 
  

   cc:

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

   javac:

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

   checkstyle:

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

   pathlen:

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

   pylint:

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

   shellcheck:

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

   shelldocs:

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

   whitespace:

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

   xml:

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

   findbugs:

   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/811/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/811/artifact/out/branch-findbugs-hadoop-hdds_client.txt
  [56K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/811/artifact/out/branch-findbugs-hadoop-hdds_container-service.txt
  [48K]
   
https://builds.apache.org/job/hadoop-qbt-trunk-java8-linux-x86/811/artifact/out/branch-findbugs-hadoop-hdds_server-scm.txt
  [60K]
   

Apache Hadoop qbt Report: trunk+JDK8 on Windows/x64

2018-06-14 Thread Apache Jenkins Server
For more details, see https://builds.apache.org/job/hadoop-trunk-win/497/

[Jun 12, 2018 3:06:23 PM] (msingh) HDDS-158. DatanodeStateMachine endPoint task 
throws
[Jun 12, 2018 3:25:18 PM] (aengineer) HDDS-111. Include tests for Rest Client 
in TestVolume and TestBucket.
[Jun 12, 2018 3:35:37 PM] (aajisaka) YARN-8363. Upgrade commons-lang version to 
3.7 in hadoop-yarn-project.
[Jun 12, 2018 4:03:55 PM] (xyao) HDDS-130. 
TestGenerateOzoneRequiredConfigurations should use
[Jun 12, 2018 5:03:34 PM] (haibochen) YARN-6931. Make the aggregation interval 
in AppLevelTimelineCollector
[Jun 12, 2018 5:11:30 PM] (haibochen) YARN-8325. Miscellaneous QueueManager 
code clean up. (Szilard Nemeth via
[Jun 12, 2018 5:24:34 PM] (inigoiri) HADOOP-15529. 
ContainerLaunch#testInvalidEnvVariableSubstitutionType is
[Jun 12, 2018 5:59:50 PM] (inigoiri) YARN-8422. TestAMSimulator failing with 
NPE. Contributed by Giovanni
[Jun 12, 2018 6:16:24 PM] (xiao) HADOOP-15307. NFS: flavor AUTH_SYS should use 
VerifierNone. Contributed
[Jun 12, 2018 6:21:51 PM] (gera) MAPREDUCE-7108. TestFileOutputCommitter fails 
on Windows. (Zuoming Zhang
[Jun 12, 2018 9:16:14 PM] (inigoiri) HADOOP-15532. TestBasicDiskValidator fails 
with NoSuchFileException.
[Jun 12, 2018 10:36:52 PM] (arun suresh) MAPREDUCE-7101. Add config parameter 
to allow JHS to alway scan user dir
[Jun 13, 2018 12:40:32 AM] (eyang) HADOOP-15527.  Improve delay check for 
stopping processes.  
[Jun 13, 2018 1:28:05 AM] (wwei) YARN-8394. Improve data locality documentation 
for Capacity Scheduler.
[Jun 13, 2018 7:36:02 AM] (jitendra) HADOOP-15483. Upgrade jquery to version 
3.3.1. Contributed by Lokesh
[Jun 13, 2018 10:39:16 AM] (sunilg) YARN-8404. Timeline event publish need to 
be async to avoid Dispatcher
[Jun 13, 2018 12:05:55 PM] (yqlin) HDFS-13641. Add metrics for edit log 
tailing. Contributed by Chao Sun.




-1 overall


The following subsystems voted -1:
compile mvninstall pathlen unit


The following subsystems voted -1 but
were configured to be filtered/ignored:
cc javac


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


Specific tests:

Failed junit tests :

   hadoop.crypto.TestCryptoStreamsWithOpensslAesCtrCryptoCodec 
   hadoop.fs.contract.rawlocal.TestRawlocalContractAppend 
   hadoop.fs.TestFileUtil 
   hadoop.fs.TestFsShellCopy 
   hadoop.fs.TestFsShellList 
   hadoop.fs.TestLocalFileSystem 
   hadoop.http.TestHttpServer 
   hadoop.http.TestHttpServerLogs 
   hadoop.io.compress.TestCodec 
   hadoop.io.nativeio.TestNativeIO 
   hadoop.ipc.TestIPC 
   hadoop.ipc.TestSocketFactory 
   hadoop.metrics2.impl.TestStatsDMetrics 
   hadoop.security.TestSecurityUtil 
   hadoop.security.TestShellBasedUnixGroupsMapping 
   hadoop.security.token.TestDtUtilShell 
   hadoop.util.TestDiskCheckerWithDiskIo 
   hadoop.util.TestNativeCodeLoader 
   hadoop.hdfs.qjournal.server.TestJournalNode 
   hadoop.hdfs.qjournal.server.TestJournalNodeSync 
   hadoop.hdfs.server.blockmanagement.TestNameNodePrunesMissingStorages 
   hadoop.hdfs.server.datanode.fsdataset.impl.TestProvidedImpl 
   hadoop.hdfs.server.datanode.TestBlockPoolSliceStorage 
   hadoop.hdfs.server.datanode.TestBlockScanner 
   hadoop.hdfs.server.datanode.TestDataNodeFaultInjector 
   hadoop.hdfs.server.datanode.TestDataNodeUUID 
   hadoop.hdfs.server.datanode.TestDataNodeVolumeFailure 
   hadoop.hdfs.server.datanode.TestDirectoryScanner 
   hadoop.hdfs.server.diskbalancer.TestDiskBalancerRPC 
   hadoop.hdfs.server.namenode.ha.TestDFSUpgradeWithHA 
   hadoop.hdfs.server.namenode.ha.TestRetryCacheWithHA 
   hadoop.hdfs.server.namenode.metrics.TestNameNodeMetrics 
   hadoop.hdfs.server.namenode.TestCacheDirectives 
   hadoop.hdfs.server.namenode.TestEditLogRace 
   hadoop.hdfs.server.namenode.TestReencryptionWithKMS 
   hadoop.hdfs.server.namenode.TestStartup 
   hadoop.hdfs.TestDatanodeRegistration 
   hadoop.hdfs.TestDatanodeStartupFixesLegacyStorageIDs 
   hadoop.hdfs.TestDFSShell 
   hadoop.hdfs.TestDFSStripedOutputStream 
   hadoop.hdfs.TestDFSStripedOutputStreamWithFailure 
   hadoop.hdfs.TestDFSUpgradeFromImage 
   hadoop.hdfs.TestFetchImage 
   hadoop.hdfs.TestFileConcurrentReader 
   hadoop.hdfs.TestHDFSFileSystemContract 
   hadoop.hdfs.TestLeaseRecovery2 
   hadoop.hdfs.TestLeaseRecoveryStriped 
   hadoop.hdfs.TestPread 
   hadoop.hdfs.TestSecureEncryptionZoneWithKMS 
   hadoop.hdfs.TestTrashWithSecureEncryptionZones 
   hadoop.hdfs.tools.TestDFSAdmin 
   hadoop.hdfs.tools.TestDFSAdminWithHA 
   hadoop.hdfs.web.TestWebHDFS 
   hadoop.hdfs.web.TestWebHdfsUrl 
   hadoop.fs.http.server.TestHttpFSServerWebServer 
   
hadoop.yarn.server.nodemanager.containermanager.launcher.TestContainerLaunch