Skip to content

HADOOP-19415. [JDK17] Upgrade JUnit from 4 to 5 in hadoop-common Part7. #7664

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 17, 2025

Conversation

slfan1989
Copy link
Contributor

@slfan1989 slfan1989 commented Apr 30, 2025

Description of PR

JIRA: HADOOP-19415. [JDK17] Upgrade JUnit from 4 to 5 in hadoop-common Part7.

How was this patch tested?

junit test & mvn clean test.

For code changes:

  • Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'HADOOP-17799. Your PR title ...')?
  • Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?
  • If applicable, have you updated the LICENSE, LICENSE-binary, NOTICE-binary files?

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 51s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 4s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 207 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 54s Maven dependency ordering for branch
+1 💚 mvninstall 36m 0s trunk passed
+1 💚 compile 17m 33s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 15m 6s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 52s trunk passed
+1 💚 mvnsite 2m 32s trunk passed
+1 💚 javadoc 2m 4s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 38s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 3m 52s trunk passed
+1 💚 shadedclient 39m 19s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 28s the patch passed
+1 💚 compile 16m 39s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 16m 39s the patch passed
+1 💚 compile 17m 13s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 17m 13s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 92 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 2 line(s) with tabs.
-0 ⚠️ checkstyle 5m 40s /results-checkstyle-root.txt root: The patch generated 1057 new + 1870 unchanged - 198 fixed = 2927 total (was 2068)
+1 💚 mvnsite 2m 34s the patch passed
+1 💚 javadoc 2m 3s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 36s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 13s the patch passed
+1 💚 shadedclient 40m 8s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 22m 45s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 3m 43s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
+1 💚 asflicense 1m 4s The patch does not generate ASF License warnings.
255m 35s
Reason Tests
Failed junit tests hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.fs.TestFileUtil
hadoop.io.compress.TestGzipCodec
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.util.functional.TestTaskPool
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.io.TestText
hadoop.io.TestIOUtils
hadoop.fs.s3a.TestStreamChangeTracker
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.commit.staging.TestPaths
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/1/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux cae0a88c581a 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 1ecd0a9
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/1/testReport/
Max. process+thread count 3135 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/1/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 59s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 4s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 220 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 9m 21s Maven dependency ordering for branch
+1 💚 mvninstall 36m 55s trunk passed
+1 💚 compile 17m 33s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 15m 24s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 52s trunk passed
+1 💚 mvnsite 7m 4s trunk passed
+1 💚 javadoc 6m 21s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 6m 11s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 11m 5s trunk passed
+1 💚 shadedclient 40m 17s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 4m 3s the patch passed
+1 💚 compile 16m 29s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 16m 29s the patch passed
+1 💚 compile 15m 2s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 15m 2s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 92 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 2 line(s) with tabs.
-0 ⚠️ checkstyle 4m 56s /results-checkstyle-root.txt root: The patch generated 1022 new + 1870 unchanged - 200 fixed = 2892 total (was 2070)
+1 💚 mvnsite 7m 3s the patch passed
+1 💚 javadoc 6m 18s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 6m 9s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 12m 20s the patch passed
+1 💚 shadedclient 40m 45s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 22m 45s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 293m 38s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
-1 ❌ unit 3m 59s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
-1 ❌ unit 3m 7s /patch-unit-hadoop-tools_hadoop-azure.txt hadoop-azure in the patch passed.
+1 💚 unit 0m 46s hadoop-aliyun in the patch passed.
-1 ❌ unit 1m 36s /patch-unit-hadoop-tools_hadoop-azure-datalake.txt hadoop-azure-datalake in the patch passed.
+1 💚 unit 0m 48s hadoop-huaweicloud in the patch passed.
+1 💚 asflicense 1m 15s The patch does not generate ASF License warnings.
604m 44s
Reason Tests
Failed junit tests hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.fs.TestFileUtil
hadoop.io.compress.TestGzipCodec
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.util.functional.TestTaskPool
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.io.TestText
hadoop.io.TestIOUtils
hadoop.fs.TestSymlinkHdfsFileSystem
hadoop.hdfs.server.balancer.TestBalancerService
hadoop.hdfs.server.datanode.TestDataNodeVolumeMetrics
hadoop.fs.viewfs.TestViewFileSystemLinkMergeSlash
hadoop.hdfs.server.namenode.TestCacheDirectivesWithViewDFS
hadoop.hdfs.server.blockmanagement.TestBlockReportLease
hadoop.hdfs.web.TestWebHdfsFileSystemContract
hadoop.hdfs.server.blockmanagement.TestDatanodeManager
hadoop.fs.viewfs.TestViewFileSystemLinkFallback
hadoop.fs.TestSymlinkHdfsFileContext
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeHdfsFileSystemContract
hadoop.hdfs.tools.TestGetGroups
hadoop.fs.contract.hdfs.TestHDFSContractVectoredRead
hadoop.fs.viewfs.TestViewFileSystemLinkRegex
hadoop.fs.viewfs.TestViewFileSystemHdfs
hadoop.hdfs.qjournal.server.TestJournalNode
hadoop.hdfs.TestViewDistributedFileSystemContract
hadoop.fs.viewfs.TestViewFileSystemAtHdfsRoot
hadoop.metrics2.sink.TestRollingFileSystemSinkWithSecureHdfs
hadoop.hdfs.server.namenode.ha.TestGetGroupsWithHA
hadoop.hdfs.TestDatanodeRegistration
hadoop.hdfs.TestHDFSFileSystemContract
hadoop.hdfs.tools.TestDFSZKFailoverController
hadoop.fs.s3a.TestStreamChangeTracker
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.commit.staging.TestPaths
hadoop.fs.azure.TestNativeAzureFileSystemOperationsMocked
hadoop.fs.azure.TestNativeAzureFileSystemContractMocked
hadoop.fs.adl.live.TestAdlFileSystemContractLive
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/2/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux c1101e99caef 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 90960d1
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/2/testReport/
Max. process+thread count 3135 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-tools/hadoop-aws hadoop-tools/hadoop-azure hadoop-tools/hadoop-aliyun hadoop-tools/hadoop-azure-datalake hadoop-cloud-storage-project/hadoop-huaweicloud U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/2/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@slfan1989 slfan1989 force-pushed the HADOOP-19415-PART7 branch from c93f4cc to bbe019a Compare May 2, 2025 23:12
@slfan1989 slfan1989 force-pushed the HADOOP-19415-PART7 branch 3 times, most recently from d659e76 to d1f75ad Compare May 3, 2025 02:31
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 33s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 4s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 206 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 53s Maven dependency ordering for branch
+1 💚 mvninstall 32m 29s trunk passed
+1 💚 compile 15m 26s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 14m 35s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 5m 21s trunk passed
+1 💚 mvnsite 4m 13s trunk passed
+1 💚 javadoc 3m 13s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 41s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 5m 32s trunk passed
+1 💚 shadedclient 35m 57s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 34s Maven dependency ordering for patch
+1 💚 mvninstall 2m 1s the patch passed
+1 💚 compile 16m 2s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 16m 2s the patch passed
+1 💚 compile 15m 0s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 15m 0s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 91 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 2 line(s) with tabs.
-0 ⚠️ checkstyle 4m 38s /results-checkstyle-root.txt root: The patch generated 1016 new + 1852 unchanged - 192 fixed = 2868 total (was 2044)
+1 💚 mvnsite 4m 11s the patch passed
+1 💚 javadoc 3m 6s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 47s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 6m 6s the patch passed
+1 💚 shadedclient 36m 38s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 23m 27s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 3m 54s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
+1 💚 unit 0m 37s hadoop-aliyun in the patch passed.
-1 ❌ unit 1m 30s /patch-unit-hadoop-tools_hadoop-azure-datalake.txt hadoop-azure-datalake in the patch passed.
+1 💚 asflicense 1m 3s The patch does not generate ASF License warnings.
254m 47s
Reason Tests
Failed junit tests hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.io.compress.TestGzipCodec
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.io.TestIOUtils
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.fs.TestFileUtil
hadoop.io.TestText
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.util.functional.TestTaskPool
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestStreamChangeTracker
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestPaths
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.adl.live.TestAdlFileSystemContractLive
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/4/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux d9b7510e87e3 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / bbe019a
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/4/testReport/
Max. process+thread count 3151 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws hadoop-tools/hadoop-aliyun hadoop-tools/hadoop-azure-datalake U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/4/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 31s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 3s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 201 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 30s Maven dependency ordering for branch
+1 💚 mvninstall 33m 29s trunk passed
+1 💚 compile 17m 10s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 14m 45s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 5m 28s trunk passed
+1 💚 mvnsite 3m 7s trunk passed
+1 💚 javadoc 2m 38s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 9s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 34s trunk passed
+1 💚 shadedclient 36m 32s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 34s Maven dependency ordering for patch
+1 💚 mvninstall 1m 43s the patch passed
+1 💚 compile 16m 40s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 16m 40s the patch passed
+1 💚 compile 14m 28s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 14m 28s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 89 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 2 line(s) with tabs.
-0 ⚠️ checkstyle 5m 0s /results-checkstyle-root.txt root: The patch generated 1011 new + 1850 unchanged - 188 fixed = 2861 total (was 2038)
+1 💚 mvnsite 3m 13s the patch passed
+1 💚 javadoc 2m 31s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 7s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 58s the patch passed
+1 💚 shadedclient 36m 41s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 23m 46s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 3m 52s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
+1 💚 unit 0m 45s hadoop-aliyun in the patch passed.
+1 💚 asflicense 1m 6s The patch does not generate ASF License warnings.
250m 17s
Reason Tests
Failed junit tests hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.io.compress.TestGzipCodec
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.io.TestIOUtils
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.fs.TestFileUtil
hadoop.io.TestText
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.util.functional.TestTaskPool
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestStreamChangeTracker
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestPaths
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.commit.staging.TestStagingCommitter
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/5/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 4a9ee87ab9be 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 213fa1e
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/5/testReport/
Max. process+thread count 3151 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws hadoop-tools/hadoop-aliyun U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/5/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 33s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 4s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 201 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 43s Maven dependency ordering for branch
+1 💚 mvninstall 31m 48s trunk passed
+1 💚 compile 15m 35s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 13m 59s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 28s trunk passed
+1 💚 mvnsite 3m 19s trunk passed
+1 💚 javadoc 2m 53s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 26s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 45s trunk passed
+1 💚 shadedclient 34m 19s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 33s Maven dependency ordering for patch
+1 💚 mvninstall 1m 47s the patch passed
+1 💚 compile 14m 50s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 14m 50s the patch passed
+1 💚 compile 14m 26s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 14m 26s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 61 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 1 line(s) with tabs.
-0 ⚠️ checkstyle 4m 35s /results-checkstyle-root.txt root: The patch generated 808 new + 1902 unchanged - 136 fixed = 2710 total (was 2038)
+1 💚 mvnsite 3m 4s the patch passed
+1 💚 javadoc 2m 38s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 2m 15s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 5m 6s the patch passed
+1 💚 shadedclient 37m 24s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 23m 2s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 3m 46s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
+1 💚 unit 0m 37s hadoop-aliyun in the patch passed.
+1 💚 asflicense 0m 58s The patch does not generate ASF License warnings.
241m 52s
Reason Tests
Failed junit tests hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.util.functional.TestTaskPool
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.io.compress.TestCodec
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.io.TestText
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.compress.TestGzipCodec
hadoop.fs.TestFileUtil
hadoop.io.TestIOUtils
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.s3a.commit.staging.TestPaths
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestStreamChangeTracker
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/6/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 748961e837bd 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 57bb057
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/6/testReport/
Max. process+thread count 1377 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws hadoop-tools/hadoop-aliyun U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/6/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 35s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 3s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 193 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 7m 3s Maven dependency ordering for branch
+1 💚 mvninstall 35m 0s trunk passed
+1 💚 compile 15m 27s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 13m 58s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 5m 3s trunk passed
+1 💚 mvnsite 2m 38s trunk passed
+1 💚 javadoc 2m 3s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 31s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 3m 59s trunk passed
+1 💚 shadedclient 36m 34s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 25s the patch passed
+1 💚 compile 15m 1s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 15m 1s the patch passed
+1 💚 compile 13m 27s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 13m 27s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 61 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 1 line(s) with tabs.
-0 ⚠️ checkstyle 4m 30s /results-checkstyle-root.txt root: The patch generated 808 new + 1742 unchanged - 136 fixed = 2550 total (was 1878)
+1 💚 mvnsite 2m 33s the patch passed
+1 💚 javadoc 2m 5s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 44s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 11s the patch passed
+1 💚 shadedclient 35m 21s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 23m 3s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 3m 51s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
+1 💚 asflicense 1m 5s The patch does not generate ASF License warnings.
237m 48s
Reason Tests
Failed junit tests hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.util.functional.TestTaskPool
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.io.compress.TestCodec
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.io.TestText
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.compress.TestGzipCodec
hadoop.fs.TestFileUtil
hadoop.io.TestIOUtils
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.s3a.commit.staging.TestPaths
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestStreamChangeTracker
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/7/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux c714a1e20fde 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / d659e76
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/7/testReport/
Max. process+thread count 1377 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/7/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 20m 29s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 3s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 188 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 7m 23s Maven dependency ordering for branch
+1 💚 mvninstall 36m 30s trunk passed
+1 💚 compile 17m 37s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 15m 7s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 52s trunk passed
+1 💚 mvnsite 2m 36s trunk passed
+1 💚 javadoc 2m 8s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 39s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 3m 54s trunk passed
+1 💚 shadedclient 39m 49s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 28s the patch passed
+1 💚 compile 16m 46s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 16m 46s the patch passed
+1 💚 compile 15m 10s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 15m 10s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 61 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 1 line(s) with tabs.
-0 ⚠️ checkstyle 4m 54s /results-checkstyle-root.txt root: The patch generated 802 new + 1721 unchanged - 136 fixed = 2523 total (was 1857)
+1 💚 mvnsite 2m 32s the patch passed
+1 💚 javadoc 2m 4s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 39s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 11s the patch passed
+1 💚 shadedclient 40m 21s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 22m 48s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 3m 47s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
+1 💚 asflicense 1m 4s The patch does not generate ASF License warnings.
274m 25s
Reason Tests
Failed junit tests hadoop.io.TestBooleanWritable
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.io.TestBytesWritable
hadoop.fs.TestFileUtil
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.io.compress.TestGzipCodec
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.io.TestIOUtils
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.util.functional.TestTaskPool
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.io.TestText
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestPaths
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestStreamChangeTracker
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/8/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 5ff88aff5f82 5.15.0-138-generic #148-Ubuntu SMP Fri Mar 14 19:05:48 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / d1f75ad
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/8/testReport/
Max. process+thread count 2497 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/8/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 54s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 4s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 222 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 38s Maven dependency ordering for branch
+1 💚 mvninstall 36m 41s trunk passed
+1 💚 compile 17m 26s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 14m 59s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 58s trunk passed
+1 💚 mvnsite 7m 2s trunk passed
+1 💚 javadoc 6m 20s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 6m 33s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 11m 15s trunk passed
+1 💚 shadedclient 38m 50s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 1m 26s Maven dependency ordering for patch
+1 💚 mvninstall 4m 7s the patch passed
+1 💚 compile 16m 39s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 16m 39s the patch passed
+1 💚 compile 14m 54s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 14m 54s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 92 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 2 line(s) with tabs.
-0 ⚠️ checkstyle 5m 1s /results-checkstyle-root.txt root: The patch generated 1022 new + 1870 unchanged - 200 fixed = 2892 total (was 2070)
+1 💚 mvnsite 7m 6s the patch passed
+1 💚 javadoc 6m 17s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 6m 9s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 12m 25s the patch passed
+1 💚 shadedclient 39m 16s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 22m 36s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 292m 14s /patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt hadoop-hdfs in the patch passed.
-1 ❌ unit 4m 1s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
-1 ❌ unit 3m 6s /patch-unit-hadoop-tools_hadoop-azure.txt hadoop-azure in the patch passed.
+1 💚 unit 0m 46s hadoop-aliyun in the patch passed.
-1 ❌ unit 1m 36s /patch-unit-hadoop-tools_hadoop-azure-datalake.txt hadoop-azure-datalake in the patch passed.
+1 💚 unit 0m 48s hadoop-huaweicloud in the patch passed.
+1 💚 asflicense 1m 14s The patch does not generate ASF License warnings.
598m 43s
Reason Tests
Failed junit tests hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.fs.TestFileUtil
hadoop.io.compress.TestGzipCodec
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.util.functional.TestTaskPool
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.io.TestText
hadoop.io.TestIOUtils
hadoop.fs.TestSymlinkHdfsFileSystem
hadoop.hdfs.server.balancer.TestBalancerService
hadoop.hdfs.server.datanode.TestDataNodeVolumeMetrics
hadoop.fs.viewfs.TestViewFileSystemLinkMergeSlash
hadoop.hdfs.server.namenode.TestCacheDirectivesWithViewDFS
hadoop.hdfs.server.blockmanagement.TestBlockReportLease
hadoop.hdfs.web.TestWebHdfsFileSystemContract
hadoop.hdfs.server.blockmanagement.TestDatanodeManager
hadoop.fs.viewfs.TestViewFileSystemLinkFallback
hadoop.fs.TestSymlinkHdfsFileContext
hadoop.fs.viewfs.TestViewFileSystemOverloadSchemeHdfsFileSystemContract
hadoop.hdfs.tools.TestGetGroups
hadoop.fs.contract.hdfs.TestHDFSContractVectoredRead
hadoop.fs.viewfs.TestViewFileSystemLinkRegex
hadoop.fs.viewfs.TestViewFileSystemHdfs
hadoop.hdfs.qjournal.server.TestJournalNode
hadoop.hdfs.TestViewDistributedFileSystemContract
hadoop.fs.viewfs.TestViewFileSystemAtHdfsRoot
hadoop.metrics2.sink.TestRollingFileSystemSinkWithSecureHdfs
hadoop.hdfs.server.namenode.ha.TestGetGroupsWithHA
hadoop.hdfs.TestDatanodeRegistration
hadoop.hdfs.TestHDFSFileSystemContract
hadoop.hdfs.tools.TestDFSZKFailoverController
hadoop.fs.s3a.TestStreamChangeTracker
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.commit.staging.TestPaths
hadoop.fs.azure.TestNativeAzureFileSystemOperationsMocked
hadoop.fs.azure.TestNativeAzureFileSystemContractMocked
hadoop.fs.adl.live.TestAdlFileSystemContractLive
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/3/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux eec34852697f 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / c93f4cc
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/3/testReport/
Max. process+thread count 3135 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-tools/hadoop-aws hadoop-tools/hadoop-azure hadoop-tools/hadoop-aliyun hadoop-tools/hadoop-azure-datalake hadoop-cloud-storage-project/hadoop-huaweicloud U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/3/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@slfan1989 slfan1989 force-pushed the HADOOP-19415-PART7 branch 2 times, most recently from c27bbc3 to e43f856 Compare May 4, 2025 02:41
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 20m 58s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 4s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 188 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 4s Maven dependency ordering for branch
+1 💚 mvninstall 37m 33s trunk passed
+1 💚 compile 17m 32s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 14m 58s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 49s trunk passed
+1 💚 mvnsite 2m 32s trunk passed
+1 💚 javadoc 2m 7s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 39s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 3m 52s trunk passed
+1 💚 shadedclient 39m 36s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 1m 24s the patch passed
+1 💚 compile 16m 47s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javac 16m 47s the patch passed
+1 💚 compile 14m 54s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 javac 14m 54s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 61 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 1 line(s) with tabs.
-0 ⚠️ checkstyle 4m 53s /results-checkstyle-root.txt root: The patch generated 787 new + 1727 unchanged - 130 fixed = 2514 total (was 1857)
+1 💚 mvnsite 2m 32s the patch passed
+1 💚 javadoc 2m 1s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 37s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 8s the patch passed
+1 💚 shadedclient 39m 26s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 22m 43s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 3m 44s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch passed.
+1 💚 asflicense 1m 3s The patch does not generate ASF License warnings.
272m 26s
Reason Tests
Failed junit tests hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.fs.TestFileUtil
hadoop.io.compress.TestGzipCodec
hadoop.io.TestWeakReferencedElasticByteBufferPool
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.TestRawLocalFileSystemContract
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.util.functional.TestTaskPool
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
hadoop.io.TestText
hadoop.io.TestIOUtils
hadoop.fs.s3a.TestStreamChangeTracker
hadoop.fs.s3a.auth.TestMarshalledCredentials
hadoop.fs.s3a.TestArnResource
hadoop.fs.s3a.commit.staging.TestStagingCommitter
hadoop.fs.s3a.commit.staging.TestStagingDirectoryOutputCommitter
hadoop.fs.s3a.commit.staging.TestPaths
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/9/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux ca6d3138b275 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 94597e3
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/9/testReport/
Max. process+thread count 1273 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/9/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 14m 9s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 3s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 162 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 35s Maven dependency ordering for branch
+1 💚 mvninstall 31m 47s trunk passed
+1 💚 compile 15m 38s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 13m 38s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 29s trunk passed
+1 💚 mvnsite 2m 38s trunk passed
+1 💚 javadoc 2m 9s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 44s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 3m 56s trunk passed
+1 💚 shadedclient 35m 7s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 33s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 27s /patch-mvninstall-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
-1 ❌ compile 14m 20s /patch-compile-root-jdkUbuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.
-1 ❌ javac 14m 20s /patch-compile-root-jdkUbuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.
-1 ❌ compile 13m 35s /patch-compile-root-jdkPrivateBuild-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.txt root in the patch failed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.
-1 ❌ javac 13m 35s /patch-compile-root-jdkPrivateBuild-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.txt root in the patch failed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 61 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 1 line(s) with tabs.
-0 ⚠️ checkstyle 4m 27s /results-checkstyle-root.txt root: The patch generated 704 new + 1649 unchanged - 130 fixed = 2353 total (was 1779)
-1 ❌ mvnsite 0m 46s /patch-mvnsite-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 javadoc 1m 51s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 30s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
-1 ❌ spotbugs 0m 44s /patch-spotbugs-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 shadedclient 38m 11s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 23m 32s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 0m 47s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 asflicense 0m 56s The patch does not generate ASF License warnings.
241m 34s
Reason Tests
Failed junit tests hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.fs.TestRawLocalFileSystemContract
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.io.compress.TestGzipCodec
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.io.TestIOUtils
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.statistics.TestIOStatisticsSetters
hadoop.fs.TestFileUtil
hadoop.io.TestText
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/10/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 861d92a6266d 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / c27bbc3
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/10/testReport/
Max. process+thread count 3151 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/10/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@slfan1989 slfan1989 force-pushed the HADOOP-19415-PART7 branch from e43f856 to a75b4d2 Compare May 4, 2025 04:25
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 35s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 3s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 137 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 7m 1s Maven dependency ordering for branch
+1 💚 mvninstall 34m 15s trunk passed
+1 💚 compile 15m 28s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 14m 46s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 5m 10s trunk passed
+1 💚 mvnsite 2m 35s trunk passed
+1 💚 javadoc 2m 3s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 36s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 4m 11s trunk passed
+1 💚 shadedclient 35m 2s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 33s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 29s /patch-mvninstall-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
-1 ❌ compile 14m 1s /patch-compile-root-jdkUbuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.
-1 ❌ javac 14m 1s /patch-compile-root-jdkUbuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.
-1 ❌ compile 13m 6s /patch-compile-root-jdkPrivateBuild-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.txt root in the patch failed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.
-1 ❌ javac 13m 6s /patch-compile-root-jdkPrivateBuild-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.txt root in the patch failed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 61 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-1 ❌ blanks 0m 0s /blanks-tabs.txt The patch 1 line(s) with tabs.
-0 ⚠️ checkstyle 4m 29s /results-checkstyle-root.txt root: The patch generated 697 new + 1649 unchanged - 130 fixed = 2346 total (was 1779)
-1 ❌ mvnsite 0m 52s /patch-mvnsite-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 javadoc 2m 3s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 41s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
-1 ❌ spotbugs 0m 48s /patch-spotbugs-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 shadedclient 35m 56s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 23m 17s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 0m 51s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 asflicense 1m 2s The patch does not generate ASF License warnings.
230m 48s
Reason Tests
Failed junit tests hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays
hadoop.io.erasurecode.rawcoder.TestDecodingValidator
hadoop.fs.TestRawLocalFileSystemContract
hadoop.io.file.tfile.TestTFileNoneCodecsJClassComparatorByteArrays
hadoop.io.compress.TestCodec
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.io.compress.TestGzipCodec
hadoop.io.TestBooleanWritable
hadoop.io.TestBytesWritable
hadoop.io.TestIOUtils
hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.TestFileUtil
hadoop.io.TestText
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.io.file.tfile.TestTFileLzoCodecsStreams
hadoop.io.file.tfile.TestTFileNoneCodecsStreams
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.io.file.tfile.TestTFileJClassComparatorByteArrays
hadoop.io.file.tfile.TestTFileNoneCodecsByteArrays
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/11/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 074d2fa8a2f3 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / e43f856
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/11/testReport/
Max. process+thread count 1269 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/11/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 49s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 41 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 28s Maven dependency ordering for branch
+1 💚 mvninstall 36m 32s trunk passed
+1 💚 compile 17m 33s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 compile 14m 46s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 checkstyle 4m 42s trunk passed
+1 💚 mvnsite 2m 30s trunk passed
+1 💚 javadoc 2m 5s trunk passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 38s trunk passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
+1 💚 spotbugs 3m 51s trunk passed
+1 💚 shadedclient 39m 11s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 27s /patch-mvninstall-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
-1 ❌ compile 15m 50s /patch-compile-root-jdkUbuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.
-1 ❌ javac 15m 50s /patch-compile-root-jdkUbuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04.
-1 ❌ compile 14m 19s /patch-compile-root-jdkPrivateBuild-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.txt root in the patch failed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.
-1 ❌ javac 14m 19s /patch-compile-root-jdkPrivateBuild-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.txt root in the patch failed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06.
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 35 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 4m 51s /results-checkstyle-root.txt root: The patch generated 438 new + 704 unchanged - 98 fixed = 1142 total (was 802)
-1 ❌ mvnsite 0m 50s /patch-mvnsite-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 javadoc 1m 59s the patch passed with JDK Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04
+1 💚 javadoc 1m 35s the patch passed with JDK Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
-1 ❌ spotbugs 0m 48s /patch-spotbugs-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 shadedclient 40m 45s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 22m 15s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch passed.
-1 ❌ unit 0m 48s /patch-unit-hadoop-tools_hadoop-aws.txt hadoop-aws in the patch failed.
+1 💚 asflicense 0m 58s The patch does not generate ASF License warnings.
244m 30s
Reason Tests
Failed junit tests hadoop.fs.contract.rawlocal.TestRawLocalContractVectoredRead
hadoop.fs.TestFileUtil
hadoop.security.token.delegation.TestZKDelegationTokenSecretManager
hadoop.metrics2.sink.TestRollingFileSystemSinkWithLocal
hadoop.ha.TestActiveStandbyElectorRealZK
hadoop.fs.TestRawLocalFileSystemContract
hadoop.fs.viewfs.TestViewFileSystemWithAuthorityLocalFileSystem
hadoop.fs.contract.localfs.TestLocalFSContractVectoredRead
hadoop.fs.viewfs.TestViewFileSystemLocalFileSystem
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/12/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux bd5ec438abac 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / a75b4d2
Default Java Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.26+4-post-Ubuntu-1ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_442-8u442-b06us1-0ubuntu120.04-b06
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/12/testReport/
Max. process+thread count 3136 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/12/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@slfan1989 slfan1989 force-pushed the HADOOP-19415-PART7 branch from a75b4d2 to 9aad18d Compare May 5, 2025 07:04
@github-actions github-actions bot removed the TOOLS label May 5, 2025
@slfan1989
Copy link
Contributor Author

