Skip to content
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

HDFS-17316 Add hadoop-compat-bench #6535

Closed
wants to merge 4 commits into from

Conversation

HanFreedom
Copy link

@HanFreedom HanFreedom commented Feb 7, 2024

Description of PR

A new hadoop-compat-bench module which is directly related to HDFS-17316.

How was this patch tested?

Unit test

For code changes:

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

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 20s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+0 🆗 markdownlint 0m 0s markdownlint was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 1s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 13 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 31m 59s trunk passed
+1 💚 compile 8m 7s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 compile 7m 23s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 checkstyle 2m 0s trunk passed
+1 💚 mvnsite 12m 9s trunk passed
+1 💚 javadoc 4m 33s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 4m 50s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 spotbugs 16m 29s trunk passed
+1 💚 shadedclient 34m 51s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 21s Maven dependency ordering for patch
+1 💚 mvninstall 17m 0s the patch passed
+1 💚 compile 7m 47s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javac 7m 47s the patch passed
+1 💚 compile 7m 16s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 javac 7m 16s the patch passed
-1 ❌ blanks 0m 0s /blanks-eol.txt The patch has 1 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply
+1 💚 checkstyle 1m 56s the patch passed
+1 💚 mvnsite 6m 38s the patch passed
-1 ❌ shellcheck 0m 0s /results-shellcheck.txt The patch generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0)
+1 💚 javadoc 4m 22s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 4m 57s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
-1 ❌ spotbugs 16m 31s /new-spotbugs-root.html root generated 19 new + 0 unchanged - 0 fixed = 19 total (was 0)
+1 💚 shadedclient 19m 16s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 628m 32s /patch-unit-root.txt root in the patch failed.
-1 ❌ asflicense 0m 48s /results-asflicense.txt The patch generated 18 ASF License warnings.
826m 36s
Reason Tests
SpotBugs module:root
Random object created and used only once in org.apache.hadoop.compat.AbstractHdfsCompatCase.getUniquePath(Path) At AbstractHdfsCompatCase.java:only once in org.apache.hadoop.compat.AbstractHdfsCompatCase.getUniquePath(Path) At AbstractHdfsCompatCase.java:[line 60]
org.apache.hadoop.compat.HdfsCompatEnvironment.getStoragePolicyNames() may expose internal representation by returning HdfsCompatEnvironment.defaultStoragePolicyNames At HdfsCompatEnvironment.java:by returning HdfsCompatEnvironment.defaultStoragePolicyNames At HdfsCompatEnvironment.java:[line 115]
Call to method of static java.text.DateFormat in org.apache.hadoop.compat.HdfsCompatEnvironment.init() At HdfsCompatEnvironment.java:java.text.DateFormat in org.apache.hadoop.compat.HdfsCompatEnvironment.init() At HdfsCompatEnvironment.java:[line 64]
Found reliance on default encoding in org.apache.hadoop.compat.HdfsCompatShellScope.readLines(File):in org.apache.hadoop.compat.HdfsCompatShellScope.readLines(File): new java.io.FileReader(File) At HdfsCompatShellScope.java:[line 356]
Found reliance on default encoding in org.apache.hadoop.compat.HdfsCompatibility.printReport(HdfsCompatReport, OutputStream):in org.apache.hadoop.compat.HdfsCompatibility.printReport(HdfsCompatReport, OutputStream): new java.io.OutputStreamWriter(OutputStream) At HdfsCompatibility.java:[line 209]
Found reliance on default encoding in org.apache.hadoop.compat.HdfsCompatibility.printReport(HdfsCompatReport, OutputStream):in org.apache.hadoop.compat.HdfsCompatibility.printReport(HdfsCompatReport, OutputStream): String.getBytes() At HdfsCompatibility.java:[line 208]
Found reliance on default encoding in org.apache.hadoop.compat.cases.function.HdfsCompatCreate.createFile():in org.apache.hadoop.compat.cases.function.HdfsCompatCreate.createFile(): String.getBytes() At HdfsCompatCreate.java:[line 100]
Random object created and used only once in org.apache.hadoop.compat.cases.function.HdfsCompatLocal.prepare() At HdfsCompatLocal.java:only once in org.apache.hadoop.compat.cases.function.HdfsCompatLocal.prepare() At HdfsCompatLocal.java:[line 54]
Random object created and used only once in org.apache.hadoop.compat.cases.function.HdfsCompatTpcds.create() At HdfsCompatTpcds.java:only once in org.apache.hadoop.compat.cases.function.HdfsCompatTpcds.create() At HdfsCompatTpcds.java:[line 56]
Found reliance on default encoding in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.getXAttr():in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.getXAttr(): String.getBytes() At HdfsCompatXAttr.java:[line 57]
Found reliance on default encoding in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.getXAttrs():in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.getXAttrs(): String.getBytes() At HdfsCompatXAttr.java:[line 65]
Found reliance on default encoding in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.listXAttrs():in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.listXAttrs(): String.getBytes() At HdfsCompatXAttr.java:[line 77]
Found reliance on default encoding in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.removeXAttr():in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.removeXAttr(): String.getBytes() At HdfsCompatXAttr.java:[line 87]
Found reliance on default encoding in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.setXAttr():in org.apache.hadoop.compat.cases.function.HdfsCompatXAttr.setXAttr(): String.getBytes() At HdfsCompatXAttr.java:[line 48]
Found reliance on default encoding in org.apache.hadoop.compat.cases.implement.HdfsCompatFileSystemImpl.lambda$setXAttr$77():in org.apache.hadoop.compat.cases.implement.HdfsCompatFileSystemImpl.lambda$setXAttr$77(): String.getBytes() At HdfsCompatFileSystemImpl.java:[line 611]
org.apache.hadoop.compat.suites.HdfsCompatSuiteForAll.getApiCases() may expose internal representation by returning HdfsCompatSuiteForAll.API_CASES At HdfsCompatSuiteForAll.java:by returning HdfsCompatSuiteForAll.API_CASES At HdfsCompatSuiteForAll.java:[line 61]
org.apache.hadoop.compat.suites.HdfsCompatSuiteForAll.getShellCases() may expose internal representation by returning HdfsCompatSuiteForAll.SHELL_CASES At HdfsCompatSuiteForAll.java:by returning HdfsCompatSuiteForAll.SHELL_CASES At HdfsCompatSuiteForAll.java:[line 66]
org.apache.hadoop.compat.suites.HdfsCompatSuiteForShell.getShellCases() may expose internal representation by returning HdfsCompatSuiteForShell.SHELL_CASES At HdfsCompatSuiteForShell.java:by returning HdfsCompatSuiteForShell.SHELL_CASES At HdfsCompatSuiteForShell.java:[line 50]
org.apache.hadoop.compat.suites.HdfsCompatSuiteForTpcds.getApiCases() may expose internal representation by returning HdfsCompatSuiteForTpcds.API_CASES At HdfsCompatSuiteForTpcds.java:by returning HdfsCompatSuiteForTpcds.API_CASES At HdfsCompatSuiteForTpcds.java:[line 37]
Failed junit tests hadoop.hdfs.server.datanode.TestDirectoryScanner
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/1/artifact/out/Dockerfile
GITHUB PR #6535
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint compile javac javadoc mvninstall unit shadedclient xmllint shellcheck shelldocs spotbugs checkstyle
uname Linux 3c19973f82c5 5.15.0-88-generic #98-Ubuntu SMP Mon Oct 2 15:18:56 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / d822ff5
Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/1/testReport/
Max. process+thread count 4784 (vs. ulimit of 5500)
modules C: . hadoop-compat-bench U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/1/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 shellcheck=0.7.0
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

