hadoop-yetus commented on pull request #3736: URL: https://github.com/apache/hadoop/pull/3736#issuecomment-982302964
:broken_heart: **-1 overall** | Vote | Subsystem | Runtime | Logfile | Comment | |:----:|----------:|--------:|:--------:|:-------:| | +0 :ok: | reexec | 0m 43s | | 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 1s | | The patch does not contain any @author tags. | | +1 :green_heart: | test4tests | 0m 0s | | The patch appears to include 21 new or modified test files. | |||| _ trunk Compile Tests _ | | +1 :green_heart: | mvninstall | 50m 3s | | trunk passed | | +1 :green_heart: | compile | 0m 51s | | 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 48s | | trunk passed | | +1 :green_heart: | javadoc | 0m 26s | | trunk passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | | +1 :green_heart: | javadoc | 0m 42s | | 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 | 21m 21s | | branch has no errors when building and testing our client artifacts. | |||| _ Patch Compile Tests _ | | +1 :green_heart: | mvninstall | 0m 49s | | the patch passed | | +1 :green_heart: | compile | 0m 41s | | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | | +1 :green_heart: | javac | 0m 41s | | the patch passed | | +1 :green_heart: | compile | 0m 34s | | the patch passed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10 | | +1 :green_heart: | javac | 0m 34s | | the patch passed | | +1 :green_heart: | blanks | 0m 0s | | The patch has no blanks issues. | | -0 :warning: | checkstyle | 0m 22s | [/results-checkstyle-hadoop-tools_hadoop-aws.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3736/2/artifact/out/results-checkstyle-hadoop-tools_hadoop-aws.txt) | hadoop-tools/hadoop-aws: The patch generated 106 new + 5 unchanged - 0 fixed = 111 total (was 5) | | +1 :green_heart: | mvnsite | 0m 37s | | the patch passed | | +1 :green_heart: | xml | 0m 1s | | The patch has no ill-formed XML file. | | +1 :green_heart: | javadoc | 0m 17s | | the patch passed with JDK Ubuntu-11.0.11+9-Ubuntu-0ubuntu2.20.04 | | -1 :x: | javadoc | 0m 27s | [/patch-javadoc-hadoop-tools_hadoop-aws-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3736/2/artifact/out/patch-javadoc-hadoop-tools_hadoop-aws-jdkPrivateBuild-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10.txt) | hadoop-aws in the patch failed with JDK Private Build-1.8.0_292-8u292-b10-0ubuntu1~20.04-b10. | | -1 :x: | spotbugs | 1m 18s | [/new-spotbugs-hadoop-tools_hadoop-aws.html](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3736/2/artifact/out/new-spotbugs-hadoop-tools_hadoop-aws.html) | hadoop-tools/hadoop-aws generated 9 new + 0 unchanged - 0 fixed = 9 total (was 0) | | +1 :green_heart: | shadedclient | 20m 27s | | patch has no errors when building and testing our client artifacts. | |||| _ Other Tests _ | | -1 :x: | unit | 2m 45s | [/patch-unit-hadoop-tools_hadoop-aws.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3736/2/artifact/out/patch-unit-hadoop-tools_hadoop-aws.txt) | hadoop-aws in the patch passed. | | -1 :x: | asflicense | 0m 33s | [/results-asflicense.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3736/2/artifact/out/results-asflicense.txt) | The patch generated 1 ASF License warnings. | | | | 106m 50s | | | | Reason | Tests | |-------:|:------| | SpotBugs | module:hadoop-tools/hadoop-aws | | | Format string should use %n rather than n in org.apache.hadoop.fs.common.BlockData.getStateString() At BlockData.java:rather than n in org.apache.hadoop.fs.common.BlockData.getStateString() At BlockData.java:[line 144] | | | Boxing/unboxing to parse a primitive org.apache.hadoop.fs.common.BlockOperations.fromSummary(String) At BlockOperations.java:org.apache.hadoop.fs.common.BlockOperations.fromSummary(String) At BlockOperations.java:[line 370] | | | Inconsistent synchronization of org.apache.hadoop.fs.common.BlockOperations.debugMode; locked 50% of time Unsynchronized access at BlockOperations.java:50% of time Unsynchronized access at BlockOperations.java:[line 137] | | | org.apache.hadoop.fs.common.BlockOperations.analyze(StringBuilder) makes inefficient use of keySet iterator instead of entrySet iterator At BlockOperations.java:keySet iterator instead of entrySet iterator At BlockOperations.java:[line 300] | | | Inconsistent synchronization of org.apache.hadoop.fs.common.BufferData.buffer; locked 71% of time Unsynchronized access at BufferData.java:71% of time Unsynchronized access at BufferData.java:[line 241] | | | Format string should use %n rather than n in org.apache.hadoop.fs.common.FilePosition.toString() At FilePosition.java:rather than n in org.apache.hadoop.fs.common.FilePosition.toString() At FilePosition.java:[line 222] | | | Inconsistent synchronization of org.apache.hadoop.fs.s3a.S3AFileSystem.futurePool; locked 50% of time Unsynchronized access at S3AFileSystem.java:50% of time Unsynchronized access at S3AFileSystem.java:[line 762] | | | Format string should use %n rather than n in org.apache.hadoop.fs.s3a.read.S3AccessRetryer.logAdditionalInfo(AmazonS3Exception) At S3AccessRetryer.java:rather than n in org.apache.hadoop.fs.s3a.read.S3AccessRetryer.logAdditionalInfo(AmazonS3Exception) At S3AccessRetryer.java:[line 114] | | | Format string should use %n rather than n in org.apache.hadoop.fs.s3a.read.S3CachingInputStream.toString() At S3CachingInputStream.java:rather than n in org.apache.hadoop.fs.s3a.read.S3CachingInputStream.toString() At S3CachingInputStream.java:[line 162] | | Failed junit tests | hadoop.fs.s3a.s3guard.TestObjectChangeDetectionAttributes | | Subsystem | Report/Notes | |----------:|:-------------| | Docker | ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3736/2/artifact/out/Dockerfile | | GITHUB PR | https://github.com/apache/hadoop/pull/3736 | | Optional Tests | dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient codespell xml spotbugs checkstyle markdownlint | | uname | Linux 394708d277a0 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 / 6f2ed5ec9988811b736c3e0bcdad0a401c265e54 | | 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-3736/2/testReport/ | | Max. process+thread count | 729 (vs. ulimit of 5500) | | modules | C: hadoop-tools/hadoop-aws U: hadoop-tools/hadoop-aws | | Console output | https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3736/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. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