@cnauroth @steveloughran @Hexiaoqiao Could you please review this PR? Thank you very much! This PR primarily involves changes to the hadoop-common and hadoop-hdfs modules, aiming to upgrade certain classes with inheritance relationships to the JUnit 5 testing framework.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 20m 59s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 40 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 47s Maven dependency ordering for branch
+1 💚 mvninstall 37m 3s trunk passed
+1 💚 compile 17m 57s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 15m 5s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 checkstyle 4m 45s trunk passed
+1 💚 mvnsite 3m 55s trunk passed
+1 💚 javadoc 3m 20s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 3m 26s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 6m 49s trunk passed
+1 💚 shadedclient 39m 45s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 2m 23s the patch passed
+1 💚 compile 17m 2s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javac 17m 2s the patch passed
+1 💚 compile 15m 26s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 javac 15m 26s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 4m 41s /results-checkstyle-root.txt root: The patch generated 12 new + 304 unchanged - 417 fixed = 316 total (was 721)
+1 💚 mvnsite 3m 52s the patch passed
+1 💚 javadoc 3m 18s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 3m 25s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 7m 18s the patch passed
+1 💚 shadedclient 39m 54s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 17m 20s hadoop-common in the patch passed.
+1 💚 unit 16m 1s hadoop-hdfs in the patch passed.
+1 💚 unit 0m 41s hadoop-huaweicloud in the patch passed.
+1 💚 asflicense 1m 5s The patch does not generate ASF License warnings.
298m 43s
Subsystem Report/Notes
Docker ClientAPI=1.49 ServerAPI=1.49 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/20/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 49593a34f7a2 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 6378ad6
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/20/testReport/
Max. process+thread count 2136 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-cloud-storage-project/hadoop-huaweicloud U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/20/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@cnauroth cnauroth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @slfan1989 . I saw HADOOP-19550 before this one and merged #7646 . This one now has merge conflicts. Can you please take a look?

