Skip to content

pr-builder-test

pr-builder-test #2894

Manually triggered August 2, 2023 09:14
Status Failure
Total duration 1h 59m 59s
Artifacts 5

pr-builder-test-JDK11.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
build
PR BUILD not successfull. Check artifacts for logs.
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-java@v2, actions/cache@v2, pnpm/action-setup@v2.1.0, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
=========================================================== carbon-identity-framework BUILD SUCCESS ========================================================== Built version: 5.25.267-SNAPSHOT Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 326, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 333, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 69, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
build
=========================================================== product-is BUILD FAILURE ========================================================== [INFO] Results: [INFO] [ERROR] Failures: [ERROR] org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationMetadataPositiveTest.testGetOIDCMetadata(org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationMetadataPositiveTest) [ERROR] Run 1: ApplicationMetadataPositiveTest.testGetOIDCMetadata:158 OIDC Metadata returned from the API doesn't match. expected:<class OIDCMetaData { allowedGrantTypes: class GrantTypeMetaData { options: [class GrantType { name: refresh_token displayName: Refresh Token }, class GrantType { name: urn:ietf:params:oauth:grant-type:saml2-bearer displayName: SAML2 }, class GrantType { name: implicit displayName: Implicit }, class GrantType { name: password displayName: Password }, class GrantType { name: client_credentials displayName: Client Credential }, class GrantType { name: iwa:ntlm displayName: IWA-NTLM }, class GrantType { name: urn:ietf:params:oauth:grant-type:device_code displayName: Device Code }, class GrantType { name: authorization_code displayName: Code }, class GrantType { name: account_switch displayName: account_switch }, class GrantType { name: urn:ietf:params:oauth:grant-type:jwt-bearer displayName: urn:ietf:params:oauth:grant-type:jwt-bearer }] } defaultUserAccessTokenExpiryTime: 3600 defaultApplicationAccessTokenExpiryTime: 3600 defaultRefreshTokenExpiryTime: 86400 defaultIdTokenExpiryTime: 3600 idTokenEncryptionAlgorithm: class MetadataProperty { options: [RSA-OAEP, RSA1_5] defaultValue: RSA-OAEP } idTokenEncryptionMethod: class MetadataProperty { options: [A128GCM, A192GCM, A256GCM, A128CBC-HS256, A128CBC+HS256] defaultValue: A128GCM } scopeValidators: class MetadataProperty { options: [Role based scope validator, XACML Scope Validator] defaultValue: null } accessTokenType: class MetadataProperty { options: [JWT, Default] defaultValue: Default } accessTokenBindingType: class MetadataProperty { options: [None, cookie, sso-session, device-flow] defaultValue: None } }> but was:<class OIDCMetaData { allowedGrantTypes: class GrantTypeMetaData { options: [class GrantType { name: refresh_token displayName: Refresh Token }, class GrantType { name: urn:ietf:params:oauth:grant-type:saml2-bearer displayName: SAML2 }, class GrantType { name: implicit displayName: Implicit }, class GrantType { name: password displayName: Password }, class GrantType { name: client_credentials displayName: Client Credential }, class GrantType { name: iwa:ntlm displayName: IWA-NTLM }, class GrantType { name: urn:ietf:params:oauth:grant-type:device_code displayName: Device Code }, class GrantType { name: authorization_code displayName: Code }, class GrantType { name: account_switch displayName: account_switch }, class GrantType { name: urn:ietf:params:oauth:grant-type:token-exchange displayName: Token Exchange }, class GrantType { name: urn:ietf:params:oauth:grant-type:jwt-bearer displayName: urn:ietf:params:oauth:grant-type:jwt-bearer }] } defaultUserAccessTokenExpiryTime: 3600 defaultApplicationAccessTokenExpiryTime: 3600 defaultRefreshTokenExpiryTime: 86400 defaultIdTokenExpiryTime: 3600 idTokenEncryptionAlgorithm: class MetadataProperty { options: [RSA-OAEP, RSA1_5] defaultValue: RSA-OAEP } idTokenEncryptionMethod: class MetadataProperty { options: [A128GCM, A192GCM, A256GCM, A128CBC-HS256, A128CBC+HS256] defaultValue: A128GCM } scopeValidators: class MetadataProperty { options: [Role based scope validator, XACML Scope Validator] defaultValue: null } accessTokenType: class MetadataProperty { options: [JWT, Default] defaultValue: Default } accessTokenBindingType: class MetadataProperty { options: [None, cookie, sso-session, device-flow] defaultValue: None } }> [ERROR] Run 2: ApplicationMetadataPositiveTest.testGetOIDCMetadata:158 OIDC Metadata returned from the API doesn't matc
build
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Artifacts

Produced during runtime
Name Size
product-is-mvn-build-log Expired
13.3 MB
product-is-surefire-report Expired
7.73 MB
repo-mvn-build-log Expired
4.32 MB
repo-pr-diff Expired
2.54 KB
repo-surefire-report Expired
17.1 MB