Replies: 2 comments 1 reply
-
|
any update on this. The document mentions these tags inquiry_release_tag:release-7.0.0_RC2, I tried with the below just as a trial and the build succeeds. inquiry_release_tag:release-5.2.0_RC2, Please let us know the right tags for this deployment as we are unable to proceed with this deployment without knowing the right tag |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@vinukumar-vs could you please help |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following the document for release 7.0.0
https://ed.sunbird.org/use/getting-started/install/build-provision-and-deploy
Build/Core/Assessment
inquiry_release_tag:release-7.0.0_RC2,
core_release_tag:release-5.2.0_RC2
Build job is failing with the error
[INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile) @ assessment-actors --- [INFO] /var/lib/jenkins/workspace/Build/Core/Assessment/inquiry-service/assessment-api/assessment-actors/src/test/scala:-1: info: compiling [INFO] Compiling 6 source files to /var/lib/jenkins/workspace/Build/Core/Assessment/inquiry-service/assessment-api/assessment-actors/target/test-classes at 1744258657081 [ERROR] /var/lib/jenkins/workspace/Build/Core/Assessment/inquiry-service/assessment-api/assessment-actors/src/test/scala/org/sunbird/actors/QuestionActorTest.scala:28: error: Symbol 'type org.sunbird.graph.dac.model.SubGraph' is missing from the classpath. [ERROR] This symbol is required by 'method org.sunbird.graph.GraphService.getSubGraph'. [ERROR] Make sure that type SubGraph is in your classpath and check for conflicting dependencies with-Ylog-classpath`.[ERROR] A full rebuild may help if 'GraphService.class' was compiled against an incompatible version of org.sunbird.graph.dac.model.
[ERROR] val graphDB = mock[GraphService]
[ERROR] ^
[ERROR] one error found
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Inquiry API Service 1.0-SNAPSHOT:
[INFO]
[INFO] Inquiry API Service ................................ SUCCESS [ 0.097 s]
[INFO] assessment-api ..................................... SUCCESS [ 0.008 s]
[INFO] qs-hierarchy-manager ............................... SUCCESS [ 6.926 s]
[INFO] assessment-actors .................................. FAILURE [ 9.818 s]
[INFO] assessment-service ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17.126 s
[INFO] Finished at: 2025-04-10T14:17:41+10:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.2:testCompile (scala-test-compile) on project assessment-actors: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :assessment-actors
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE
`
Beta Was this translation helpful? Give feedback.
All reactions