You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2020/08/10 13:49:08 UTC

[GitHub] [hadoop] hadoop-yetus removed a comment on pull request #2159: HADOOP-17124. Support LZO Codec using aircompressor

hadoop-yetus removed a comment on pull request #2159:
URL: https://github.com/apache/hadoop/pull/2159#issuecomment-661554559


   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |  49m 37s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +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 1 new or modified test files.  |
   ||| _ trunk Compile Tests _ |
   | +0 :ok: |  mvndep  |   1m 19s |  Maven dependency ordering for branch  |
   | -1 :x: |  mvninstall  |  10m 18s |  root in trunk failed.  |
   | -1 :x: |  compile  |   0m 27s |  root in trunk failed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.  |
   | -1 :x: |  compile  |   3m 40s |  root in trunk failed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09.  |
   | +1 :green_heart: |  checkstyle  |   4m 10s |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   1m 45s |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  21m 58s |  branch has no errors when building and testing our client artifacts.  |
   | -1 :x: |  javadoc  |   0m 26s |  hadoop-common in trunk failed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.  |
   | +1 :green_heart: |  javadoc  |   1m  1s |  trunk passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +0 :ok: |  spotbugs  |   2m  4s |  Used deprecated FindBugs config; considering switching to SpotBugs.  |
   | +0 :ok: |  findbugs  |   0m 19s |  branch/hadoop-project no findbugs output file (findbugsXml.xml)  |
   | -1 :x: |  findbugs  |   2m  2s |  hadoop-common-project/hadoop-common in trunk has 2 extant findbugs warnings.  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 25s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  mvninstall  |   1m  4s |  the patch passed  |
   | +1 :green_heart: |  compile  |  22m  1s |  the patch passed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04  |
   | -1 :x: |  javac  |  22m  1s |  root-jdkUbuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04 with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04 generated 2045 new + 0 unchanged - 0 fixed = 2045 total (was 0)  |
   | +1 :green_heart: |  compile  |  19m  2s |  the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | -1 :x: |  javac  |  19m  2s |  root-jdkPrivateBuild-1.8.0_252-8u252-b09-1~18.04-b09 with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09 generated 1488 new + 451 unchanged - 0 fixed = 1939 total (was 451)  |
   | -0 :warning: |  checkstyle  |   3m 44s |  root: The patch generated 118 new + 68 unchanged - 0 fixed = 186 total (was 68)  |
   | +1 :green_heart: |  mvnsite  |   2m 30s |  the patch passed  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   | +1 :green_heart: |  xml  |   0m  3s |  The patch has no ill-formed XML file.  |
   | +1 :green_heart: |  shadedclient  |  17m 20s |  patch has no errors when building and testing our client artifacts.  |
   | -1 :x: |  javadoc  |   0m 37s |  hadoop-common in the patch failed with JDK Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.  |
   | +1 :green_heart: |  javadoc  |   1m 25s |  the patch passed with JDK Private Build-1.8.0_252-8u252-b09-1~18.04-b09  |
   | +0 :ok: |  findbugs  |   0m 27s |  hadoop-project has no data from findbugs  |
   | -1 :x: |  findbugs  |   2m 36s |  hadoop-common-project/hadoop-common generated 6 new + 2 unchanged - 0 fixed = 8 total (was 2)  |
   ||| _ Other Tests _ |
   | +1 :green_heart: |  unit  |   0m 27s |  hadoop-project in the patch passed.  |
   | -1 :x: |  unit  |   9m 37s |  hadoop-common in the patch passed.  |
   | +1 :green_heart: |  asflicense  |   0m 46s |  The patch does not generate ASF License warnings.  |
   |  |   | 178m 41s |   |
   
   
   | Reason | Tests |
   |-------:|:------|
   | FindBugs | module:hadoop-common-project/hadoop-common |
   |  |  The class name com.hadoop.compression.lzo.LzoCodec shadows the simple name of the superclass org.apache.hadoop.io.compress.LzoCodec  At LzoCodec.java:the simple name of the superclass org.apache.hadoop.io.compress.LzoCodec  At LzoCodec.java:[lines 29-48] |
   |  |  Write to static field com.hadoop.compression.lzo.LzoCodec.warned from instance method com.hadoop.compression.lzo.LzoCodec.createOutputStream(OutputStream, Compressor)  At LzoCodec.java:from instance method com.hadoop.compression.lzo.LzoCodec.createOutputStream(OutputStream, Compressor)  At LzoCodec.java:[line 46] |
   |  |  The class name com.hadoop.compression.lzo.LzopCodec shadows the simple name of the superclass org.apache.hadoop.io.compress.LzopCodec  At LzopCodec.java:the simple name of the superclass org.apache.hadoop.io.compress.LzopCodec  At LzopCodec.java:[lines 29-48] |
   |  |  Write to static field com.hadoop.compression.lzo.LzopCodec.warned from instance method com.hadoop.compression.lzo.LzopCodec.createOutputStream(OutputStream, Compressor)  At LzopCodec.java:from instance method com.hadoop.compression.lzo.LzopCodec.createOutputStream(OutputStream, Compressor)  At LzopCodec.java:[line 46] |
   |  |  The class name org.apache.hadoop.io.compress.LzoCodec shadows the simple name of the superclass io.airlift.compress.lzo.LzoCodec  At LzoCodec.java:the simple name of the superclass io.airlift.compress.lzo.LzoCodec  At LzoCodec.java:[line 23] |
   |  |  The class name org.apache.hadoop.io.compress.LzopCodec shadows the simple name of the superclass io.airlift.compress.lzo.LzopCodec  At LzopCodec.java:the simple name of the superclass io.airlift.compress.lzo.LzopCodec  At LzopCodec.java:[lines 27-32] |
   | Failed junit tests | hadoop.io.file.tfile.TestTFileLzoCodecsStreams |
   |   | hadoop.io.file.tfile.TestTFileLzoCodecsByteArrays |
   |   | hadoop.io.file.tfile.TestTFileSeqFileComparison |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.40 ServerAPI=1.40 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/Dockerfile |
   | GITHUB PR | https://github.com/apache/hadoop/pull/2159 |
   | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient xml findbugs checkstyle |
   | uname | Linux c7b3272e7ace 4.15.0-101-generic #102-Ubuntu SMP Mon May 11 10:07:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | personality/hadoop.sh |
   | git revision | trunk / 3833c616e08 |
   | Default Java | Private Build-1.8.0_252-8u252-b09-1~18.04-b09 |
   | Multi-JDK versions | /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_252-8u252-b09-1~18.04-b09 |
   | mvninstall | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/branch-mvninstall-root.txt |
   | compile | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/branch-compile-root-jdkUbuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.txt |
   | compile | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/branch-compile-root-jdkPrivateBuild-1.8.0_252-8u252-b09-1~18.04-b09.txt |
   | javadoc | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/branch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.txt |
   | findbugs | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/branch-findbugs-hadoop-common-project_hadoop-common-warnings.html |
   | javac | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/diff-compile-javac-root-jdkUbuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.txt |
   | javac | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/diff-compile-javac-root-jdkPrivateBuild-1.8.0_252-8u252-b09-1~18.04-b09.txt |
   | checkstyle | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/diff-checkstyle-root.txt |
   | javadoc | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/patch-javadoc-hadoop-common-project_hadoop-common-jdkUbuntu-11.0.7+10-post-Ubuntu-2ubuntu218.04.txt |
   | findbugs | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/new-findbugs-hadoop-common-project_hadoop-common.html |
   | unit | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt |
   |  Test Results | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/testReport/ |
   | Max. process+thread count | 3297 (vs. ulimit of 5500) |
   | modules | C: hadoop-project hadoop-common-project/hadoop-common U: . |
   | Console output | https://builds.apache.org/job/hadoop-multibranch/job/PR-2159/1/console |
   | versions | git=2.17.1 maven=3.6.0 findbugs=4.0.6 |
   | Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org