Runs unit test and deploys artifacts to maven repo. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #2243 failed Manual run by Daniel Kayiwa

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
5 seconds
Duration
3 minutes
Labels
None
Revisions
Git
40c21ab56ee387c70af0332010c80fb52d0acd5a 40c21ab56ee387c70af0332010c80fb52d0acd5a
Release scripts
a72ca16daff268573032d8bd52a15be883f08322 a72ca16daff268573032d8bd52a15be883f08322
Total tests
21
Failing since
#2237 (Child of HFEUI-HFEUI-1974)
Fixed in
#2244 (Run by child build EBOLA-EEM)

Tests

Responsible

This build has been failing since #2237
No one has taken responsibility

Tests

New test failures 9
Status Test View job Duration
Collapse Failed HomePageControllerTest controller_shouldLimitWhichAppsAreShownOnTheHomePageBasedOnLocation History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/ServletRegistration
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
	at java.lang.Class.getDeclaredMethods(Class.java:1975)
	at org.springframework.util.ReflectionUtils.getDeclaredMethods(ReflectionUtils.java:571)
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:490)
	at org.springframework.util.ReflectionUtils.doWithMethods(ReflectionUtils.java:474)
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:241)
(55 more lines...)
Collapse Failed LoginPageControllerTest get_shouldNotSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsOutsideContextPath History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldNotSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsOutsideContextPath(LoginPageControllerTest.java:310)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheSession(LoginPageControllerTest.java:213)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetRedirectUrlInThePageModelIfAnyWasSpecifiedInTheRequest(LoginPageControllerTest.java:169)
(44 more lines...)
Collapse Failed LoginPageControllerTest post_shouldSendTheUserBackToTheLoginPageWhenAuthenticationFails History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.post_shouldSendTheUserBackToTheLoginPageWhenAuthenticationFails(LoginPageControllerTest.java:279)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsWithinContextPath History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfRefererUrlIsWithinContextPath(LoginPageControllerTest.java:329)
(44 more lines...)
Collapse Failed LoginPageControllerTest get_shouldRedirectTheUserToTheHomePageIfTheyAreAlreadyAuthenticated History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.createPageRequest(LoginPageControllerTest.java:107)
(45 more lines...)
Collapse Failed LoginPageControllerTest get_shouldShowTheUserTheLoginPageIfTheyAreNotAuthenticated History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.createPageRequest(LoginPageControllerTest.java:107)
(45 more lines...)
Collapse Failed LoginPageControllerTest get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists History
Default Job < 1 sec
java.lang.NoClassDefFoundError: javax/servlet/AsyncContext
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at javassist.runtime.Desc.getClassObject(Desc.java:43)
	at javassist.runtime.Desc.getClassType(Desc.java:152)
	at javassist.runtime.Desc.getType(Desc.java:122)
	at javassist.runtime.Desc.getType(Desc.java:78)
	at org.openmrs.module.referenceapplication.page.controller.LoginPageControllerTest.get_shouldSetTheRefererAsTheRedirectUrlInThePageModelIfNoRedirectParamExists(LoginPageControllerTest.java:191)
(44 more lines...)