Deploys Reference Application SNAPSHOT to maven

Build: #3631 failed Changes by 3 people

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
1 second
Duration
29 minutes
Labels
None
Revisions
Distribution
105bee9eab140aa38b817df2ed9b0a14d9977d47 105bee9eab140aa38b817df2ed9b0a14d9977d47
Standalone RA
2cc1eedc8952f87a71cc34e7c976f30d82d62c32 2cc1eedc8952f87a71cc34e7c976f30d82d62c32
Release scripts
fd5310f196074c1101fc7f1e2349005e2f083d72 fd5310f196074c1101fc7f1e2349005e2f083d72
Total tests
54
Failing since
#3620 (Changes by Tomasz Mueller <tmueller@soldevelo.com>)
Fixed in
#3656 (Changes by Tomasz Mueller <tmueller@soldevelo.com>)

Responsible

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

Code commits

Distribution
Author Commit Message Commit date
Tomasz Mueller <tmueller@soldevelo.com> Tomasz Mueller <tmueller@soldevelo.com> 105bee9eab140aa38b817df2ed9b0a14d9977d47 105bee9eab140aa38b817df2ed9b0a14d9977d47 RA-866 "Automate RA-696 Create 'Unidentified Patient' using keyboard Test"
tomaszmueller <tmueller@soldevelo.com> tomaszmueller <tmueller@soldevelo.com> 5c3ac89ceca83f69f6be9518049bb8e178d27f43 5c3ac89ceca83f69f6be9518049bb8e178d27f43 Merge pull request #85 from nataliaplonka/RA-867
RA-867 Automating: RA-782 Password Mininum Length Test; RA-783 Password Requires Digit Test; RA-784 Password Requires Non Digit Test; RA-785 Password Requires Upper And Lower Case Test
Natalia Plonka <nplonka@soldevelo.com> Natalia Plonka <nplonka@soldevelo.com> 63890331130f0c952fccd983feb2b4f5aa776675 63890331130f0c952fccd983feb2b4f5aa776675 RA-867 Automating: RA-782 Password Mininum Length Test; RA-783 Password Requires Digit Test; RA-784 Password Requires Non Digit Test; RA-785 Password Requires Upper And Lower Case Test

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 4
Status Test View job Duration
Collapse Failed CreateAppointmentBlockTest createAppointmentBlockTest History
Run UI tests on Travis 44 secs
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for visibility of element located by By.xpath: //div[@id='select-location']/select
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw107', ip: '149.165.228.105', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-45-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:259)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
	at org.openmrs.uitestframework.page.AbstractBasePage.waitForElement(AbstractBasePage.java:195)
	at org.openmrs.reference.page.AppointmentBlocksPage.selectLocationBlock(AppointmentBlocksPage.java:42)
(1 more lines...)
Collapse Failed DeleteAppointmentBlockTest deleteAppointmentBlockTest History
Run UI tests on Travis 45 secs
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for visibility of element located by By.xpath: //div[@id='select-location']/select
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw107', ip: '149.165.228.105', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-45-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:259)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
	at org.openmrs.uitestframework.page.AbstractBasePage.waitForElement(AbstractBasePage.java:195)
	at org.openmrs.reference.page.AppointmentBlocksPage.selectLocationBlock(AppointmentBlocksPage.java:42)
(1 more lines...)
Collapse Failed EditAppointmentBlockTest editAppointmentBlockTest History
Run UI tests on Travis 45 secs
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for visibility of element located by By.xpath: //div[@id='select-location']/select
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw107', ip: '149.165.228.105', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-45-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at org.openqa.selenium.support.ui.FluentWait.timeoutException(FluentWait.java:259)
	at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:228)
	at org.openmrs.uitestframework.page.AbstractBasePage.waitForElement(AbstractBasePage.java:195)
	at org.openmrs.reference.page.AppointmentBlocksPage.selectLocationBlock(AppointmentBlocksPage.java:42)
(1 more lines...)
Collapse Failed MergePatientByNameTest mergePatientByNameTest History
Run UI tests on Travis 11 secs
java.lang.NullPointerException: null
	at org.openqa.selenium.support.ui.Select.escapeQuotes(Select.java:291)
	at org.openqa.selenium.support.ui.Select.selectByVisibleText(Select.java:111)
	at org.openmrs.uitestframework.page.AbstractBasePage.selectFrom(AbstractBasePage.java:103)
	at org.openmrs.reference.page.RegistrationPage.selectPatientGender(RegistrationPage.java:130)
	at org.openmrs.reference.page.RegistrationPage.enterMegrePatient(RegistrationPage.java:293)
	at org.openmrs.reference.MergePatientByNameTest.mergePatientByNameTest(MergePatientByNameTest.java:65)
Existing test failures 4
Status Test Failing since View job Duration
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for presence of element located by: By.selector: i.delete-item.icon-remove
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw107', ip: '149.165.228.105', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-45-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
(16 more lines...)
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.openmrs.reference.FindPatientByFamilyNameTest.testRecentlyPatientTest(FindPatientByFamilyNameTest.java:38)
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.openmrs.reference.RelationTypeTest.addEditRetireDeleteRelationTypeTest(RelationTypeTest.java:51)
org.openqa.selenium.TimeoutException: Timed out after 30 seconds waiting for presence of element located by: By.name: addName
Build info: version: '2.37.0', revision: 'a7c61cbd68657e133ae96672cf995890bad2ee42', time: '2013-10-18 09:51:02'
System info: host: 'gw107', ip: '149.165.228.105', os.name: 'Linux', os.arch: 'amd64', os.version: '3.13.0-45-generic', java.version: '1.7.0_79'
Driver info: driver.version: unknown
	at sun.reflect.GeneratedConstructorAccessor19.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:193)
(15 more lines...)
Fixed tests 1
Status Test Failing since View job Duration
Successful PasswordCannotMatchUsernameTest passwordCannotMatchUsernameTest History
Failing since build #3630 (Changes by Tomasz Mueller <tmueller@soldevelo.com>) Run UI tests on Travis 23 secs

Jira issues

IssueDescriptionStatus
2 more issues…
Unknown Issue TypeRA-696Could not obtain issue details from Jira
Unknown Issue TypeRA-782Could not obtain issue details from Jira
Unknown Issue TypeRA-783Could not obtain issue details from Jira
Unknown Issue TypeRA-784Could not obtain issue details from Jira
Unknown Issue TypeRA-785Could not obtain issue details from Jira