Build: #127 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Test results

  • 91 tests in total
  • 2 tests failed
  • 2 failures are new
  • 3 seconds taken in total.

Build 127 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed SyncClientTest pullDataFromParent_shouldCallFHIRClient History
< 1 sec
java.lang.NoClassDefFoundError: Could not initialize class org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
	at org.openmrs.module.sync2.api.sync.SyncClientTest.setUp(SyncClientTest.java:123)
Collapse Failed SyncClientTest pullDataFromParent_shouldCallRestClient History
< 1 sec
java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonSetter$Value
	at org.openmrs.module.sync2.api.sync.SyncClientTest.setUp(SyncClientTest.java:123)
Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.annotation.JsonSetter$Value
	at org.openmrs.module.sync2.api.sync.SyncClientTest.setUp(SyncClientTest.java:123)