[INFO] Running org.openmrs.module.webservices.rest.SessionIT Waiting for server at http://localhost:8080/openmrs for 300 more seconds... [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 5.773 s <<< FAILURE! - in org.openmrs.module.webservices.rest.SessionIT [ERROR] shouldAuthenticateAsAdmin(org.openmrs.module.webservices.rest.SessionIT) Time elapsed: 3.643 s <<< FAILURE! java.lang.AssertionError: 1 expectation failed. XML path authenticated doesn't match. Expected: is Actual: HTTP Status 404 – Not Foundbody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}HTTP Status 404 – Not FoundnullTypeDescriptionnullApache Tomcat/8.5.83 at org.openmrs.module.webservices.rest.SessionIT.shouldAuthenticateAsAdmin(SessionIT.java:29) [ERROR] shouldBeUnauthenticatedByDefault(org.openmrs.module.webservices.rest.SessionIT) Time elapsed: 0.073 s <<< FAILURE! java.lang.AssertionError: 1 expectation failed. XML path authenticated doesn't match. Expected: is Actual: HTTP Status 404 – Not Foundbody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}HTTP Status 404 – Not FoundnullTypeDescriptionnullApache Tomcat/8.5.83 at org.openmrs.module.webservices.rest.SessionIT.shouldBeUnauthenticatedByDefault(SessionIT.java:23) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] SessionIT.shouldAuthenticateAsAdmin:29 1 expectation failed. XML path authenticated doesn't match. Expected: is Actual: HTTP Status 404 – Not Foundbody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}HTTP Status 404 – Not FoundnullTypeDescriptionnullApache Tomcat/8.5.83 [ERROR] SessionIT.shouldBeUnauthenticatedByDefault:23 1 expectation failed. XML path authenticated doesn't match. Expected: is Actual: HTTP Status 404 – Not Foundbody {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}HTTP Status 404 – Not FoundnullTypeDescriptionnullApache Tomcat/8.5.83 [INFO] [ERROR] Tests run: 2, Failures: 2, Errors: 0, Skipped: 0 [INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! The file encoding for reports output files should be provided by the POM property ${project.reporting.outputEncoding}. [INFO] [INFO] --- maven-failsafe-plugin:2.20:verify (default) @ webservices.rest-integration-tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Rest Web Services 2.43.0-SNAPSHOT: [INFO] [INFO] Rest Web Services .................................. SUCCESS [ 1.922 s] [INFO] Rest Web Services Integration Tests ................ FAILURE [ 15.737 s] [INFO] Rest Web Services Common OMOD ...................... SKIPPED [INFO] Rest Web Services 1.8 OMOD ......................... SKIPPED [INFO] Rest Web Services 1.9 OMOD ......................... SKIPPED [INFO] Rest Web Services 1.10 OMOD ........................ SKIPPED [INFO] Rest Web Services 1.11 OMOD ........................ SKIPPED [INFO] Rest Web Services 1.12 OMOD ........................ SKIPPED [INFO] Rest Web Services 2.0 OMOD ......................... SKIPPED [INFO] Rest Web Services 2.1 OMOD ......................... SKIPPED [INFO] Rest Web Services 2.2 OMOD ......................... SKIPPED [INFO] Rest Web Services 2.3 OMOD ......................... SKIPPED [INFO] Rest Web Services 2.4 OMOD ......................... SKIPPED [INFO] Rest Web Services OMOD ............................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.869 s [INFO] Finished at: 2024-04-09T22:25:51+03:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.20:verify (default) on project webservices.rest-integration-tests: There are test failures. [ERROR] [ERROR] Please refer to /home/suubi7/OpenMRS-Tickets/RESTWS-925/openmrs-module-webservices.rest/integration-tests/target/failsafe-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream. [ERROR] -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :webservices.rest-integration-tests