@slfan1989
Copy link
Contributor Author

Hello @slfan1989 . I saw HADOOP-19550 before this one and merged #7646 . This one now has merge conflicts. Can you please take a look?

@cnauroth Thank you for your review and comments! I will try to resolve the conflict.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 1m 27s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 39 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 9m 4s Maven dependency ordering for branch
+1 💚 mvninstall 38m 1s trunk passed
+1 💚 compile 17m 55s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 15m 12s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 checkstyle 4m 42s trunk passed
+1 💚 mvnsite 3m 12s trunk passed
+1 💚 javadoc 2m 41s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 44s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 6m 1s trunk passed
+1 💚 shadedclient 43m 32s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 44m 0s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 31s Maven dependency ordering for patch
-1 ❌ mvninstall 0m 45s /patch-mvninstall-hadoop-common-project_hadoop-common.txt hadoop-common in the patch failed.
-1 ❌ compile 1m 8s /patch-compile-root-jdkUbuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.
-1 ❌ javac 1m 8s /patch-compile-root-jdkUbuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.
-1 ❌ compile 1m 3s /patch-compile-root-jdkPrivateBuild-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.txt root in the patch failed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.
-1 ❌ javac 1m 3s /patch-compile-root-jdkPrivateBuild-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.txt root in the patch failed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 7 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
-0 ⚠️ checkstyle 0m 37s /buildtool-patch-checkstyle-root.txt The patch fails to run checkstyle in root
-1 ❌ mvnsite 0m 48s /patch-mvnsite-hadoop-common-project_hadoop-common.txt hadoop-common in the patch failed.
+1 💚 javadoc 1m 54s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 6s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
-1 ❌ spotbugs 0m 44s /patch-spotbugs-hadoop-common-project_hadoop-common.txt hadoop-common in the patch failed.
-1 ❌ shadedclient 5m 3s patch has errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 0m 50s /patch-unit-hadoop-common-project_hadoop-common.txt hadoop-common in the patch failed.
+1 💚 unit 37m 15s hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 35s The patch does not generate ASF License warnings.
201m 58s
Subsystem Report/Notes
Docker ClientAPI=1.50 ServerAPI=1.50 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/21/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 0dc8db8b86b1 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 9849afb
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/21/testReport/
Max. process+thread count 1578 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/21/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 14m 12s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 39 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 7m 10s Maven dependency ordering for branch
+1 💚 mvninstall 32m 57s trunk passed
+1 💚 compile 15m 59s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 13m 52s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 checkstyle 4m 18s trunk passed
+1 💚 mvnsite 3m 17s trunk passed
+1 💚 javadoc 2m 38s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 54s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 5m 55s trunk passed
+1 💚 shadedclient 38m 38s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 39m 6s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 34s Maven dependency ordering for patch
+1 💚 mvninstall 2m 2s the patch passed
+1 💚 compile 15m 21s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javac 15m 21s the patch passed
+1 💚 compile 13m 40s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 javac 13m 40s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 4m 11s /results-checkstyle-root.txt root: The patch generated 34 new + 312 unchanged - 409 fixed = 346 total (was 721)
+1 💚 mvnsite 3m 14s the patch passed
+1 💚 javadoc 2m 38s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 47s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 6m 10s the patch passed
+1 💚 shadedclient 38m 35s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 21m 52s hadoop-common in the patch passed.
+1 💚 unit 32m 8s hadoop-hdfs in the patch passed.
+1 💚 asflicense 1m 10s The patch does not generate ASF License warnings.
287m 18s
Subsystem Report/Notes
Docker ClientAPI=1.50 ServerAPI=1.50 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/22/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 3628c69f588e 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 6e1d0fe
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/22/testReport/
Max. process+thread count 2004 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/22/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@slfan1989
Copy link
Contributor Author

