[Builder] Build failed in Jenkins: iam-cloud » asgardeo-app-extensions » WSO2 Identity Cloud Apps - Parent #1504
cbuilder at wso2.org
cbuilder at wso2.org
Wed Jul 21 06:45:13 PDT 2021
See <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/1504/display/redirect?page=changes>
Changes:
[theviyanthan] Hide admin auditor role
------------------------------------------
[...truncated 546.24 KB...]
[INFO] @wso2is/console: 83:52 warning 'initialValues.provisioning' is missing in props validation react/prop-types
[INFO] @wso2is/console: 83:66 warning 'initialValues.provisioning.outboundConnectors' is missing in props validation react/prop-types
[INFO] @wso2is/console: 83:86 warning 'initialValues.provisioning.outboundConnectors.connectors' is missing in props validation react/prop-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/identity-providers/data/identity-provider-templates/identity-provider-templates-config.ts>
[INFO] @wso2is/console: 47:7 warning 'EnterpriseIdentityProviderTemplateExtended' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/identity-providers/data/identity-provider-templates/templates/github/create-wizard-help.tsx>
[INFO] @wso2is/console: 40:1 warning This line has a length of 121. Maximum allowed is 120 max-len
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/identity-providers/store/actions/identity-provider.ts>
[INFO] @wso2is/console: 25:5 warning 'SetApplicationTemplatesActionInterface' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/identity-providers/store/reducers/identity-provider.ts>
[INFO] @wso2is/console: 20:35 warning Member 'IdentityProviderActionTypes' of the import declaration should be sorted alphabetically sort-imports
[INFO] @wso2is/console: 27:5 warning Expected object keys to be in ascending order. 'groupedTemplates' should be before 'templates' sort-keys
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/identity-providers/utils/identity-provider-management-utils.ts>
[INFO] @wso2is/console: 278:51 warning Don't use `object` as a type. The `object` type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)).
[INFO] @wso2is/console: Consider using `Record<string, unknown>` instead, as it allows you to more easily inspect and use the keys @typescript-eslint/ban-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/identity-providers/utils/identity-provider-template-management-utils.ts>
[INFO] @wso2is/console: 26:46 warning Member 'TemplateConfigInterface' of the import declaration should be sorted alphabetically sort-imports
[INFO] @wso2is/console: 137:70 warning 'skipGrouping' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 198:50 warning Argument 'templates' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/api/oidc-scopes.ts>
[INFO] @wso2is/console: 39:39 warning Don't use `{}` as a type. `{}` actually means "any non-nullish value".
[INFO] @wso2is/console: - If you want a type meaning "any object", you probably want `Record<string, unknown>` instead.
[INFO] @wso2is/console: - If you want a type meaning "any value", you probably want `unknown` instead.
[INFO] @wso2is/console: - If you want a type meaning "empty object", you probably want `Record<string, never>` instead @typescript-eslint/ban-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/components/edit-oidc-scope.tsx>
[INFO] @wso2is/console: 28:5 warning Member 'PrimaryButton' of the import declaration should be sorted alphabetically sort-imports
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/components/oidc-scope-attributes.tsx>
[INFO] @wso2is/console: 266:1 warning This line has a length of 122. Maximum allowed is 120 max-len
[INFO] @wso2is/console: 296:1 warning This line has a length of 122. Maximum allowed is 120 max-len
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/components/wizards/add-oidc-scope-form.tsx>
[INFO] @wso2is/console: 21:50 warning 'useEffect' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 52:9 warning 'triggerSubmit' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 74:13 warning Expected object keys to be in ascending order. 'displayName' should be before 'scopeName' sort-keys
[INFO] @wso2is/console: 75:13 warning Expected object keys to be in ascending order. 'description' should be before 'displayName' sort-keys
[INFO] @wso2is/console: 82:13 warning 'triggerPreviousForm' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/components/wizards/add-oidc-scope-wizard.tsx>
[INFO] @wso2is/console: 84:33 warning 'setSelectedAttributes' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 85:13 warning 'isClaimRequestLoading' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/configs/ui.ts>
[INFO] @wso2is/console: 22:44 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/pages/oidc-scopes-edit.tsx>
[INFO] @wso2is/console: 102:32 warning 'setListItemLimit' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/oidc-scopes/pages/oidc-scopes.tsx>
[INFO] @wso2is/console: 81:28 warning 'setListItemLimit' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/remote-repository-configuration/configs/ui.ts>
[INFO] @wso2is/console: 24:49 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 31:40 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/api/roles.ts>
[INFO] @wso2is/console: 157:55 warning Argument 'data' should be typed with a non-any type @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/components/edit-role/edit-role-users.tsx>
[INFO] @wso2is/console: 24:10 warning 'updateGroupDetails' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 25:10 warning 'PatchGroupDataInterface' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/components/edit-role/edit-role.tsx>
[INFO] @wso2is/console: 55:11 warning 'isGroupAndRoleSeparationEnabled' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/components/wizard/role-basics.tsx>
[INFO] @wso2is/console: 62:13 warning 'userStoreOptions' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 63:24 warning 'setUserStore' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/components/wizard/role-user-assign.tsx>
[INFO] @wso2is/console: 80:13 warning 'initialSelectedUsers' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 81:25 warning 'setListOffset' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/configs/ui.ts>
[INFO] @wso2is/console: 24:39 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/pages/role.tsx>
[INFO] @wso2is/console: 84:13 warning 'userStoreOptions' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 85:24 warning 'setUserStore' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 89:29 warning 'setIsEmptyResults' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/roles/utils/role-management-utils.ts>
[INFO] @wso2is/console: 65:39 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 65:40 warning Argument 'permissionString' should be typed @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 65:58 warning Argument 'joinLocation' should be typed @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/server-configurations/api/governance-connectors.ts>
[INFO] @wso2is/console: 67:44 warning Don't use `object` as a type. The `object` type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)).
[INFO] @wso2is/console: Consider using `Record<string, unknown>` instead, as it allows you to more easily inspect and use the keys @typescript-eslint/ban-types
[INFO] @wso2is/console: 129:49 warning Don't use `object` as a type. The `object` type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)).
[INFO] @wso2is/console: Consider using `Record<string, unknown>` instead, as it allows you to more easily inspect and use the keys @typescript-eslint/ban-types
[INFO] @wso2is/console: 163:50 warning Don't use `object` as a type. The `object` type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)).
[INFO] @wso2is/console: Consider using `Record<string, unknown>` instead, as it allows you to more easily inspect and use the keys @typescript-eslint/ban-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/server-configurations/api/server-config.ts>
[INFO] @wso2is/console: 36:33 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/server-configurations/components/governance-connectors/dynamic-connector-form.tsx>
[INFO] @wso2is/console: 30:1 warning `../../../../extensions` import should occur before import of `../../../core` import/order
[INFO] @wso2is/console: 72:13 warning 'handleSubmit' is missing in props validation react/prop-types
[INFO] @wso2is/console: 73:60 warning 'props' is missing in props validation react/prop-types
[INFO] @wso2is/console: 73:66 warning 'props.properties' is missing in props validation react/prop-types
[INFO] @wso2is/console: 75:75 warning 'form' is missing in props validation react/prop-types
[INFO] @wso2is/console: 82:31 warning 'props.properties.map' is missing in props validation react/prop-types
[INFO] @wso2is/console: 141:55 warning 'change' is missing in props validation react/prop-types
[INFO] @wso2is/console: 156:55 warning 'change' is missing in props validation react/prop-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/server-configurations/configs/ui.ts>
[INFO] @wso2is/console: 46:1 warning `../../../themes/default/assets/images/icons/lock-recover-icon.svg` import should occur before import of `../../../themes/default/assets/images/illustrations/governance-connectors/account-disable-illustration.svg` import/order
[INFO] @wso2is/console: 61:1 warning `../../../themes/default/assets/images/icons/robot-icon.svg` import should occur before import of `../../../themes/default/assets/images/illustrations/governance-connectors/account-disable-illustration.svg` import/order
[INFO] @wso2is/console: 70:1 warning `../../../themes/default/assets/images/icons/warning-with-number.svg` import should occur before import of `../../../themes/default/assets/images/illustrations/governance-connectors/account-disable-illustration.svg` import/order
[INFO] @wso2is/console: 75:52 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 97:40 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 102:9 warning Expected object keys to be in ascending order. 'accountRecovery' should be before 'botDetection' sort-keys
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/api/users.ts>
[INFO] @wso2is/console: 73:31 warning Don't use `object` as a type. The `object` type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)).
[INFO] @wso2is/console: Consider using `Record<string, unknown>` instead, as it allows you to more easily inspect and use the keys @typescript-eslint/ban-types
[INFO] @wso2is/console: 128:35 warning Don't use `object` as a type. The `object` type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)).
[INFO] @wso2is/console: Consider using `Record<string, unknown>` instead, as it allows you to more easily inspect and use the keys @typescript-eslint/ban-types
[INFO] @wso2is/console: 182:54 warning Don't use `object` as a type. The `object` type is currently hard to use ([see this issue](https://github.com/microsoft/TypeScript/issues/21732)).
[INFO] @wso2is/console: Consider using `Record<string, unknown>` instead, as it allows you to more easily inspect and use the keys @typescript-eslint/ban-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/components/add-user.tsx>
[INFO] @wso2is/console: 81:13 warning 'passwordScore' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/components/user-profile.tsx>
[INFO] @wso2is/console: 245:31 warning 'name' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 251:35 warning 'complexEnterprise' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 298:15 warning 'url' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 440:39 warning 'name' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 750:29 warning Expected object keys to be in ascending order. 'flag' should be before 'value' sort-keys
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/components/user-roles-edit.tsx>
[INFO] @wso2is/console: 25:5 warning 'RolesMemberInterface' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 866:5 warning Expected object keys to be in ascending order. 'hideApplicationRoles' should be before 'showDomain' sort-keys
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/components/user-sessions.tsx>
[INFO] @wso2is/console: 54:1 warning `../../userstores` import should occur before import of `../api` import/order
[INFO] @wso2is/console: 449:1 warning This line has a length of 126. Maximum allowed is 120 max-len
[INFO] @wso2is/console: 735:1 warning This line has a length of 132. Maximum allowed is 120 max-len
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/components/users-list.tsx>
[INFO] @wso2is/console: 325:17 warning Expected object keys to be in ascending order. 'data-testid' should be before 'icon' sort-keys
[INFO] @wso2is/console: 357:13 warning Expected object keys to be in ascending order. 'data-testid' should be before 'icon' sort-keys
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/configs/ui.ts>
[INFO] @wso2is/console: 26:39 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 37:45 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/users/pages/users.tsx>
[INFO] @wso2is/console: 37:5 warning 'AppConstants' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 59:10 warning 'deleteUser' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/userstores/components/edit/edit-basic-details-user-store.tsx>
[INFO] @wso2is/console: 402:1 warning This line has a length of 121. Maximum allowed is 120 max-len
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/userstores/components/edit/edit-user-details-userstore.tsx>
[INFO] @wso2is/console: 483:1 warning This line has a length of 121. Maximum allowed is 120 max-len
[INFO] @wso2is/console: 513:1 warning This line has a length of 121. Maximum allowed is 120 max-len
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/userstores/configs/ui.ts>
[INFO] @wso2is/console: 36:48 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 43:42 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 48:50 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: 58:30 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/workflow-approvals/api/approvals.ts>
[INFO] @wso2is/console: 22:78 warning 'ApprovalTaskSummary' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/workflow-approvals/components/approvals-list.tsx>
[INFO] @wso2is/console: 165:21 warning Expected object keys to be in ascending order. 'createdTimeInMillis' should be before 'taskStatus' sort-keys
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/workflow-approvals/configs/ui.ts>
[INFO] @wso2is/console: 23:30 warning Missing return type on function @typescript-eslint/explicit-module-boundary-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/features/workflow-approvals/pages/approvals.tsx>
[INFO] @wso2is/console: 63:25 warning 'setPagination' is assigned a value but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: 291:1 warning This line has a length of 121. Maximum allowed is 120 max-len
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/init/init.ts>
[INFO] @wso2is/console: 23:1 warning `@wso2is/core/src/workers/timer.worker` import should occur before import of `ua-parser-js` import/order
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/layouts/app.tsx>
[INFO] @wso2is/console: 43:43 warning Don't use `{}` as a type. `{}` actually means "any non-nullish value".
[INFO] @wso2is/console: - If you want a type meaning "any object", you probably want `Record<string, unknown>` instead.
[INFO] @wso2is/console: - If you want a type meaning "any value", you probably want `unknown` instead.
[INFO] @wso2is/console: - If you want a type meaning "empty object", you probably want `Record<string, never>` instead @typescript-eslint/ban-types
[INFO] @wso2is/console: <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/views/full-screen-view.tsx>
[INFO] @wso2is/console: 22:5 warning 'ContentLoader' is defined but never used @typescript-eslint/no-unused-vars
[INFO] @wso2is/console: ��� 1441 problems (1 error, 1440 warnings)
[INFO] @wso2is/console: 0 errors and 481 warnings potentially fixable with the `--fix` option.
[INFO] @wso2is/console: 1 warning has detailed information that is not shown.
[INFO] @wso2is/console: Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
[INFO] @wso2is/console: ERROR in <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/target/identity-apps/apps/console/src/extensions/components/users/components/guests/user-roles-edit.tsx>
[INFO] @wso2is/console: 694:60 error Mixed spaces and tabs no-mixed-spaces-and-tabs
[INFO] @wso2is/console: ��� 22 problems (1 error, 21 warnings)
[INFO] @wso2is/console: 0 errors and 5 warnings potentially fixable with the `--fix` option.
[INFO] @wso2is/console: webpack 5.41.1 compiled with 1 error and 2 warnings in 148912 ms
[INFO] @wso2is/console: npm ERR! code ELIFECYCLE
[INFO] @wso2is/console: npm ERR! errno 1
[INFO] @wso2is/console: npm ERR! @wso2is/console at 1.2.363 build:prod:default: `../../node_modules/.bin/webpack --mode production --env NODE_ENV=production`
[INFO] @wso2is/console: npm ERR! Exit status 1
[INFO] @wso2is/console: npm ERR!
[INFO] @wso2is/console: npm ERR! Failed at the @wso2is/console at 1.2.363 build:prod:default script.
[INFO] @wso2is/console: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[INFO] @wso2is/console: npm ERR! A complete log of this run can be found in:
[INFO] @wso2is/console: npm ERR! <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/npm/cache/_logs/2021-07-21T13_45_00_608Z-debug.log>
[INFO] @wso2is/console: npm ERR! code ELIFECYCLE
[INFO] @wso2is/console: npm ERR! errno 1
[INFO] @wso2is/console: npm ERR! @wso2is/console at 1.2.363 build:prod: `run-script-os`
[INFO] @wso2is/console: npm ERR! Exit status 1
[INFO] @wso2is/console: npm ERR!
[INFO] @wso2is/console: npm ERR! Failed at the @wso2is/console at 1.2.363 build:prod script.
[INFO] @wso2is/console: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[INFO] @wso2is/console: npm ERR! A complete log of this run can be found in:
[INFO] @wso2is/console: npm ERR! <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/npm/cache/_logs/2021-07-21T13_45_00_623Z-debug.log>
[INFO] @wso2is/console: npm ERR! code ELIFECYCLE
[INFO] @wso2is/console: npm ERR! errno 1
[INFO] @wso2is/console: npm ERR! @wso2is/console at 1.2.363 build: `npm run build:prod`
[INFO] @wso2is/console: npm ERR! Exit status 1
[INFO] @wso2is/console: npm ERR!
[INFO] @wso2is/console: npm ERR! Failed at the @wso2is/console at 1.2.363 build script.
[INFO] @wso2is/console: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[INFO] @wso2is/console: npm ERR! A complete log of this run can be found in:
[INFO] @wso2is/console: npm ERR! <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/npm/cache/_logs/2021-07-21T13_45_00_634Z-debug.log>
[INFO] lerna ERR! npm run build exited 1 in '@wso2is/console'
[INFO] npm ERR! code ELIFECYCLE
[INFO] npm ERR! errno 1
[INFO] npm ERR! @wso2is/webapps at 1.2.363 build: `npx lerna run build --stream`
[INFO] npm ERR! Exit status 1
[INFO] npm ERR!
[INFO] npm ERR! Failed at the @wso2is/webapps at 1.2.363 build script.
[INFO] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[INFO]
[INFO] npm ERR! A complete log of this run can be found in:
[INFO] npm ERR! <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/org.wso2.identity.apps$identity-apps-cloud/ws/npm/cache/_logs/2021-07-21T13_45_00_650Z-debug.log>
[INFO] [ERROR] Command execution failed.
[INFO] org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
[INFO] at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
[INFO] at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
[INFO] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
[INFO] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
[INFO] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
[INFO] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
[INFO] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
[INFO] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
[INFO] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
[INFO] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
[INFO] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
[INFO] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
[INFO] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
[INFO] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
[INFO] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
[INFO] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
[INFO] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
[INFO] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
[INFO] at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[INFO] at java.lang.reflect.Method.invoke (Method.java:498)
[INFO] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
[INFO] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
[INFO] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
[INFO] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] WSO2 Identity Cloud Apps - Parent 0.0.730 .......... FAILURE [04:47 min]
[INFO] [INFO] WSO2 Identity Cloud Apps - Console ................. SKIPPED
[INFO] [INFO] WSO2 Identity Cloud Apps - My Account 0.0.730 ...... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 04:47 min
[INFO] [INFO] Finished at: 2021-07-21T13:45:00Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (npm run build (compile)) on project identity-apps-cloud: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
[INFO] [ERROR]
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR]
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
More information about the Builder
mailing list