Deploys Reference Application SNAPSHOT to maven

Build: #5000 failed Manual run by Robby O'Connor

Stages & jobs

  1. Create Reference Application packages

  2. Deploy to Automated Functional Test Server

  3. Run UI Tests

  4. Deploy to Manual Test Server

  5. Release

    Requires a user to start manually
  6. Create Standalone

Build result summary

Details

Completed
Queue duration
9 seconds
Duration
9 minutes
Labels
None
Revisions
Distribution
9ffc88f201c1c868417c29fbcdabe26311a809a6 9ffc88f201c1c868417c29fbcdabe26311a809a6
Standalone RA
5765e6c0fd4789543d82a066201f7c69fcdf192f 5765e6c0fd4789543d82a066201f7c69fcdf192f
Release scripts
a72ca16daff268573032d8bd52a15be883f08322 a72ca16daff268573032d8bd52a15be883f08322
Total tests
10
Failing since
#4987 (Child of AU-AUL-130)
Fixed in
#5007 (Manual run by Rafal Korytkowski)

Responsible

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

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 1
Status Test View job Duration
Collapse Failed XSSOnPhoneNumberFieldTest XSSOnPhoneNumberFieldTest History
Run UI tests on Travis 1 min
java.lang.IllegalStateException: Delete request failed: http://int02.openmrs.org/openmrs/ws/rest/v1/patient/4c4d3ff0-37bd-4f93-a45e-03e9d8fe1f28?purge=true
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:925)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:770)
	at org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:90)
	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:671)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
(7 more lines...)
Existing test failures 2
Status Test Failing since View job Duration
java.lang.IllegalStateException: Delete request failed: http://int02.openmrs.org/openmrs/ws/rest/v1/patient/cb5fc170-860b-4cdf-b865-4cceb0f4ef93?purge=true
	at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:925)
	at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:770)
	at org.glassfish.jersey.client.JerseyInvocation.access$500(JerseyInvocation.java:90)
	at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:671)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:228)
(7 more lines...)
java.lang.AssertionError: 
Expected: a string containing "10DA5"
     but: was ""
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:865)
	at org.junit.Assert.assertThat(Assert.java:832)
	at org.openmrs.reference.FindPatientRecordTest.testFindPatientRecord(FindPatientRecordTest.java:41)