@cnauroth Could you please help review this PR again? Thank you very much!

Copy link
Contributor

@zhtttylz zhtttylz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1,LGTM @slfan1989

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 52s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 39 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 55s Maven dependency ordering for branch
+1 💚 mvninstall 38m 53s trunk passed
+1 💚 compile 17m 54s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 15m 33s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 checkstyle 4m 46s trunk passed
+1 💚 mvnsite 3m 12s trunk passed
+1 💚 javadoc 2m 37s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 50s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 5m 56s trunk passed
+1 💚 shadedclient 43m 50s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 44m 20s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 33s Maven dependency ordering for patch
+1 💚 mvninstall 2m 4s the patch passed
+1 💚 compile 17m 17s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javac 17m 17s the patch passed
+1 💚 compile 15m 26s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 javac 15m 26s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 4m 41s /results-checkstyle-root.txt root: The patch generated 12 new + 312 unchanged - 409 fixed = 324 total (was 721)
+1 💚 mvnsite 3m 11s the patch passed
+1 💚 javadoc 2m 39s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 47s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 6m 16s the patch passed
+1 💚 shadedclient 44m 49s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 21m 28s hadoop-common in the patch passed.
+1 💚 unit 38m 9s hadoop-hdfs in the patch passed.
+1 💚 asflicense 1m 9s The patch does not generate ASF License warnings.
304m 49s
Subsystem Report/Notes
Docker ClientAPI=1.50 ServerAPI=1.50 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/24/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux 0c292d6a0be6 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 076d5df
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/24/testReport/
Max. process+thread count 3135 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/24/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 21m 53s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 39 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 6s Maven dependency ordering for branch
+1 💚 mvninstall 38m 41s trunk passed
+1 💚 compile 17m 49s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 15m 20s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 checkstyle 4m 46s trunk passed
+1 💚 mvnsite 3m 16s trunk passed
+1 💚 javadoc 2m 40s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 47s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 5m 58s trunk passed
+1 💚 shadedclient 43m 31s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 44m 1s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 2m 3s the patch passed
-1 ❌ compile 16m 20s /patch-compile-root-jdkUbuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.
-1 ❌ javac 16m 20s /patch-compile-root-jdkUbuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.txt root in the patch failed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04.
-1 ❌ compile 14m 35s /patch-compile-root-jdkPrivateBuild-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.txt root in the patch failed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.
-1 ❌ javac 14m 35s /patch-compile-root-jdkPrivateBuild-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.txt root in the patch failed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09.
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 4m 38s /results-checkstyle-root.txt root: The patch generated 12 new + 312 unchanged - 409 fixed = 324 total (was 721)
+1 💚 mvnsite 3m 13s the patch passed
+1 💚 javadoc 2m 35s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 2m 45s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 6m 17s the patch passed
+1 💚 shadedclient 44m 34s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 22m 42s hadoop-common in the patch passed.
+1 💚 unit 40m 50s hadoop-hdfs in the patch passed.
+1 💚 asflicense 1m 7s The patch does not generate ASF License warnings.
326m 0s
Subsystem Report/Notes
Docker ClientAPI=1.50 ServerAPI=1.50 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/25/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux fdfefbb1b16f 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 1d329f0
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/25/testReport/
Max. process+thread count 3135 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/25/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@Hexiaoqiao
Copy link
Contributor

