hadoop
hadoop copied to clipboard
HADOOP-17912. ABFS: Support for Encryption Context
PR introduces use of different customer-provided keys per encrypted file, superseding the global key use in HADOOP-17536.
Adding ABFS driver support for an EncryptionContextProvider plugin to retrieve encryption information, the implementation for which should be provided by the client. When encryption is activated for an account, file creation will involve ABFS driver fetching an encryption context and encryption key from the provider. These will be sent as request headers to the server, which handles encryption/decryption. The server will store the encryption context as system metadata for a file. Any subsequent REST calls to the server to access data or user metadata will require sending the encryption key headers. The encryption context of a file can be obtained through response headers of a GetPathStatus call, and then used to fetch the encryption key from the encryption provider.
New configs:
fs.azure.encryption.encoded.client-provided-key
: Server side encryption key encoded in Base6format
fs.azure.encryption.encoded.client-provided-key-sha
: SHA256 hash of encryption key encoded in Base64format
fs.azure.encryption.context.provider.type
: Custom EncryptionContextProvider type
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 1m 7s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 0s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 2s | codespell was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 8 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 38m 18s | trunk passed | |
+1 :green_heart: | compile | 0m 46s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | compile | 0m 38s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | checkstyle | 0m 29s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 43s | trunk passed | |
+1 :green_heart: | javadoc | 0m 36s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 32s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | spotbugs | 1m 13s | trunk passed | |
+1 :green_heart: | shadedclient | 24m 23s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 24m 43s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 36s | the patch passed | |
+1 :green_heart: | compile | 0m 39s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javac | 0m 39s | the patch passed | |
+1 :green_heart: | compile | 0m 33s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | javac | 0m 33s | the patch passed | |
+1 :green_heart: | blanks | 0m 1s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 19s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 14 new + 5 unchanged - 0 fixed = 19 total (was 5) |
+1 :green_heart: | mvnsite | 0m 36s | the patch passed | |
+1 :green_heart: | javadoc | 0m 26s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 23s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
-1 :x: | spotbugs | 1m 19s | /new-spotbugs-hadoop-tools_hadoop-azure.html | hadoop-tools/hadoop-azure generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0) |
+1 :green_heart: | shadedclient | 24m 8s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 2m 15s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 34s | The patch does not generate ASF License warnings. | |
101m 39s |
Reason | Tests |
---|---|
SpotBugs | module:hadoop-tools/hadoop-azure |
org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey.getEncoded() may expose internal representation by returning EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:by returning EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:[line 122] | |
new org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey(EncryptionAdapter, byte[]) may expose internal representation by storing an externally mutable object into EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:internal representation by storing an externally mutable object into EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:[line 107] | |
Should org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey be a static inner class? At EncryptionAdapter.java:inner class? At EncryptionAdapter.java:[lines 106-128] |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/19/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell |
uname | Linux 35aa25ebde13 4.15.0-143-generic #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / f6bb16fdddea28319c0770cfd9d2b45963ba2213 |
Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/19/testReport/ |
Max. process+thread count | 519 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/19/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 1m 32s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 0s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 2s | codespell was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 45m 44s | trunk passed | |
+1 :green_heart: | compile | 1m 8s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | compile | 0m 58s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | checkstyle | 0m 46s | trunk passed | |
+1 :green_heart: | mvnsite | 1m 13s | trunk passed | |
+1 :green_heart: | javadoc | 0m 48s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 49s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | spotbugs | 1m 41s | trunk passed | |
+1 :green_heart: | shadedclient | 27m 18s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 27m 39s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 38s | the patch passed | |
+1 :green_heart: | compile | 0m 39s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javac | 0m 39s | the patch passed | |
+1 :green_heart: | compile | 0m 35s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | javac | 0m 35s | the patch passed | |
+1 :green_heart: | blanks | 0m 0s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 19s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 9 new + 5 unchanged - 0 fixed = 14 total (was 5) |
+1 :green_heart: | mvnsite | 0m 38s | the patch passed | |
+1 :green_heart: | javadoc | 0m 34s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 32s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
-1 :x: | spotbugs | 1m 37s | /new-spotbugs-hadoop-tools_hadoop-azure.html | hadoop-tools/hadoop-azure generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0) |
+1 :green_heart: | shadedclient | 26m 20s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 2m 46s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 48s | The patch does not generate ASF License warnings. | |
117m 54s |
Reason | Tests |
---|---|
SpotBugs | module:hadoop-tools/hadoop-azure |
org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey.getEncoded() may expose internal representation by returning EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:by returning EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:[line 123] | |
new org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey(EncryptionAdapter, byte[]) may expose internal representation by storing an externally mutable object into EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:internal representation by storing an externally mutable object into EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:[line 108] | |
Should org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey be a static inner class? At EncryptionAdapter.java:inner class? At EncryptionAdapter.java:[lines 107-129] |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/20/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell |
uname | Linux 2e7394752d37 4.15.0-143-generic #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / 04a73e092253b0247644c74adf51a678d64ec013 |
Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/20/testReport/ |
Max. process+thread count | 593 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/20/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 1m 38s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 0s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 0s | codespell was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 37m 51s | trunk passed | |
+1 :green_heart: | compile | 0m 44s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | compile | 0m 39s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | checkstyle | 0m 31s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 50s | trunk passed | |
+1 :green_heart: | javadoc | 0m 41s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 34s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | spotbugs | 1m 17s | trunk passed | |
+1 :green_heart: | shadedclient | 26m 29s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 26m 49s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
-1 :x: | mvninstall | 0m 15s | /patch-mvninstall-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
-1 :x: | compile | 0m 16s | /patch-compile-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | javac | 0m 16s | /patch-compile-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | compile | 0m 15s | /patch-compile-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | javac | 0m 15s | /patch-compile-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
+1 :green_heart: | blanks | 0m 0s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 19s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 9 new + 5 unchanged - 0 fixed = 14 total (was 5) |
-1 :x: | mvnsite | 0m 16s | /patch-mvnsite-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
-1 :x: | javadoc | 0m 18s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | javadoc | 0m 17s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | spotbugs | 0m 16s | /patch-spotbugs-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
+1 :green_heart: | shadedclient | 30m 37s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
-1 :x: | unit | 0m 21s | /patch-unit-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
+1 :green_heart: | asflicense | 0m 49s | The patch does not generate ASF License warnings. | |
104m 34s |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/23/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell |
uname | Linux b8e2ba6b3eb5 4.15.0-143-generic #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / ac6ff511be3c9cf9cd24ac21f8bc3f382907c995 |
Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/23/testReport/ |
Max. process+thread count | 552 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/23/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 1m 3s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 1s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 0s | codespell was not available. | |
+0 :ok: | markdownlint | 0m 0s | markdownlint was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 36m 25s | trunk passed | |
+1 :green_heart: | compile | 0m 41s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | compile | 0m 32s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | checkstyle | 0m 24s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 37s | trunk passed | |
+1 :green_heart: | javadoc | 0m 29s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 28s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | spotbugs | 1m 2s | trunk passed | |
+1 :green_heart: | shadedclient | 24m 14s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 24m 34s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
-1 :x: | mvninstall | 0m 13s | /patch-mvninstall-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
-1 :x: | compile | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | javac | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | compile | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | javac | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | blanks | 0m 0s | /blanks-eol.txt | The patch has 16 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply |
-0 :warning: | checkstyle | 0m 18s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 9 new + 5 unchanged - 0 fixed = 14 total (was 5) |
-1 :x: | mvnsite | 0m 15s | /patch-mvnsite-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
-1 :x: | javadoc | 0m 14s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | javadoc | 0m 13s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | spotbugs | 0m 13s | /patch-spotbugs-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
+1 :green_heart: | shadedclient | 24m 58s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
-1 :x: | unit | 0m 17s | /patch-unit-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
+1 :green_heart: | asflicense | 0m 33s | The patch does not generate ASF License warnings. | |
93m 8s |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/24/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell markdownlint |
uname | Linux aee408484463 4.15.0-143-generic #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / 3caeb7be7203fd2e744704328a808923e042aafd |
Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/24/testReport/ |
Max. process+thread count | 597 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/24/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 1m 0s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 1s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 1s | codespell was not available. | |
+0 :ok: | markdownlint | 0m 1s | markdownlint was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 35m 38s | trunk passed | |
+1 :green_heart: | compile | 0m 38s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | compile | 0m 32s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | checkstyle | 0m 23s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 38s | trunk passed | |
+1 :green_heart: | javadoc | 0m 30s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 28s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | spotbugs | 1m 2s | trunk passed | |
+1 :green_heart: | shadedclient | 23m 11s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 23m 28s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
-1 :x: | mvninstall | 0m 13s | /patch-mvninstall-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
-1 :x: | compile | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | javac | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | compile | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | javac | 0m 13s | /patch-compile-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | blanks | 0m 0s | /blanks-eol.txt | The patch has 16 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply |
-0 :warning: | checkstyle | 0m 17s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 9 new + 5 unchanged - 0 fixed = 14 total (was 5) |
-1 :x: | mvnsite | 0m 16s | /patch-mvnsite-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
-1 :x: | javadoc | 0m 14s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04. |
-1 :x: | javadoc | 0m 14s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt | hadoop-azure in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. |
-1 :x: | spotbugs | 0m 14s | /patch-spotbugs-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
+1 :green_heart: | shadedclient | 24m 34s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
-1 :x: | unit | 0m 17s | /patch-unit-hadoop-tools_hadoop-azure.txt | hadoop-azure in the patch failed. |
+1 :green_heart: | asflicense | 0m 29s | The patch does not generate ASF License warnings. | |
90m 53s |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/25/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell markdownlint |
uname | Linux 11a6520525b3 4.15.0-142-generic #146-Ubuntu SMP Tue Apr 13 01:11:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / a2fc26ef37f8b09f918b5f941e2f913adfa04f26 |
Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/25/testReport/ |
Max. process+thread count | 621 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/25/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 0m 58s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 0s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 1s | codespell was not available. | |
+0 :ok: | markdownlint | 0m 1s | markdownlint was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 35m 15s | trunk passed | |
+1 :green_heart: | compile | 0m 38s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | compile | 0m 34s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | checkstyle | 0m 24s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 38s | trunk passed | |
+1 :green_heart: | javadoc | 0m 30s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 28s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | spotbugs | 1m 0s | trunk passed | |
+1 :green_heart: | shadedclient | 23m 3s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 23m 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 _ | ||||
+1 :green_heart: | mvninstall | 0m 38s | the patch passed | |
+1 :green_heart: | compile | 0m 35s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javac | 0m 35s | the patch passed | |
+1 :green_heart: | compile | 0m 27s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | javac | 0m 27s | the patch passed | |
-1 :x: | blanks | 0m 0s | /blanks-eol.txt | The patch has 16 line(s) that end in blanks. Use git apply --whitespace=fix <<patch_file>>. Refer https://git-scm.com/docs/git-apply |
-0 :warning: | checkstyle | 0m 17s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 10 new + 5 unchanged - 0 fixed = 15 total (was 5) |
+1 :green_heart: | mvnsite | 0m 30s | the patch passed | |
+1 :green_heart: | javadoc | 0m 24s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 21s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
-1 :x: | spotbugs | 1m 6s | /new-spotbugs-hadoop-tools_hadoop-azure.html | hadoop-tools/hadoop-azure generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0) |
+1 :green_heart: | shadedclient | 23m 29s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 1m 52s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 30s | The patch does not generate ASF License warnings. | |
94m 25s |
Reason | Tests |
---|---|
SpotBugs | module:hadoop-tools/hadoop-azure |
org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey.getEncoded() may expose internal representation by returning EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:by returning EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:[line 117] | |
new org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey(EncryptionAdapter, byte[]) may expose internal representation by storing an externally mutable object into EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:internal representation by storing an externally mutable object into EncryptionAdapter$ABFSSecretKey.secret At EncryptionAdapter.java:[line 102] | |
Should org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSSecretKey be a static inner class? At EncryptionAdapter.java:inner class? At EncryptionAdapter.java:[lines 101-123] |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/26/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell markdownlint |
uname | Linux e2dfdad24004 4.15.0-142-generic #146-Ubuntu SMP Tue Apr 13 01:11:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / b840da31a0459703562c4a8a65ad354ef0459c77 |
Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/26/testReport/ |
Max. process+thread count | 608 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/26/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 0m 58s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 1s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 0s | codespell was not available. | |
+0 :ok: | markdownlint | 0m 0s | markdownlint was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 35m 19s | trunk passed | |
+1 :green_heart: | compile | 0m 37s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | compile | 0m 33s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | checkstyle | 0m 24s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 37s | trunk passed | |
+1 :green_heart: | javadoc | 0m 30s | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 27s | trunk passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | spotbugs | 1m 1s | trunk passed | |
+1 :green_heart: | shadedclient | 23m 48s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 24m 5s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 30s | the patch passed | |
+1 :green_heart: | compile | 0m 34s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javac | 0m 34s | the patch passed | |
+1 :green_heart: | compile | 0m 27s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
+1 :green_heart: | javac | 0m 27s | the patch passed | |
+1 :green_heart: | blanks | 0m 0s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 17s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 8 new + 5 unchanged - 0 fixed = 13 total (was 5) |
+1 :green_heart: | mvnsite | 0m 29s | the patch passed | |
+1 :green_heart: | javadoc | 0m 23s | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | |
+1 :green_heart: | javadoc | 0m 22s | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | |
-1 :x: | spotbugs | 1m 6s | /new-spotbugs-hadoop-tools_hadoop-azure.html | hadoop-tools/hadoop-azure generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0) |
+1 :green_heart: | shadedclient | 23m 6s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 1m 53s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 29s | The patch does not generate ASF License warnings. | |
94m 35s |
Reason | Tests |
---|---|
SpotBugs | module:hadoop-tools/hadoop-azure |
org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey.getEncoded() may expose internal representation by returning EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:by returning EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:[line 115] | |
new org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey(EncryptionAdapter, byte[]) may expose internal representation by storing an externally mutable object into EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:internal representation by storing an externally mutable object into EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:[line 100] | |
Should org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey be a static inner class? At EncryptionAdapter.java:inner class? At EncryptionAdapter.java:[lines 99-121] |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/27/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell markdownlint |
uname | Linux 6c4d94f0d934 4.15.0-142-generic #146-Ubuntu SMP Tue Apr 13 01:11:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / 72b5f2f1112fef242400b0f50c675c303aa640ab |
Default Java | Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/27/testReport/ |
Max. process+thread count | 520 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/27/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 0m 41s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 1s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 0s | codespell was not available. | |
+0 :ok: | markdownlint | 0m 0s | markdownlint was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 32m 21s | trunk passed | |
+1 :green_heart: | compile | 0m 41s | trunk passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04 | |
+1 :green_heart: | compile | 0m 38s | trunk passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | checkstyle | 0m 28s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 42s | trunk passed | |
+1 :green_heart: | javadoc | 0m 35s | trunk passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04 | |
+1 :green_heart: | javadoc | 0m 32s | trunk passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | spotbugs | 1m 3s | trunk passed | |
+1 :green_heart: | shadedclient | 20m 23s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 20m 43s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 31s | the patch passed | |
+1 :green_heart: | compile | 0m 32s | the patch passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04 | |
+1 :green_heart: | javac | 0m 32s | the patch passed | |
+1 :green_heart: | compile | 0m 29s | the patch passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | javac | 0m 29s | the patch passed | |
+1 :green_heart: | blanks | 0m 0s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 19s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 8 new + 5 unchanged - 0 fixed = 13 total (was 5) |
+1 :green_heart: | mvnsite | 0m 32s | the patch passed | |
+1 :green_heart: | javadoc | 0m 25s | the patch passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04 | |
+1 :green_heart: | javadoc | 0m 23s | the patch passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
-1 :x: | spotbugs | 1m 3s | /new-spotbugs-hadoop-tools_hadoop-azure.html | hadoop-tools/hadoop-azure generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0) |
+1 :green_heart: | shadedclient | 19m 52s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 2m 13s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 35s | The patch does not generate ASF License warnings. | |
86m 9s |
Reason | Tests |
---|---|
SpotBugs | module:hadoop-tools/hadoop-azure |
org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey.getEncoded() may expose internal representation by returning EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:by returning EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:[line 115] | |
new org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey(EncryptionAdapter, byte[]) may expose internal representation by storing an externally mutable object into EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:internal representation by storing an externally mutable object into EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:[line 100] | |
Should org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey be a static inner class? At EncryptionAdapter.java:inner class? At EncryptionAdapter.java:[lines 99-121] |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/1/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell markdownlint |
uname | Linux 33a501f1ba6a 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / 72b5f2f1112fef242400b0f50c675c303aa640ab |
Default Java | Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/1/testReport/ |
Max. process+thread count | 544 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/1/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 0m 51s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 0s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 0s | codespell was not available. | |
+0 :ok: | markdownlint | 0m 0s | markdownlint was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 41m 21s | trunk passed | |
+1 :green_heart: | compile | 0m 50s | trunk passed with JDK Private Build-11.0.15+10-Ubuntu-0ubuntu0.20.04.1 | |
+1 :green_heart: | compile | 0m 45s | trunk passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | checkstyle | 0m 41s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 50s | trunk passed | |
+1 :green_heart: | javadoc | 0m 48s | trunk passed with JDK Private Build-11.0.15+10-Ubuntu-0ubuntu0.20.04.1 | |
+1 :green_heart: | javadoc | 0m 40s | trunk passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | spotbugs | 1m 25s | trunk passed | |
+1 :green_heart: | shadedclient | 24m 21s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 24m 46s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 40s | the patch passed | |
+1 :green_heart: | compile | 0m 45s | the patch passed with JDK Private Build-11.0.15+10-Ubuntu-0ubuntu0.20.04.1 | |
+1 :green_heart: | javac | 0m 45s | the patch passed | |
+1 :green_heart: | compile | 0m 39s | the patch passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | javac | 0m 39s | the patch passed | |
+1 :green_heart: | blanks | 0m 0s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 24s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 8 new + 5 unchanged - 0 fixed = 13 total (was 5) |
+1 :green_heart: | mvnsite | 0m 42s | the patch passed | |
+1 :green_heart: | javadoc | 0m 35s | the patch passed with JDK Private Build-11.0.15+10-Ubuntu-0ubuntu0.20.04.1 | |
+1 :green_heart: | javadoc | 0m 29s | the patch passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 | |
-1 :x: | spotbugs | 1m 22s | /new-spotbugs-hadoop-tools_hadoop-azure.html | hadoop-tools/hadoop-azure generated 3 new + 0 unchanged - 0 fixed = 3 total (was 0) |
+1 :green_heart: | shadedclient | 26m 4s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 2m 9s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 41s | The patch does not generate ASF License warnings. | |
107m 57s |
Reason | Tests |
---|---|
SpotBugs | module:hadoop-tools/hadoop-azure |
org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey.getEncoded() may expose internal representation by returning EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:by returning EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:[line 115] | |
new org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey(EncryptionAdapter, byte[]) may expose internal representation by storing an externally mutable object into EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:internal representation by storing an externally mutable object into EncryptionAdapter$ABFSKey.bytes At EncryptionAdapter.java:[line 100] | |
Should org.apache.hadoop.fs.azurebfs.security.EncryptionAdapter$ABFSKey be a static inner class? At EncryptionAdapter.java:inner class? At EncryptionAdapter.java:[lines 99-121] |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/2/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell markdownlint |
uname | Linux 4fb08864198b 4.15.0-175-generic #184-Ubuntu SMP Thu Mar 24 17:48:36 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / 1721d435d6e67191e20da178e4bad043b2dfc0e1 |
Default Java | Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Private Build-11.0.15+10-Ubuntu-0ubuntu0.20.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/2/testReport/ |
Max. process+thread count | 585 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/2/console |
versions | git=2.25.1 maven=3.6.3 spotbugs=4.2.2 |
Powered by | Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org |
This message was automatically generated.
TEST RESULTS
HNS-OAuth
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] Tests run: 106, Failures: 1, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] Tests run: 573, Failures: 1, Errors: 0, Skipped: 34
[WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41
HNS-SharedKey
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49 The actual value 10 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 2, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] Tests run: 573, Failures: 1, Errors: 0, Skipped: 34
[WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41
NonHNS-SharedKey
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49 The actual value 11 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 2, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] ITestAbfsInputStreamReadFooter.testSeekToBeginAndReadWithConfTrue:106->testSeekAndReadWithConf:163->seekReadAndTest:244->ITestAbfsInputStream.assertContentReadCorrectly:205->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 The test file path is abfs://abfs-testcontainer-e11fb12c-50d0-4541-85e1-8733b5c01851@supatkinh.dfs.core.windows.net/fork-0003/test/testSeekToBeginAndReadWithConfTrue613bfa6b4c437 expected:<77> but was:<-32>
[ERROR] Tests run: 561, Failures: 1, Errors: 0, Skipped: 248
[ERROR] Failures:
[ERROR] ITestAbfsReadWriteAndSeek.testReadAndWriteWithDifferentBufferSizesAndSeek:69->testReadWriteAndSeek:110 [Retry was required due to issue on server side] expected:<[0]> but was:<[1]>
[ERROR] ITestAbfsRenameStageFailure>TestRenameStageFailure.testResilienceAsExpected:126 [resilient commit support] expected:<[tru]e> but was:<[fals]e>
[ERROR] ITestAbfsTerasort.test_110_teragen:244->executeStage:211->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 teragen(1000, abfs://[email protected]/ITestAbfsTerasort/sortin) failed expected:<0> but was:<1>
[ERROR] Errors:
[ERROR] ITestAbfsJobThroughManifestCommitter.test_0420_validateJob » OutputValidation ...
[ERROR] ITestAbfsManifestCommitProtocol.testCommitLifecycle » OutputValidation `abfs:/...
[ERROR] ITestAbfsManifestCommitProtocol.testCommitterWithDuplicatedCommit » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testConcurrentCommitTaskWithSubDir » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testMapFileOutputCommitter » OutputValidation ...
[ERROR] ITestAbfsManifestCommitProtocol.testOutputFormatIntegration » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testParallelJobsToAdjacentPaths » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testTwoTaskAttemptsCommit » OutputValidation `...
[ERROR] Tests run: 332, Failures: 3, Errors: 8, Skipped: 46
AppendBlob-HNS-OAuth
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49 The actual value 10 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 2, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] Tests run: 573, Failures: 1, Errors: 0, Skipped: 34
[ERROR] Failures:
[ERROR] ITestAbfsReadWriteAndSeek.testReadAndWriteWithDifferentBufferSizesAndSeek:69->testReadWriteAndSeek:101 [Retry was required due to issue on server side] expected:<[0]> but was:<[1]>
[ERROR] Tests run: 332, Failures: 1, Errors: 0, Skipped: 41
TEST RESULTS
HNS-OAuth
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49 The actual value 13 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 2, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] Tests run: 573, Failures: 1, Errors: 0, Skipped: 34
[ERROR] Failures:
[ERROR] ITestAbfsReadWriteAndSeek.testReadAndWriteWithDifferentBufferSizesAndSeek:69->testReadWriteAndSeek:101 [Retry was required due to issue on server side] expected:<[0]> but was:<[1]>
[ERROR] Tests run: 332, Failures: 1, Errors: 0, Skipped: 41
HNS-SharedKey
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] Tests run: 106, Failures: 1, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] Tests run: 573, Failures: 1, Errors: 0, Skipped: 34
[WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41
NonHNS-SharedKey
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] Tests run: 106, Failures: 1, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] Tests run: 558, Failures: 1, Errors: 0, Skipped: 268
[ERROR] Failures:
[ERROR] ITestAbfsReadWriteAndSeek.testReadAndWriteWithDifferentBufferSizesAndSeek:69->testReadWriteAndSeek:110 [Retry was required due to issue on server side] expected:<[0]> but was:<[1]>
[ERROR] ITestAbfsRenameStageFailure>TestRenameStageFailure.testResilienceAsExpected:126 [resilient commit support] expected:<[tru]e> but was:<[fals]e>
[ERROR] ITestAbfsTerasort.test_110_teragen:244->executeStage:211->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 teragen(1000, abfs://[email protected]/ITestAbfsTerasort/sortin) failed expected:<0> but was:<1>
[ERROR] Errors:
[ERROR] ITestAbfsJobThroughManifestCommitter.test_0420_validateJob » OutputValidation ...
[ERROR] ITestAbfsManifestCommitProtocol.testCommitLifecycle » OutputValidation `abfs:/...
[ERROR] ITestAbfsManifestCommitProtocol.testCommitterWithDuplicatedCommit » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testConcurrentCommitTaskWithSubDir » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testMapFileOutputCommitter » OutputValidation ...
[ERROR] ITestAbfsManifestCommitProtocol.testOutputFormatIntegration » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testParallelJobsToAdjacentPaths » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testTwoTaskAttemptsCommit » OutputValidation `...
[ERROR] Tests run: 332, Failures: 3, Errors: 8, Skipped: 46
AppendBlob-HNS-OAuth
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] TestAbfsClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49 The actual value 12 is not within the expected range: [5.60, 8.40].
[ERROR] Tests run: 106, Failures: 2, Errors: 0, Skipped: 2
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemFileStatus.testLastModifiedTime:144->Assert.assertTrue:42->Assert.fail:89 lastModifiedTime should be before createEndTime
[ERROR] Tests run: 573, Failures: 1, Errors: 0, Skipped: 34
[ERROR] Failures:
[ERROR] ITestAbfsReadWriteAndSeek.testReadAndWriteWithDifferentBufferSizesAndSeek:69->testReadWriteAndSeek:101 [Retry was required due to issue on server side] expected:<[0]> but was:<[1]>
[ERROR] Tests run: 332, Failures: 1, Errors: 0, Skipped: 41
Failures above are tracked in JIRAs/observed on trunk
Following commits are added to make the PR have commits of trunk which were added after the branch sumangala-patki/hadoop:HADOOP-17912 was cut from the apache/hadoop:trunk.:
- 16973d4
- https://github.com/apache/hadoop/pull/3440/commits/c27c28dd3f51159c7a4e72e33fd7805c48c47f55
- https://github.com/apache/hadoop/pull/3440/commits/0e700ca21251a9f26252346442a9d0a91d6a6c42
- https://github.com/apache/hadoop/pull/3440/commits/4164ee2e1535d85f7a39260fbe4d70b0fa3697b9
##Testing: This was tested by running integrated tests with the Azure-storage accounts (US EAST). Non-HNS Endpoint: pranavsaxenanonhns.blob.core.windows.net HNS Endpoint: pranavsaxenahns.dfs.core.windows.net
:::: AGGREGATED TEST RESULT ::::
HNS-OAuth
========================
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[INFO]
[ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2
[INFO] Results:
[INFO]
[WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 26
[INFO] Results:
[INFO]
[WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41
HNS-SharedKey
========================
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[INFO]
[ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2
[INFO] Results:
[INFO]
[WARNING] Tests run: 574, Failures: 0, Errors: 0, Skipped: 26
[INFO] Results:
[INFO]
[WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41
NonHNS-SharedKey
========================
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[INFO]
[ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2
[INFO] Results:
[INFO]
[WARNING] Tests run: 559, Failures: 0, Errors: 0, Skipped: 268
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ITestAbfsRenameStageFailure>TestRenameStageFailure.testResilienceAsExpected:126 [resilient commit support] expected:<[tru]e> but was:<[fals]e>
[ERROR] ITestAbfsTerasort.test_110_teragen:244->executeStage:211->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 teragen(1000, abfs://[email protected]/ITestAbfsTerasort/sortin) failed expected:<0> but was:<1>
[ERROR] Errors:
[ERROR] ITestAbfsJobThroughManifestCommitter.test_0420_validateJob » OutputValidation ...
[ERROR] ITestAbfsManifestCommitProtocol.testCommitLifecycle » OutputValidation `abfs:/...
[ERROR] ITestAbfsManifestCommitProtocol.testCommitterWithDuplicatedCommit » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testConcurrentCommitTaskWithSubDir » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testMapFileOutputCommitter » OutputValidation ...
[ERROR] ITestAbfsManifestCommitProtocol.testOutputFormatIntegration » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testParallelJobsToAdjacentPaths » OutputValidation
[ERROR] ITestAbfsManifestCommitProtocol.testTwoTaskAttemptsCommit » OutputValidation `...
[INFO]
[ERROR] Tests run: 332, Failures: 2, Errors: 8, Skipped: 46
AppendBlob-HNS-OAuth
========================
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[INFO]
[ERROR] Tests run: 107, Failures: 1, Errors: 0, Skipped: 2
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ITestAzureBlobFileSystemMainOperation>FSMainOperationsBaseTest.testRenameDirectoryAsNonExistentDirectory:984->FSMainOperationsBaseTest.doTestRenameDirectoryAsNonExistentDirectory:1004 Nested file2 exists: THIS SUCCEEDED WHEN RAN INDIVIDUALLY
[INFO]
[ERROR] Tests run: 574, Failures: 1, Errors: 0, Skipped: 26
[INFO] Results:
[INFO]
[WARNING] Tests run: 332, Failures: 0, Errors: 0, Skipped: 41
Time taken: 62 mins 42 secs.
:confetti_ball: +1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 1m 3s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 0s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 0s | codespell was not available. | |
+0 :ok: | detsecrets | 0m 0s | detect-secrets was not available. | |
+0 :ok: | markdownlint | 0m 0s | markdownlint was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 9 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 41m 57s | trunk passed | |
+1 :green_heart: | compile | 0m 48s | trunk passed with JDK Ubuntu-11.0.16+8-post-Ubuntu-0ubuntu120.04 | |
+1 :green_heart: | compile | 0m 42s | trunk passed with JDK Private Build-1.8.0_342-8u342-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | checkstyle | 0m 42s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 50s | trunk passed | |
+1 :green_heart: | javadoc | 0m 45s | trunk passed with JDK Ubuntu-11.0.16+8-post-Ubuntu-0ubuntu120.04 | |
+1 :green_heart: | javadoc | 0m 37s | trunk passed with JDK Private Build-1.8.0_342-8u342-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | spotbugs | 1m 24s | trunk passed | |
+1 :green_heart: | shadedclient | 24m 15s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 24m 37s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 36s | the patch passed | |
+1 :green_heart: | compile | 0m 39s | the patch passed with JDK Ubuntu-11.0.16+8-post-Ubuntu-0ubuntu120.04 | |
+1 :green_heart: | javac | 0m 39s | the patch passed | |
+1 :green_heart: | compile | 0m 32s | the patch passed with JDK Private Build-1.8.0_342-8u342-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | javac | 0m 32s | the patch passed | |
+1 :green_heart: | blanks | 0m 0s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 21s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 10 new + 5 unchanged - 0 fixed = 15 total (was 5) |
+1 :green_heart: | mvnsite | 0m 35s | the patch passed | |
+1 :green_heart: | javadoc | 0m 28s | the patch passed with JDK Ubuntu-11.0.16+8-post-Ubuntu-0ubuntu120.04 | |
+1 :green_heart: | javadoc | 0m 27s | the patch passed with JDK Private Build-1.8.0_342-8u342-b07-0ubuntu1~20.04-b07 | |
+1 :green_heart: | spotbugs | 1m 14s | the patch passed | |
+1 :green_heart: | shadedclient | 24m 13s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 2m 24s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 42s | The patch does not generate ASF License warnings. | |
106m 18s |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/9/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense codespell detsecrets compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle markdownlint |
uname | Linux 238ae2832874 4.15.0-191-generic #202-Ubuntu SMP Thu Aug 4 01:49:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / 4f1e33bf20e5fe2f69dcdee1c3a45c7a8d699c9d |
Default Java | Private Build-1.8.0_342-8u342-b07-0ubuntu1~20.04-b07 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.16+8-post-Ubuntu-0ubuntu120.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_342-8u342-b07-0ubuntu1~20.04-b07 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/9/testReport/ |
Max. process+thread count | 607 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/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.
@steveloughran , requesting you to kindly review the PR. Thanks.
yetus run for commit 0cd8c8c
https://github.com/apache/hadoop/pull/5261#issuecomment-1368669330
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 🆗 | reexec | 0m 57s | 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. | |
+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 | 42m 0s | trunk passed | |
+1 💚 | compile | 0m 41s | trunk passed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 | |
+1 💚 | compile | 0m 34s | trunk passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 💚 | checkstyle | 0m 33s | trunk passed | |
+1 💚 | mvnsite | 0m 41s | trunk passed | |
-1 ❌ | javadoc | 0m 37s | /branch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt | hadoop-azure in trunk failed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04. |
+1 💚 | javadoc | 0m 28s | trunk passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 💚 | spotbugs | 1m 14s | trunk passed | |
+1 💚 | shadedclient | 23m 29s | branch has no errors when building and testing our client artifacts. | |
-0 ⚠️ | patch | 23m 46s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 💚 | mvninstall | 0m 31s | the patch passed | |
+1 💚 | compile | 0m 33s | the patch passed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 | |
+1 💚 | javac | 0m 33s | the patch passed | |
+1 💚 | compile | 0m 27s | the patch passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 💚 | javac | 0m 27s | the patch passed | |
+1 💚 | blanks | 0m 0s | The patch has no blanks issues. | |
-0 ⚠️ | checkstyle | 0m 17s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 10 new + 7 unchanged - 0 fixed = 17 total (was 7) |
+1 💚 | mvnsite | 0m 31s | the patch passed | |
-1 ❌ | javadoc | 0m 23s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04. |
+1 💚 | javadoc | 0m 21s | the patch passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 💚 | spotbugs | 1m 5s | the patch passed | |
+1 💚 | shadedclient | 23m 1s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 💚 | unit | 1m 56s | hadoop-azure in the patch passed. | |
+1 💚 | asflicense | 0m 33s | The patch does not generate ASF License warnings. | |
101m 59s |
This message was automatically generated.
Subsystem Report/Notes Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5261/6/artifact/out/Dockerfile GITHUB PR https://github.com/apache/hadoop/pull/5261 Optional Tests dupname asflicense codespell detsecrets compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle uname Linux db564bc38f70 4.15.0-200-generic https://github.com/apache/hadoop/pull/211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Build tool maven Personality dev-support/bin/hadoop.sh git revision trunk / https://github.com/apache/hadoop/commit/0cd8c8c1cda3a82c742a91b54c9cb29c62b83f82 Default Java Private Build-1.8.0_352-8u352-ga-1~20.04-b08 Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_352-8u352-ga-1~20.04-b08 Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5261/6/testReport/ Max. process+thread count 614 (vs. ulimit of 5500) modules C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5261/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.
Failed because of javadocs. Other task were successful.
HNS-OAuth
[INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider" [ERROR] Errors: [ERROR] TestExponentialRetryPolicy.testOperationOnAccountIdle:216 » AccessDenied Opera... [INFO] [ERROR] Tests run: 111, Failures: 1, Errors: 1, Skipped: 1 [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ITestAzureBlobFileSystemLease.testAcquireRetry:336 » TestTimedOut test timed o... [ERROR] ITestAzureBlobFileSystemOauth.testBlobDataContributor:84 » AccessDenied Operat... [ERROR] ITestAzureBlobFileSystemOauth.testBlobDataReader:143 » AccessDenied Operation ... [INFO] [ERROR] Tests run: 576, Failures: 0, Errors: 3, Skipped: 71 [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ITestAbfsTerasort.test_120_terasort:262->executeStage:206 » IO The ownership o... [INFO] [ERROR] Tests run: 335, Failures: 0, Errors: 1, Skipped: 54
HNS-SharedKey
[INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider" [ERROR] Errors: [ERROR] TestExponentialRetryPolicy.testOperationOnAccountIdle:216 » AccessDenied Opera... [INFO] [ERROR] Tests run: 111, Failures: 1, Errors: 1, Skipped: 2 [INFO] Results: [INFO] [ERROR] Failures: [ERROR] ITestAzureBlobFileSystemRandomRead.testSkipBounds:218->Assert.assertTrue:42->Assert.fail:89 There should not be any network I/O (elapsedTimeMs=40). [ERROR] Errors: [ERROR] ITestAzureBlobFileSystemLease.testAcquireRetry:329 » TestTimedOut test timed o... [INFO] [ERROR] Tests run: 576, Failures: 1, Errors: 1, Skipped: 26 [INFO] Results: [INFO] [WARNING] Tests run: 335, Failures: 0, Errors: 0, Skipped: 41
NonHNS-SharedKey
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider"
[ERROR] Errors:
[ERROR] TestExponentialRetryPolicy.testOperationOnAccountIdle:216 » AccessDenied Opera...
[INFO]
[ERROR] Tests run: 111, Failures: 1, Errors: 1, Skipped: 2
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ITestAzureBlobFileSystemLease.testAcquireRetry:344->lambda$testAcquireRetry$6:345 » TestTimedOut
[INFO]
[ERROR] Tests run: 560, Failures: 0, Errors: 1, Skipped: 269
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] ITestAbfsTerasort.test_110_teragen:244->executeStage:211->Assert.assertEquals:647->Assert.failNotEquals:835->Assert.fail:89 teragen(1000, abfs://[email protected]/ITestAbfsTerasort/sortin) failed expected:<0> but was:<1>
[ERROR] Errors:
[ERROR] ITestAbfsJobThroughManifestCommitter.test_0420_validateJob » OutputValidation ...
[ERROR] ITestAbfsManifestCommitProtocol.testCommitLifecycle » OutputValidation abfs:/... [ERROR] ITestAbfsManifestCommitProtocol.testCommitterWithDuplicatedCommit » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testConcurrentCommitTaskWithSubDir » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testMapFileOutputCommitter » OutputValidation ... [ERROR] ITestAbfsManifestCommitProtocol.testOutputFormatIntegration » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testParallelJobsToAdjacentPaths » OutputValidation [ERROR] ITestAbfsManifestCommitProtocol.testTwoTaskAttemptsCommit » OutputValidation
...
[INFO]
[ERROR] Tests run: 335, Failures: 1, Errors: 8, Skipped: 46
AppendBlob-HNS-OAuth
[INFO] Results: [INFO] [ERROR] Failures: [ERROR] TestAccountConfiguration.testConfigPropNotFound:386->testMissingConfigKey:399 Expected a org.apache.hadoop.fs.azurebfs.contracts.exceptions.TokenAccessProviderException to be thrown, but got the result: : "org.apache.hadoop.fs.azurebfs.oauth2.ClientCredsTokenProvider" [ERROR] Errors: [ERROR] TestExponentialRetryPolicy.testOperationOnAccountIdle:216 » AccessDenied Opera... [INFO] [ERROR] Tests run: 111, Failures: 1, Errors: 1, Skipped: 1 [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ITestAzureBlobFileSystemLease.testAcquireRetry:329 » TestTimedOut test timed o... [ERROR] ITestAzureBlobFileSystemOauth.testBlobDataContributor:84 » AccessDenied Operat... [ERROR] ITestAzureBlobFileSystemOauth.testBlobDataReader:143 » AccessDenied Operation ... [INFO] [ERROR] Tests run: 576, Failures: 0, Errors: 3, Skipped: 71 [INFO] Results: [INFO] [ERROR] Errors: [ERROR] ITestAbfsTerasort.test_120_terasort:262->executeStage:206 » IO The ownership o... [INFO] [ERROR] Tests run: 335, Failures: 0, Errors: 1, Skipped: 54
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 0m 59s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 1s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 1s | codespell was not available. | |
+0 :ok: | detsecrets | 0m 1s | detect-secrets was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 0s | The patch appears to include 13 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 41m 14s | trunk passed | |
+1 :green_heart: | compile | 0m 39s | trunk passed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 | |
+1 :green_heart: | compile | 0m 32s | trunk passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | checkstyle | 0m 30s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 39s | trunk passed | |
-1 :x: | javadoc | 0m 36s | /branch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt | hadoop-azure in trunk failed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04. |
+1 :green_heart: | javadoc | 0m 29s | trunk passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | spotbugs | 1m 11s | trunk passed | |
+1 :green_heart: | shadedclient | 23m 2s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 23m 19s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 30s | the patch passed | |
+1 :green_heart: | compile | 0m 33s | the patch passed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 | |
+1 :green_heart: | javac | 0m 33s | the patch passed | |
+1 :green_heart: | compile | 0m 28s | the patch passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | javac | 0m 28s | the patch passed | |
+1 :green_heart: | blanks | 0m 0s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 16s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 10 new + 7 unchanged - 0 fixed = 17 total (was 7) |
+1 :green_heart: | mvnsite | 0m 31s | the patch passed | |
-1 :x: | javadoc | 0m 23s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04. |
+1 :green_heart: | javadoc | 0m 21s | the patch passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | spotbugs | 1m 5s | the patch passed | |
+1 :green_heart: | shadedclient | 23m 2s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 1m 57s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 33s | The patch does not generate ASF License warnings. | |
100m 25s |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/10/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense codespell detsecrets compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle |
uname | Linux 3db4ac2103d3 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / 0cd8c8c1cda3a82c742a91b54c9cb29c62b83f82 |
Default Java | Private Build-1.8.0_352-8u352-ga-1~20.04-b08 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_352-8u352-ga-1~20.04-b08 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/10/testReport/ |
Max. process+thread count | 604 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/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.
:broken_heart: -1 overall
Vote | Subsystem | Runtime | Logfile | Comment |
---|---|---|---|---|
+0 :ok: | reexec | 1m 8s | Docker mode activated. | |
_ Prechecks _ | ||||
+1 :green_heart: | dupname | 0m 1s | No case conflicting files found. | |
+0 :ok: | codespell | 0m 1s | codespell was not available. | |
+0 :ok: | detsecrets | 0m 1s | detect-secrets was not available. | |
+1 :green_heart: | @author | 0m 0s | The patch does not contain any @author tags. | |
+1 :green_heart: | test4tests | 0m 1s | The patch appears to include 13 new or modified test files. | |
_ trunk Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 40m 59s | trunk passed | |
+1 :green_heart: | compile | 0m 40s | trunk passed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 | |
+1 :green_heart: | compile | 0m 35s | trunk passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | checkstyle | 0m 31s | trunk passed | |
+1 :green_heart: | mvnsite | 0m 40s | trunk passed | |
-1 :x: | javadoc | 0m 37s | /branch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt | hadoop-azure in trunk failed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04. |
+1 :green_heart: | javadoc | 0m 30s | trunk passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | spotbugs | 1m 12s | trunk passed | |
+1 :green_heart: | shadedclient | 23m 22s | branch has no errors when building and testing our client artifacts. | |
-0 :warning: | patch | 23m 39s | Used diff version of patch file. Binary files and potentially other changes not applied. Please rebase and squash commits if necessary. | |
_ Patch Compile Tests _ | ||||
+1 :green_heart: | mvninstall | 0m 30s | the patch passed | |
+1 :green_heart: | compile | 0m 33s | the patch passed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 | |
+1 :green_heart: | javac | 0m 33s | the patch passed | |
+1 :green_heart: | compile | 0m 28s | the patch passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | javac | 0m 28s | the patch passed | |
+1 :green_heart: | blanks | 0m 1s | The patch has no blanks issues. | |
-0 :warning: | checkstyle | 0m 17s | /results-checkstyle-hadoop-tools_hadoop-azure.txt | hadoop-tools/hadoop-azure: The patch generated 10 new + 7 unchanged - 0 fixed = 17 total (was 7) |
+1 :green_heart: | mvnsite | 0m 32s | the patch passed | |
-1 :x: | javadoc | 0m 24s | /patch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt | hadoop-azure in the patch failed with JDK Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04. |
+1 :green_heart: | javadoc | 0m 21s | the patch passed with JDK Private Build-1.8.0_352-8u352-ga-1~20.04-b08 | |
+1 :green_heart: | spotbugs | 1m 7s | the patch passed | |
+1 :green_heart: | shadedclient | 23m 10s | patch has no errors when building and testing our client artifacts. | |
_ Other Tests _ | ||||
+1 :green_heart: | unit | 1m 58s | hadoop-azure in the patch passed. | |
+1 :green_heart: | asflicense | 0m 33s | The patch does not generate ASF License warnings. | |
101m 8s |
Subsystem | Report/Notes |
---|---|
Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/11/artifact/out/Dockerfile |
GITHUB PR | https://github.com/apache/hadoop/pull/3440 |
Optional Tests | dupname asflicense codespell detsecrets compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle |
uname | Linux 79d0929ea6ca 4.15.0-200-generic #211-Ubuntu SMP Thu Nov 24 18:16:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux |
Build tool | maven |
Personality | dev-support/bin/hadoop.sh |
git revision | trunk / b718b3c1a352c14d03a2351c80a5daa1e74650bc |
Default Java | Private Build-1.8.0_352-8u352-ga-1~20.04-b08 |
Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_352-8u352-ga-1~20.04-b08 |
Test Results | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/11/testReport/ |
Max. process+thread count | 601 (vs. ulimit of 5500) |
modules | C: hadoop-tools/hadoop-azure U: hadoop-tools/hadoop-azure |
Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3440/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.
There, i've just spent a couple of hours going through it. big piece of work.
In this current design, the EncryptionAdapter is either null or non null; if non null it is used to do the encryption/decryption, which is a bit scattered through the code
There's another strategy: move the work into the EncryptionAdapter itself, with a an abstract EncryptionAdapter base class, a NoEncryptionAdapter for when its not used (make this a singleton) and then the ContextEncryptionAdapter which uses the EncryptionContextProvider, conains the keys etc and where you can push the work
I'm worried that AbfsClient will call getPathStatus() on any operation when it things it needs the header, including getPathStatus itself. I think that code needs to be restricted only to those calls where it absolutely needs that header (do delete and flush really need it?), and that getPathStatus is explicitly excluded.
Finally, is the new api live?
In the method addEncryptionKeyRequestHeaders of AbfsClient.java, encryptionAdapter is always going to be non-null object. when encryptionType==ENCRYPTION_CONTEXT. Hence, we would not need to call getPathStatus in this method. And as there is no logic when encryptionAdapter is null, have not made the change for EncryptionAdapter base class and having NoEncryptionAdapter child class.
@steveloughran , requesting you to kindly review the PR please.
Regards.
@mukund-thakur , @mehakmeet requesting you to kindly review the PR. Thanks.