Platform 2.5
Build: #198 failed Changes by Ian Bacher
Build result summary
Details
- Completed
- Queue duration
- < 1 second
- Duration
- 44 seconds
- Labels
- None
- Revisions
-
- openmrs-core-2.5.x
-
fd5e0d4666fa0d50cf98181bb00791aecb48ed95
fd5e0d4666fa0d50cf98181bb00791aecb48ed95 - Release scripts
-
ced9ff00825ca1cb8c744547be4ba8ff994bd71b
ced9ff00825ca1cb8c744547be4ba8ff994bd71b
- Fixed in
- #200 (Changes by Ian Bacher)
Responsible
- Ian Bacher Automatically assigned
Code commits
Author | Commit | Commit date | |
---|---|---|---|
Ian Bacher |
fd5e0d4666fa0d50cf98181bb00791aecb48ed95
|
Jira issues
Issue | Description | Status | |
---|---|---|---|
Unknown Issue Type | TRUNK-6187 | Could not obtain issue details from Jira |
Error summary for Build
The job generated some errors, drill down into the full build log for more details.
#24 5.645 [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-api ---
#24 5.646 [INFO]
#24 5.647 [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-api ---
#24 5.724 [INFO] argLine set to -javaagent:/usr/share/maven/ref/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/openmrs_core/api/target/jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx1g -Djava.locale.providers=COMPAT
#24 5.724 [INFO]
#24 5.724 [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
#24 5.828 [INFO] Using 'UTF-8' encoding to format source files.
#24 9.973 [INFO] Number of files to be formatted: 1105
#24 13.49 [INFO] Successfully formatted: 0 file(s)
#24 13.49 [INFO] Fail to format : 0 file(s)
#24 13.49 [INFO] Skipped : 1105 file(s)
#24 13.49 [INFO] Approximate time taken: 7s
#24 13.49 [INFO]
#24 13.49 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-api ---
#24 13.50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
#24 13.50 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
#24 13.50 [INFO] Copying 1 resource
#24 13.52 [INFO] Copying 161 resources
#24 13.58 [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
#24 13.58 [INFO]
#24 13.58 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-api ---
#24 13.70 [INFO] Changes detected - recompiling the module!
#24 13.70 [INFO] Compiling 740 source files to /openmrs_core/api/target/classes
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/api/db/hibernate/HibernateUtil.java: Some input files use unchecked or unsafe operations.
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/api/db/hibernate/HibernateUtil.java: Recompile with -Xlint:unchecked for details.
#24 19.11 [INFO] -------------------------------------------------------------
#24 19.11 [ERROR] COMPILATION ERROR :
#24 19.11 [INFO] -------------------------------------------------------------
#24 19.11 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[757,78] cannot find symbol
#24 19.11 symbol: variable GP_PASSWORD_RESET_URL
#24 19.11 location: class org.openmrs.util.OpenmrsConstants
#24 19.11 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[781,89] cannot find symbol
#24 19.11 symbol: variable GP_PASSWORD_RESET_URL
#24 19.11 location: class org.openmrs.util.OpenmrsConstants
#24 19.11 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[783,72] cannot find symbol
#24 19.11 symbol: variable GP_PASSWORD_RESET_URL
#24 19.11 location: class org.openmrs.util.OpenmrsConstants
#24 19.11 [INFO] 3 errors
#24 19.11 [INFO] -------------------------------------------------------------
#24 19.11 [INFO] ------------------------------------------------------------------------
#24 19.11 [INFO] Reactor Summary for OpenMRS 2.5.13-SNAPSHOT:
#24 19.11 [INFO]
#24 19.11 [INFO] OpenMRS ............................................ SUCCESS [ 1.649 s]
#24 19.11 [INFO] openmrs-tools ...................................... SUCCESS [ 0.683 s]
#24 19.12 [INFO] openmrs-test ....................................... SUCCESS [ 0.125 s]
#24 19.12 [INFO] openmrs-api ........................................ FAILURE [ 13.773 s]
#24 19.12 [INFO] openmrs-web ........................................ SKIPPED
#24 19.12 [INFO] openmrs-webapp ..................................... SKIPPED
#24 19.12 [INFO] openmrs-liquibase .................................. SKIPPED
#24 19.12 [INFO] ------------------------------------------------------------------------
#24 19.12 [INFO] BUILD FAILURE
#24 19.12 [INFO] ------------------------------------------------------------------------
#24 19.12 [INFO] Total time: 17.860 s
#24 19.12 [INFO] Finished at: 2023-09-02T14:29:06Z
#24 19.12 [INFO] ------------------------------------------------------------------------
#24 19.14 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project openmrs-api: Compilation failure: Compilation failure:
#24 19.14 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[757,78] cannot find symbol
#24 19.14 [ERROR] symbol: variable GP_PASSWORD_RESET_URL
#24 19.14 [ERROR] location: class org.openmrs.util.OpenmrsConstants
#24 19.14 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[781,89] cannot find symbol
#24 19.14 [ERROR] symbol: variable GP_PASSWORD_RESET_URL
#24 19.14 [ERROR] location: class org.openmrs.util.OpenmrsConstants
#24 19.14 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[783,72] cannot find symbol
#24 19.14 [ERROR] symbol: variable GP_PASSWORD_RESET_URL
#24 19.14 [ERROR] location: class org.openmrs.util.OpenmrsConstants
#24 19.14 [ERROR] -> [Help 1]
#24 19.14 [ERROR]
#24 19.14 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
#24 19.14 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
#24 19.14 [ERROR]
#24 19.14 [ERROR] For more information about the errors and possible solutions, please read the following articles:
#24 19.14 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
#24 19.14 [ERROR]
#24 19.14 [ERROR] After correcting the problems, you can resume the build with the command
#24 19.14 [ERROR] mvn <args> -rf :openmrs-api
#24 ERROR: process "/bin/sh -c mvn $MVN_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1
------
> [linux/amd64 compile 15/15] RUN mvn -s /usr/share/maven/ref/settings-docker.xml clean install -DskipTests:
#24 19.14 [ERROR] -> [Help 1]
#24 19.14 [ERROR]
#24 19.14 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
#24 19.14 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
#24 19.14 [ERROR]
#24 19.14 [ERROR] For more information about the errors and possible solutions, please read the following articles:
#24 19.14 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
#24 19.14 [ERROR]
#24 19.14 [ERROR] After correcting the problems, you can resume the build with the command
#24 19.14 [ERROR] mvn <args> -rf :openmrs-api
------
Dockerfile:46
--------------------
44 |
45 | # Build the project
46 | >>> RUN mvn $MVN_SETTINGS $MVN_ARGS
47 |
48 | ### Development Stage
--------------------
error: failed to solve: process "/bin/sh -c mvn $MVN_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1
#24 5.646 [INFO]
#24 5.647 [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (prepare-agent) @ openmrs-api ---
#24 5.724 [INFO] argLine set to -javaagent:/usr/share/maven/ref/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/openmrs_core/api/target/jacoco.exec,includes=org/openmrs/** -Duser.language=en -Duser.region=US -Xmx1g -Djava.locale.providers=COMPAT
#24 5.724 [INFO]
#24 5.724 [INFO] --- maven-java-formatter-plugin:0.3:format (default) @ openmrs-api ---
#24 5.828 [INFO] Using 'UTF-8' encoding to format source files.
#24 9.973 [INFO] Number of files to be formatted: 1105
#24 13.49 [INFO] Successfully formatted: 0 file(s)
#24 13.49 [INFO] Fail to format : 0 file(s)
#24 13.49 [INFO] Skipped : 1105 file(s)
#24 13.49 [INFO] Approximate time taken: 7s
#24 13.49 [INFO]
#24 13.49 [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-api ---
#24 13.50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
#24 13.50 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
#24 13.50 [INFO] Copying 1 resource
#24 13.52 [INFO] Copying 161 resources
#24 13.58 [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
#24 13.58 [INFO]
#24 13.58 [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-api ---
#24 13.70 [INFO] Changes detected - recompiling the module!
#24 13.70 [INFO] Compiling 740 source files to /openmrs_core/api/target/classes
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/PersonName.java: Some input files use or override a deprecated API.
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/PersonName.java: Recompile with -Xlint:deprecation for details.
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/api/db/hibernate/HibernateUtil.java: Some input files use unchecked or unsafe operations.
#24 19.11 [INFO] /openmrs_core/api/src/main/java/org/openmrs/api/db/hibernate/HibernateUtil.java: Recompile with -Xlint:unchecked for details.
#24 19.11 [INFO] -------------------------------------------------------------
#24 19.11 [ERROR] COMPILATION ERROR :
#24 19.11 [INFO] -------------------------------------------------------------
#24 19.11 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[757,78] cannot find symbol
#24 19.11 symbol: variable GP_PASSWORD_RESET_URL
#24 19.11 location: class org.openmrs.util.OpenmrsConstants
#24 19.11 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[781,89] cannot find symbol
#24 19.11 symbol: variable GP_PASSWORD_RESET_URL
#24 19.11 location: class org.openmrs.util.OpenmrsConstants
#24 19.11 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[783,72] cannot find symbol
#24 19.11 symbol: variable GP_PASSWORD_RESET_URL
#24 19.11 location: class org.openmrs.util.OpenmrsConstants
#24 19.11 [INFO] 3 errors
#24 19.11 [INFO] -------------------------------------------------------------
#24 19.11 [INFO] ------------------------------------------------------------------------
#24 19.11 [INFO] Reactor Summary for OpenMRS 2.5.13-SNAPSHOT:
#24 19.11 [INFO]
#24 19.11 [INFO] OpenMRS ............................................ SUCCESS [ 1.649 s]
#24 19.11 [INFO] openmrs-tools ...................................... SUCCESS [ 0.683 s]
#24 19.12 [INFO] openmrs-test ....................................... SUCCESS [ 0.125 s]
#24 19.12 [INFO] openmrs-api ........................................ FAILURE [ 13.773 s]
#24 19.12 [INFO] openmrs-web ........................................ SKIPPED
#24 19.12 [INFO] openmrs-webapp ..................................... SKIPPED
#24 19.12 [INFO] openmrs-liquibase .................................. SKIPPED
#24 19.12 [INFO] ------------------------------------------------------------------------
#24 19.12 [INFO] BUILD FAILURE
#24 19.12 [INFO] ------------------------------------------------------------------------
#24 19.12 [INFO] Total time: 17.860 s
#24 19.12 [INFO] Finished at: 2023-09-02T14:29:06Z
#24 19.12 [INFO] ------------------------------------------------------------------------
#24 19.14 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project openmrs-api: Compilation failure: Compilation failure:
#24 19.14 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[757,78] cannot find symbol
#24 19.14 [ERROR] symbol: variable GP_PASSWORD_RESET_URL
#24 19.14 [ERROR] location: class org.openmrs.util.OpenmrsConstants
#24 19.14 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[781,89] cannot find symbol
#24 19.14 [ERROR] symbol: variable GP_PASSWORD_RESET_URL
#24 19.14 [ERROR] location: class org.openmrs.util.OpenmrsConstants
#24 19.14 [ERROR] /openmrs_core/api/src/main/java/org/openmrs/api/impl/UserServiceImpl.java:[783,72] cannot find symbol
#24 19.14 [ERROR] symbol: variable GP_PASSWORD_RESET_URL
#24 19.14 [ERROR] location: class org.openmrs.util.OpenmrsConstants
#24 19.14 [ERROR] -> [Help 1]
#24 19.14 [ERROR]
#24 19.14 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
#24 19.14 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
#24 19.14 [ERROR]
#24 19.14 [ERROR] For more information about the errors and possible solutions, please read the following articles:
#24 19.14 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
#24 19.14 [ERROR]
#24 19.14 [ERROR] After correcting the problems, you can resume the build with the command
#24 19.14 [ERROR] mvn <args> -rf :openmrs-api
#24 ERROR: process "/bin/sh -c mvn $MVN_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1
------
> [linux/amd64 compile 15/15] RUN mvn -s /usr/share/maven/ref/settings-docker.xml clean install -DskipTests:
#24 19.14 [ERROR] -> [Help 1]
#24 19.14 [ERROR]
#24 19.14 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
#24 19.14 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
#24 19.14 [ERROR]
#24 19.14 [ERROR] For more information about the errors and possible solutions, please read the following articles:
#24 19.14 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
#24 19.14 [ERROR]
#24 19.14 [ERROR] After correcting the problems, you can resume the build with the command
#24 19.14 [ERROR] mvn <args> -rf :openmrs-api
------
Dockerfile:46
--------------------
44 |
45 | # Build the project
46 | >>> RUN mvn $MVN_SETTINGS $MVN_ARGS
47 |
48 | ### Development Stage
--------------------
error: failed to solve: process "/bin/sh -c mvn $MVN_SETTINGS $MVN_ARGS" did not complete successfully: exit code: 1