[Builder] Build failed in Jenkins: iam-cloud » asgardeo-app-extensions #1377

cbuilder at wso2.org cbuilder at wso2.org
Wed Jul 7 02:01:44 PDT 2021


See <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/1377/display/redirect?page=changes>

Changes:

[kayathiri] 


------------------------------------------
[...truncated 574.71 KB...]
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     339 |                         />
[INFO] @wso2is/console:     340 |                         {
[INFO] @wso2is/console:   > 341 |                             attributeConfig.localAttributes.createWizard.customWIzard &&
[INFO] @wso2is/console:         |                                             ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     342 |                             <Hint>
[INFO] @wso2is/console:     343 |                                 { t("extensions:manage.attributes.displayNameHint") }
[INFO] @wso2is/console:     344 |                             </Hint>
[INFO] @wso2is/console: ERROR in src/features/claims/components/wizard/local-claim/basic-details-local-claims.tsx:347:40
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     345 |                         }
[INFO] @wso2is/console:     346 |                     </Grid.Column>
[INFO] @wso2is/console:   > 347 |                     { !attributeConfig.localAttributes.createWizard.customWIzard &&
[INFO] @wso2is/console:         |                                        ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     348 |                         <Grid.Column width={ 8 }>
[INFO] @wso2is/console:     349 |                             <Field
[INFO] @wso2is/console:     350 |                                 type="text"
[INFO] @wso2is/console: ERROR in src/features/claims/components/wizard/local-claim/basic-details-local-claims.tsx:406:39
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     404 |                         />
[INFO] @wso2is/console:     405 |                     </Grid.Column>
[INFO] @wso2is/console:   > 406 |                     { attributeConfig.localAttributes.createWizard.showRegularExpression && 
[INFO] @wso2is/console:         |                                       ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     407 |                         <Grid.Column width={ 8 }>
[INFO] @wso2is/console:     408 |                             <Field
[INFO] @wso2is/console:     409 |                                 type="text"
[INFO] @wso2is/console: ERROR in src/features/claims/components/wizard/local-claim/basic-details-local-claims.tsx:460:47
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     458 |                 </Grid.Row>
[INFO] @wso2is/console:     459 |                 {
[INFO] @wso2is/console:   > 460 |                     isShow && attributeConfig.localAttributes.createWizard.showDisplayOrder && (
[INFO] @wso2is/console:         |                                               ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     461 |                         <Grid.Row columns={ 16 }>
[INFO] @wso2is/console:     462 |                             <Grid.Column width={ 8 }>
[INFO] @wso2is/console:     463 |                                 <Field
[INFO] @wso2is/console: ERROR in src/features/claims/components/wizard/local-claim/basic-details-local-claims.tsx:515:35
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     513 |                     </Grid.Column>
[INFO] @wso2is/console:     514 |                 </Grid.Row>
[INFO] @wso2is/console:   > 515 |                 { attributeConfig.localAttributes.createWizard.showReadOnlyAttribute && 
[INFO] @wso2is/console:         |                                   ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     516 |                     // TODO: Track this as an issue for future implementations
[INFO] @wso2is/console:     517 |                     <Grid.Row column={ 1 }>
[INFO] @wso2is/console:     518 |                         <Grid.Column>
[INFO] @wso2is/console: ERROR in src/features/claims/components/wizard/local-claim/mapped-attributes.tsx:73:29
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     71 |     useEffect(() => {
[INFO] @wso2is/console:     72 |         const userstore: UserStoreListItem[] = [];
[INFO] @wso2is/console:   > 73 |         if (attributeConfig.localAttributes.createWizard.addPrimaryUserStore) {
[INFO] @wso2is/console:        |                             ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     74 |             userstore.push({
[INFO] @wso2is/console:     75 |                 description: "",
[INFO] @wso2is/console:     76 |                 enabled: true,
[INFO] @wso2is/console: ERROR in src/features/claims/pages/attribute-mappings.tsx:200:45
[INFO] @wso2is/console: TS2339: Property 'showCustomDialectInSCIM' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     198 |
[INFO] @wso2is/console:     199 |                     if (type === ClaimManagementConstants.SCIM) {
[INFO] @wso2is/console:   > 200 |                         if (attributeConfig.showCustomDialectInSCIM 
[INFO] @wso2is/console:         |                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     201 |                             && filteredDialect.filter(e => e.dialectURI 
[INFO] @wso2is/console:     202 |                                 === attributeConfig.localAttributes.customDialectURI).length > 0  ) {
[INFO] @wso2is/console:     203 |                             attributeMappings.push(filteredDialect.filter(e => e.dialectURI
[INFO] @wso2is/console: ERROR in src/features/claims/pages/attribute-mappings.tsx:202:53
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     200 |                         if (attributeConfig.showCustomDialectInSCIM 
[INFO] @wso2is/console:     201 |                             && filteredDialect.filter(e => e.dialectURI 
[INFO] @wso2is/console:   > 202 |                                 === attributeConfig.localAttributes.customDialectURI).length > 0  ) {
[INFO] @wso2is/console:         |                                                     ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     203 |                             attributeMappings.push(filteredDialect.filter(e => e.dialectURI 
[INFO] @wso2is/console:     204 |                                 === attributeConfig.localAttributes.customDialectURI)[0]);
[INFO] @wso2is/console:     205 |                         }
[INFO] @wso2is/console: ERROR in src/features/claims/pages/attribute-mappings.tsx:204:53
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     202 |                                 === attributeConfig.localAttributes.customDialectURI).length > 0  ) {
[INFO] @wso2is/console:     203 |                             attributeMappings.push(filteredDialect.filter(e => e.dialectURI 
[INFO] @wso2is/console:   > 204 |                                 === attributeConfig.localAttributes.customDialectURI)[0]);
[INFO] @wso2is/console:         |                                                     ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     205 |                         }
[INFO] @wso2is/console:     206 |                     }
[INFO] @wso2is/console:     207 |
[INFO] @wso2is/console: ERROR in src/features/claims/pages/attribute-mappings.tsx:250:37
[INFO] @wso2is/console: TS2339: Property 'showCustomDialectInSCIM' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     248 |                 });
[INFO] @wso2is/console:     249 |
[INFO] @wso2is/console:   > 250 |                 if (attributeConfig.showCustomDialectInSCIM) {
[INFO] @wso2is/console:         |                                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     251 |                     const dialect = dialects?.find((dialect: ClaimDialect) => 
[INFO] @wso2is/console:     252 |                         dialect.dialectURI === attributeConfig.localAttributes.customDialectURI
[INFO] @wso2is/console:     253 |                     );
[INFO] @wso2is/console: ERROR in src/features/claims/pages/attribute-mappings.tsx:252:64
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     250 |                 if (attributeConfig.showCustomDialectInSCIM) {
[INFO] @wso2is/console:     251 |                     const dialect = dialects?.find((dialect: ClaimDialect) => 
[INFO] @wso2is/console:   > 252 |                         dialect.dialectURI === attributeConfig.localAttributes.customDialectURI
[INFO] @wso2is/console:         |                                                                ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     253 |                     );
[INFO] @wso2is/console:     254 |                     if (dialect) {
[INFO] @wso2is/console:     255 |                         panes.push({
[INFO] @wso2is/console: ERROR in src/features/claims/pages/claim-dialects.tsx:116:45
[INFO] @wso2is/console: TS2339: Property 'showCustomDialectInSCIM' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     114 |                         scim.push(attributeMapping);
[INFO] @wso2is/console:     115 |                     } else {
[INFO] @wso2is/console:   > 116 |                         if (attributeConfig.showCustomDialectInSCIM 
[INFO] @wso2is/console:         |                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     117 |                             && attributeMapping.dialectURI !== attributeConfig.localAttributes.customDialectURI ){
[INFO] @wso2is/console:     118 |                                 others.push(attributeMapping);
[INFO] @wso2is/console:     119 |                         }
[INFO] @wso2is/console: ERROR in src/features/claims/pages/claim-dialects.tsx:117:80
[INFO] @wso2is/console: TS2339: Property 'localAttributes' does not exist on type 'AttributeConfig'.
[INFO] @wso2is/console:     115 |                     } else {
[INFO] @wso2is/console:     116 |                         if (attributeConfig.showCustomDialectInSCIM 
[INFO] @wso2is/console:   > 117 |                             && attributeMapping.dialectURI !== attributeConfig.localAttributes.customDialectURI ){
[INFO] @wso2is/console:         |                                                                                ^^^^^^^^^^^^^^^
[INFO] @wso2is/console:     118 |                                 others.push(attributeMapping);
[INFO] @wso2is/console:     119 |                         }
[INFO] @wso2is/console:     120 |                     }
[INFO] @wso2is/console: webpack 5.41.1 compiled with 36 errors and 3 warnings in 148586 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.325 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.325 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/ws/npm/cache/_logs/2021-07-07T09_00_55_196Z-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.325 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.325 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/ws/npm/cache/_logs/2021-07-07T09_00_55_211Z-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.325 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.325 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/ws/npm/cache/_logs/2021-07-07T09_00_55_222Z-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.325 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.325 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/ws/npm/cache/_logs/2021-07-07T09_00_55_238Z-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.667 .......... FAILURE [04:44 min]
[INFO] [INFO] WSO2 Identity Cloud Apps - Console ................. SKIPPED
[INFO] [INFO] WSO2 Identity Cloud Apps - My Account 0.0.667 ...... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 04:44 min
[INFO] [INFO] Finished at: 2021-07-07T09:00:55Z
[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
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] WSO2 Identity Cloud Apps - Parent 0.0.667-SNAPSHOT . FAILURE [04:48 min]
[INFO] WSO2 Identity Cloud Apps - Console ................. SKIPPED
[INFO] WSO2 Identity Cloud Apps - My Account 0.0.667-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:06 min
[INFO] Finished at: 2021-07-07T09:01:11Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project identity-apps-cloud: Maven execution failed, exit code: '1' -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[JENKINS] Archiving <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/ws/pom.xml> to org.wso2.identity.apps/identity-apps-cloud/0.0.667-SNAPSHOT/identity-apps-cloud-0.0.667-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/ws/distributions/console/pom.xml> to org.wso2.identity.apps/console/0.0.667-SNAPSHOT/console-0.0.667-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/iam-cloud/job/asgardeo-app-extensions/ws/distributions/myaccount/pom.xml> to org.wso2.identity.apps/myaccount/0.0.667-SNAPSHOT/myaccount-0.0.667-SNAPSHOT.pom
Not sending mail to user kayathiri at wso2.com with no permission to view iam-cloud ? asgardeo-app-extensions ? WSO2 Identity Cloud Apps - Parent #1377
Sending e-mails to: builder at wso2.org
No mail will be sent out, as 'iam-cloud ? asgardeo-app-extensions ? WSO2 Identity Cloud Apps - Console #1377' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
No mail will be sent out, as 'iam-cloud ? asgardeo-app-extensions ? WSO2 Identity Cloud Apps - My Account #1377' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
channel stopped
using credential github-user-for-maven-releases
 > git rev-parse HEAD^{commit} # timeout=10
using credential github-user-for-maven-releases
 > git rev-parse HEAD^{commit} # timeout=10
------------------------------------------------------------------------

[WSO2 Maven Release] [WSO2 Maven Release] Build Result: FAILURE
[WSO2 Maven Release] Dropping Git Tag: v0.0.667. Reason: FAILURE build.

[WSO2 Maven Release] Deleting release tag from remote.
 > git --version # timeout=10
using GIT_ASKPASS to set credentials github user for maven release plugin (CD)
 > git push https://github.com/wso2-enterprise/asgardeo-app-extensions.git :refs/tags/v0.0.667 # timeout=10
[WSO2 Maven Release] Dropped git tag - v0.0.667
FATAL: [M2Release] Could not find nexus stage repository for project.

Skipped archiving because build is not successful
Not sending mail to user kayathiri at wso2.com with no permission to view iam-cloud » asgardeo-app-extensions #1377


More information about the Builder mailing list