[Builder] Build failed in Jenkins: platform-builds » apim-apps #181
cbuilder at wso2.org
cbuilder at wso2.org
Sun Feb 13 10:02:38 PST 2022
See <https://wso2.org/jenkins/job/platform-builds/job/apim-apps/181/display/redirect?page=changes>
Changes:
[hiranyakavi] Fixing issue in openapitools.json file
------------------------------------------
[...truncated 434.73 KB...]
[INFO] FAIL source/src/app/components/Apis/Details/NewOverview/Overview.test.tsx (45.207 s)
[INFO] ● API Details overview page › Should render overview page
[INFO]
[INFO] Unable to find role="heading"
[INFO]
[INFO] Ignored nodes: comments, <script />, <style />
[INFO] <body>
[INFO] <div>
[INFO] <h2
[INFO] class="MuiTypography-root MuiTypography-h4 MuiTypography-alignLeft"
[INFO] >
[INFO] Overview
[INFO] </h2>
[INFO] <div
[INFO] class="MuiGrid-root MuiGrid-container"
[INFO] >
[INFO] <div
[INFO] class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-12 MuiGrid-grid-lg-12"
[INFO] s="12"
[INFO] >
[INFO] <div
[INFO] class="makeStyles-root-23"
[INFO] id="itest-overview-api-flow"
[INFO] >
[INFO] <div
[INFO] class="MuiPaper-root MuiStepper-root MuiStepper-horizontal MuiStepper-alternativeLabel MuiPaper-elevation0"
[INFO] >
[INFO] <div
[INFO] class="MuiStep-root MuiStep-horizontal MuiStep-alternativeLabel MuiStep-completed"
[INFO] >
[INFO] <span
[INFO] class="MuiStepLabel-root MuiStepLabel-horizontal MuiStepLabel-alternativeLabel"
[INFO] >
[INFO] <span
[INFO] class="MuiStepLabel-iconContainer MuiStepLabel-alternativeLabel"
[INFO] >
[INFO] <div
[INFO] class="makeStyles-root-31 makeStyles-completed-33"
[INFO] />
[INFO] </span>
[INFO] <span
[INFO] class="MuiStepLabel-labelContainer"
[INFO] >
[INFO] <span
[INFO] class="MuiTypography-root MuiStepLabel-label MuiStepLabel-alternativeLabel MuiStepLabel-completed MuiTypography-body2 MuiTypography-displayBlock"
[INFO] >
[INFO] <div>
[INFO] <div
[INFO] class="MuiGrid-root MuiGrid-container MuiGrid-justify-xs-center"
[INFO] >
[INFO] <div
[INFO] class="MuiGrid-root MuiGrid-item"
[INFO] >
[INFO] <svg
[INFO] aria-hidden="true"
[INFO] class="MuiSvgIcon-root makeStyles-iconTrue-26"
[INFO] focusable="false"
[INFO] viewBox="0 0 24 24"
[INFO] >
[INFO] <path
[INFO] d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
[INFO] />
[INFO] </svg>
[INFO] </div>
[INFO] <div
[INFO] class="MuiBox-root MuiBox-root-34"
[INFO] >
[INFO] <div
[INFO] class="MuiGrid-root"
[INFO] >
[INFO] <h6
[INFO] class="MuiTypography-root MuiTypography-h6"
[INFO] >
[INFO] Develop
[INFO] </h6>
[INFO] </div>
[INFO] </div>
[INFO] </div>
[INFO] <div
[INFO] class="MuiBox-root MuiBox-root-35"
[INFO] >
[INFO] <div
[INFO] class="MuiGrid-root MuiGrid-container MuiGrid-justify-xs-center"
[INFO] style="margin-left: 2px;"
[INFO] >
[INFO] <div
[INFO] class="MuiGrid-root MuiGrid-item"
[INFO] >
[INFO] <svg
[INFO] aria-hidden="true"
[INFO] class="MuiSvgIcon-root makeStyles-iconTrue-26"
[INFO] focusable="false"
[INFO] viewBox="0 0 24 24"
[INFO] >
[INFO] <path
[INFO] d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
[INFO] />
[INFO] </svg>
[INFO] </div>
[INFO] <div
[INFO] class="MuiBox-root MuiBox-root-36"
[INFO] >
[INFO] <div
[INFO] class="MuiGrid-root MuiGrid-item"
[INFO] >
[INFO] <a
[INFO] class="MuiTypography-root MuiLink-root MuiLink-underlineNone makeStyles-pageLinks-28 MuiTypography-colorPrimary"
[INFO] href="/apis/01234567-0123-0123-0123-012345678901/endpoints"
[INFO] >
[INFO] <h6
[INFO] class="MuiTypography-root MuiTypography-h6"
[INFO] >
[INFO] Endpoint
[INFO] </h6>
[INFO] <div
[INFO] class="MuiBox-root MuiBox-root-37"
[INFO] >
[INFO] <svg
[INFO] aria-hidden="true"
[INFO] class="MuiSvgIcon-root MuiSvgIcon-colorPrimary MuiSvgIcon-fontSizeSmall"
[INFO] focusable="false"
[INFO] viewBox="0 0 24 24"
[INFO] >
[INFO] <path
[INFO] d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"
[INFO] />
[INFO] </svg>
[INFO] </div>
[INFO] </a>...
[INFO]
[INFO] 43 | name: /publish/i,
[INFO] 44 | })).toBeInTheDocument();
[INFO] > 45 | await screen.findByRole('heading', { name: /resources/i });
[INFO] | ^
[INFO] 46 | });
[INFO] 47 | });
[INFO] 48 |
[INFO]
[INFO] at waitForWrapper (node_modules/@testing-library/dom/dist/wait-for.js:187:27)
[INFO] at findByRole (node_modules/@testing-library/dom/dist/query-helpers.js:101:33)
[INFO] at Object.<anonymous> (source/src/app/components/Apis/Details/NewOverview/Overview.test.tsx:45:22)
[INFO]
[INFO]
[INFO] Test Suites: 1 failed, 15 skipped, 8 passed, 9 of 24 total
[INFO] Tests: 1 failed, 44 skipped, 4 todo, 17 passed, 66 total
[INFO] Snapshots: 0 total
[INFO] Time: 56.457 s
[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:764)
[INFO] at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:711)
[INFO] at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:289)
[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 API Manager UI - Parent 9.0.237 ............... SUCCESS [06:49 min]
[INFO] [INFO] WSO2 API Manager - Publisher portal UI ............. FAILURE [03:46 min]
[INFO] [INFO] WSO2 API Manager - Developer portal UI ............. SKIPPED
[INFO] [INFO] WSO2 API Manager - Admin portal UI ................. SKIPPED
[INFO] [INFO] WSO2 API Manager UI Portals - Parent 9.0.237 ....... SKIPPED
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 10:36 min
[INFO] [INFO] Finished at: 2022-02-13T18:01:42Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (npm run test:ci) on project org.wso2.carbon.apimgt.ui.publisher: 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] [ERROR]
[INFO] [ERROR] After correcting the problems, you can resume the build with the command
[INFO] [ERROR] mvn <goals> -rf :org.wso2.carbon.apimgt.ui.publisher
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 API Manager UI - Parent 9.0.237-SNAPSHOT ...... FAILURE [10:40 min]
[INFO] WSO2 API Manager - Publisher portal UI ............. SKIPPED
[INFO] WSO2 API Manager - Developer portal UI ............. SKIPPED
[INFO] WSO2 API Manager - Admin portal UI ................. SKIPPED
[INFO] WSO2 API Manager UI Portals - Parent 9.0.237-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:01 min
[INFO] Finished at: 2022-02-13T18:02:00Z
[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 apim.ui.apps: 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/platform-builds/job/apim-apps/ws/portals/publisher/pom.xml> to org.wso2.carbon.apimgt.ui/org.wso2.carbon.apimgt.ui.publisher/9.0.237-SNAPSHOT/org.wso2.carbon.apimgt.ui.publisher-9.0.237-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/apim-apps/ws/portals/devportal/pom.xml> to org.wso2.carbon.apimgt.ui/org.wso2.carbon.apimgt.ui.devportal/9.0.237-SNAPSHOT/org.wso2.carbon.apimgt.ui.devportal-9.0.237-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/apim-apps/ws/portals/pom.xml> to org.wso2.carbon.apimgt.ui/apim.ui.apps.portals/9.0.237-SNAPSHOT/apim.ui.apps.portals-9.0.237-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/apim-apps/ws/pom.xml> to org.wso2.carbon.apimgt.ui/apim.ui.apps/9.0.237-SNAPSHOT/apim.ui.apps-9.0.237-SNAPSHOT.pom
[JENKINS] Archiving <https://wso2.org/jenkins/job/platform-builds/job/apim-apps/ws/portals/admin/pom.xml> to org.wso2.carbon.apimgt.ui/org.wso2.carbon.apimgt.ui.admin/9.0.237-SNAPSHOT/org.wso2.carbon.apimgt.ui.admin-9.0.237-SNAPSHOT.pom
No mail will be sent out, as 'platform-builds » apim-apps » WSO2 API Manager - Developer portal UI #181' 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 'platform-builds » apim-apps » WSO2 API Manager UI Portals - Parent #181' 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 'platform-builds » apim-apps » WSO2 API Manager - Publisher portal UI #181' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Sending e-mails to: builder at wso2.org
No mail will be sent out, as 'platform-builds » apim-apps » WSO2 API Manager - Admin portal UI #181' 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: v9.0.237. 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/apim-apps.git :refs/tags/v9.0.237 # timeout=10
[WSO2 Maven Release] Dropped git tag - v9.0.237
FATAL: [M2Release] Could not find nexus stage repository for project.
More information about the Builder
mailing list