Hi @slfan1989 , There are some compile error of last report. Please check it first. Thanks.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 54s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 40 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 6m 41s Maven dependency ordering for branch
+1 💚 mvninstall 38m 9s trunk passed
+1 💚 compile 17m 39s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 15m 12s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 checkstyle 4m 43s trunk passed
+1 💚 mvnsite 4m 8s trunk passed
+1 💚 javadoc 3m 33s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 3m 26s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 7m 15s trunk passed
+1 💚 shadedclient 41m 39s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 42m 8s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 2m 37s the patch passed
+1 💚 compile 17m 18s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javac 17m 18s the patch passed
+1 💚 compile 15m 26s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 javac 15m 26s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 4m 42s /results-checkstyle-root.txt root: The patch generated 14 new + 311 unchanged - 410 fixed = 325 total (was 721)
+1 💚 mvnsite 4m 7s the patch passed
+1 💚 javadoc 3m 31s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 3m 33s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 7m 50s the patch passed
+1 💚 shadedclient 43m 1s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 22m 21s hadoop-common in the patch passed.
+1 💚 unit 55m 16s hadoop-hdfs in the patch passed.
+1 💚 unit 4m 11s hadoop-aws in the patch passed.
+1 💚 asflicense 1m 15s The patch does not generate ASF License warnings.
334m 14s
Subsystem Report/Notes
Docker ClientAPI=1.50 ServerAPI=1.50 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/26/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux cbfd94430ec5 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 2498e59
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/26/testReport/
Max. process+thread count 3136 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/26/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