HanFreedom added a commit to HanFreedom/hadoop that referenced this pull request Feb 27, 2024
@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 0m 19s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+0 🆗 detsecrets 0m 0s detect-secrets was not available.
+0 🆗 markdownlint 0m 0s markdownlint was not available.
+0 🆗 xmllint 0m 1s xmllint was not available.
+0 🆗 shelldocs 0m 1s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 13 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 32m 27s trunk passed
+1 💚 compile 8m 34s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 compile 7m 53s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 checkstyle 1m 59s trunk passed
+1 💚 mvnsite 12m 13s trunk passed
+1 💚 javadoc 4m 39s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 4m 59s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
-1 ❌ spotbugs 17m 35s /branch-spotbugs-root-warnings.html root in trunk has 5 extant spotbugs warnings.
+1 💚 shadedclient 36m 8s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 23s Maven dependency ordering for patch
+1 💚 mvninstall 17m 11s the patch passed
+1 💚 compile 8m 27s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javac 8m 27s the patch passed
+1 💚 compile 7m 56s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 javac 7m 56s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 1m 57s the patch passed
+1 💚 mvnsite 7m 58s the patch passed
+1 💚 shellcheck 0m 0s No new issues.
+1 💚 javadoc 4m 32s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 5m 1s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 spotbugs 18m 12s the patch passed
+1 💚 shadedclient 19m 13s patch has no errors when building and testing our client artifacts.
_ Other Tests _
-1 ❌ unit 631m 23s /patch-unit-root.txt root in the patch failed.
+1 💚 asflicense 0m 54s The patch does not generate ASF License warnings.
836m 44s
Reason Tests
Failed junit tests hadoop.hdfs.tools.TestDFSAdmin
hadoop.hdfs.server.datanode.TestLargeBlockReport
hadoop.hdfs.protocol.TestBlockListAsLongs
hadoop.yarn.server.timelineservice.security.TestTimelineAuthFilterForV2
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/2/artifact/out/Dockerfile
GITHUB PR #6535
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint compile javac javadoc mvninstall unit shadedclient xmllint shellcheck shelldocs spotbugs checkstyle
uname Linux c3a31dc9ba16 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / d9463ff
Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/2/testReport/
Max. process+thread count 4309 (vs. ulimit of 5500)
modules C: . hadoop-compat-bench U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/2/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 shellcheck=0.7.0
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 21s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 13 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 32m 14s trunk passed
+1 💚 compile 0m 49s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 compile 0m 41s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 checkstyle 0m 31s trunk passed
+1 💚 mvnsite 0m 45s trunk passed
+1 💚 javadoc 1m 13s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 1m 9s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 spotbugs 2m 52s trunk passed
+1 💚 shadedclient 21m 19s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 21m 32s 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 25s Maven dependency ordering for patch
+1 💚 mvninstall 0m 58s the patch passed
+1 💚 compile 0m 44s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 44s the patch passed
+1 💚 compile 0m 35s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 javac 0m 35s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 21s /results-checkstyle-hadoop-tools.txt hadoop-tools: The patch generated 49 new + 0 unchanged - 0 fixed = 49 total (was 0)
+1 💚 mvnsite 0m 55s the patch passed
+1 💚 shellcheck 0m 0s No new issues.
+1 💚 javadoc 1m 14s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 1m 21s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 spotbugs 3m 19s the patch passed
+1 💚 shadedclient 21m 30s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 3m 15s hadoop-compat-bench in the patch passed.
+1 💚 unit 58m 15s hadoop-tools in the patch passed.
+1 💚 asflicense 0m 27s The patch does not generate ASF License warnings.
153m 35s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/3/artifact/out/Dockerfile
GITHUB PR #6535
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint compile javac javadoc mvninstall unit shadedclient xmllint shellcheck shelldocs spotbugs checkstyle
uname Linux 1ed24bc9ea32 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 91a14fc
Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/3/testReport/
Max. process+thread count 1042 (vs. ulimit of 5500)
modules C: hadoop-tools/hadoop-compat-bench hadoop-tools U: hadoop-tools
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/3/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 shellcheck=0.7.0
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 22s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 1s No case conflicting files found.
+0 🆗 codespell 0m 1s codespell was not available.
+0 🆗 detsecrets 0m 1s detect-secrets was not available.
+0 🆗 markdownlint 0m 1s markdownlint was not available.
+0 🆗 xmllint 0m 0s xmllint was not available.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 13 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 32m 30s trunk passed
+1 💚 compile 0m 50s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 compile 0m 42s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 checkstyle 0m 29s trunk passed
+1 💚 mvnsite 0m 41s trunk passed
+1 💚 javadoc 1m 11s trunk passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 1m 8s trunk passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 spotbugs 2m 54s trunk passed
+1 💚 shadedclient 21m 23s branch has no errors when building and testing our client artifacts.
-0 ⚠️ patch 21m 35s 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 26s Maven dependency ordering for patch
+1 💚 mvninstall 0m 57s the patch passed
+1 💚 compile 0m 48s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javac 0m 48s the patch passed
+1 💚 compile 0m 39s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 javac 0m 39s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
-0 ⚠️ checkstyle 0m 20s /results-checkstyle-hadoop-tools.txt hadoop-tools: The patch generated 2 new + 0 unchanged - 0 fixed = 2 total (was 0)
+1 💚 mvnsite 0m 49s the patch passed
+1 💚 shellcheck 0m 0s No new issues.
+1 💚 javadoc 1m 18s the patch passed with JDK Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04
+1 💚 javadoc 1m 22s the patch passed with JDK Private Build-1.8.0_392-8u392-ga-1~20.04-b08
+1 💚 spotbugs 3m 29s the patch passed
+1 💚 shadedclient 21m 34s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 3m 10s hadoop-compat-bench in the patch passed.
+1 💚 unit 58m 13s hadoop-tools in the patch passed.
+1 💚 asflicense 0m 29s The patch does not generate ASF License warnings.
153m 52s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/4/artifact/out/Dockerfile
GITHUB PR #6535
Optional Tests dupname asflicense mvnsite codespell detsecrets markdownlint compile javac javadoc mvninstall unit shadedclient xmllint shellcheck shelldocs spotbugs checkstyle
uname Linux a1ca93685f37 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / c8ccf81
Default Java Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.21+9-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_392-8u392-ga-1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/4/testReport/
Max. process+thread count 1038 (vs. ulimit of 5500)
modules C: hadoop-tools/hadoop-compat-bench hadoop-tools U: hadoop-tools
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-6535/4/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2 shellcheck=0.7.0
Powered by Apache Yetus 0.14.0 https://yetus.apache.org

This message was automatically generated.

@HanFreedom HanFreedom closed this Mar 1, 2024
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.

2 participants