Skip to content

CDAP-21027 : upgrading hadoop version to 3.3.6 #447

CDAP-21027 : upgrading hadoop version to 3.3.6

CDAP-21027 : upgrading hadoop version to 3.3.6 #447

Triggered via pull request June 24, 2024 10:16
Status Failure
Total duration 2m 14s
Artifacts

e2e.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 57 warnings
build (cdap-e2e-tests)
Process completed with exit code 1.
build (cdap-e2e-tests)
The v0 series of google-github-actions/upload-cloud-storage is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/upload-cloud-storage
build (cdap-e2e-tests)
google-github-actions/upload-cloud-storage failed with: ENOENT: no such file or directory, lstat '/tmp/cdap/cdap/plugin/cdap-e2e-tests/target/cucumber-reports'
build (cdap-e2e-tests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50, actions/cache@v3, actions/upload-artifact@v3, google-github-actions/upload-cloud-storage@v0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (cdap-e2e-tests)
No files were found with the provided path: ./plugin/cdap-e2e-tests/target/cucumber-reports. No artifacts will be uploaded.
build (cdap-e2e-tests)
No files were found with the provided path: ./**/target/e2e-debug. No artifacts will be uploaded.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java#L195
Distance between variable 'schema' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java#L261
Abbreviation in name 'testParseFlatSQL' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java#L296
Abbreviation in name 'testNestedSQL' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java#L340
Abbreviation in name 'testParseSQLWithWhitespace' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-common/src/test/java/io/cdap/cdap/io/SchemaTest.java#L358
Abbreviation in name 'testInvalidSQL' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/GrantAccessToken.java#L142
Distance between variable 'token' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/LDAPLoginModule.java#L42
Abbreviation in name 'LDAPLoginModule' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/LDAPLoginModule.java#L49
Abbreviation in name 'TrustAllSSLSocketFactory' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/LDAPLoginModule.java#L71
WhitespaceAround: '}' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/ExternalAuthenticationServer.java#L44
Wrong lexicographical order for 'org.eclipse.jetty.server.Server' import. Should be before 'org.eclipse.jetty.server.ServerConnector'.
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/ExternalAuthenticationServer.java#L160
Distance between variable 'keyStoreType' declaration and its first usage is 5, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/ExternalAuthenticationServer.java#L163
Distance between variable 'keyPassword' declaration and its first usage is 6, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/JASPIAuthenticationHandler.java#L46
Abbreviation in name 'JASPIAuthenticationHandler' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/AbstractAuthenticationHandler.java#L58
Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 59.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/main/java/io/cdap/cdap/security/server/JAASAuthenticationHandler.java#L29
Abbreviation in name 'JAASAuthenticationHandler' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/test/java/io/cdap/cdap/security/impersonation/UGIProviderTest.java#L69
Abbreviation in name 'UGIProviderTest' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.indentation.CommentsIndentationCheck: cdap-security/src/test/java/io/cdap/cdap/security/impersonation/UGIProviderTest.java#L147
Comment has incorrect indentation level 0, expected is 2, indentation should be the same level as line 148.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/test/java/io/cdap/cdap/security/impersonation/UGIProviderTest.java#L148
Abbreviation in name 'testRemoteUGIProvider' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/test/java/io/cdap/cdap/security/impersonation/UGIProviderTest.java#L174
Abbreviation in name 'aliceUGIWithPrincipal' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/test/java/io/cdap/cdap/security/impersonation/UGIProviderTest.java#L225
Abbreviation in name 'UGIProviderTestHandler' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck: cdap-security/src/test/java/io/cdap/cdap/security/server/MTLSLoginService.java#L30
Wrong lexicographical order for 'javax.servlet.ServletRequest' import. Should be before 'org.slf4j.LoggerFactory'.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/test/java/io/cdap/cdap/security/server/MTLSLoginService.java#L38
Abbreviation in name 'MTLSLoginService' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/test/java/io/cdap/cdap/security/server/MTLSUserIdentity.java#L33
Abbreviation in name 'MTLSUserIdentity' must contain no more than '1' consecutive capital letters.
com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck: cdap-security/src/test/java/io/cdap/cdap/security/server/MTLSUserIdentity.java#L45
Abbreviation in name 'getX509PrincipalCN' must contain no more than '1' consecutive capital letters.