Copy link
Contributor

@Hexiaoqiao Hexiaoqiao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. +1. Thanks @slfan1989 for your works.

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 52s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 40 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 7m 13s Maven dependency ordering for branch
+1 💚 mvninstall 37m 46s trunk passed
+1 💚 compile 17m 50s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 compile 15m 20s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 checkstyle 4m 51s trunk passed
+1 💚 mvnsite 4m 16s trunk passed
+1 💚 javadoc 3m 33s trunk passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 3m 35s trunk passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 7m 16s trunk passed
+1 💚 shadedclient 43m 27s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 43m 57s Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 32s Maven dependency ordering for patch
+1 💚 mvninstall 2m 38s the patch passed
+1 💚 compile 17m 23s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javac 17m 23s the patch passed
+1 💚 compile 15m 28s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 javac 15m 28s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 4m 48s /results-checkstyle-root.txt root: The patch generated 14 new + 311 unchanged - 410 fixed = 325 total (was 721)
+1 💚 mvnsite 4m 8s the patch passed
+1 💚 javadoc 3m 28s the patch passed with JDK Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 3m 35s the patch passed with JDK Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
+1 💚 spotbugs 7m 48s the patch passed
+1 💚 shadedclient 42m 26s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 24m 6s hadoop-common in the patch passed.
+1 💚 unit 59m 53s hadoop-hdfs in the patch passed.
+1 💚 unit 3m 50s hadoop-aws in the patch passed.
+1 💚 asflicense 1m 10s The patch does not generate ASF License warnings.
342m 30s
Subsystem Report/Notes
Docker ClientAPI=1.50 ServerAPI=1.50 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/27/artifact/out/Dockerfile
GITHUB PR #7664
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell detsecrets
uname Linux cd59e4b1f1f7 5.15.0-139-generic #149-Ubuntu SMP Fri Apr 11 22:06:13 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / de035ea
Default Java Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.27+6-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_452-8u452-gaus1-0ubuntu120.04-b09
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/27/testReport/
Max. process+thread count 1620 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-7664/27/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@slfan1989 slfan1989 merged commit c4abdd7 into apache:trunk Jun 17, 2025
4 checks passed
@slfan1989
Copy link
Contributor Author

@Hexiaoqiao @cnauroth This PR has passed the Yetus check. The existing Checkstyle issues were already present and will not be addressed in this update. I will merge this PR into the trunk branch to proceed with the JUnit 5 upgrade for the Azure and AWS modules.

cc: @zhtttylz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants