Build: #390 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Test results

  • 13 tests in total
  • 11 tests failed
  • 11 failures are new
  • 28 seconds taken in total.

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

New test failures 11
Status Test Duration
Collapse Failed DrugImporterTest drugListShouldFailValidationIfDuplicateOpenBoxesCode History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.drugListShouldFailValidationIfDuplicateOpenBoxesCode(DrugImporterTest.java:177)
(30 more lines...)
Collapse Failed DrugImporterTest drugListShouldFailValidationIfDuplicateProductName History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.drugListShouldFailValidationIfDuplicateProductName(DrugImporterTest.java:190)
(30 more lines...)
Collapse Failed DrugImporterTest drugListShouldFailValidationIfExistingDrugWithSameName History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.drugListShouldFailValidationIfExistingDrugWithSameName(DrugImporterTest.java:149)
(30 more lines...)
Collapse Failed DrugImporterTest drugListShouldFailValidationIfMultipleMatchesForConceptName History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.drugListShouldFailValidationIfMultipleMatchesForConceptName(DrugImporterTest.java:116)
(30 more lines...)
Collapse Failed DrugImporterTest drugListShouldFailValidationIfNoMatchingConceptByName History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.drugListShouldFailValidationIfNoMatchingConceptByName(DrugImporterTest.java:100)
(30 more lines...)
Collapse Failed DrugImporterTest drugListShouldFailValidationIfNoMatchingConceptWithUuid History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.drugListShouldFailValidationIfNoMatchingConceptWithUuid(DrugImporterTest.java:133)
(30 more lines...)
Collapse Failed DrugImporterTest drugListShouldPassValidationIfExistingDrugWithSameNameButDrugInSpreadsheetHasNoUuid History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.drugListShouldPassValidationIfExistingDrugWithSameNameButDrugInSpreadsheetHasNoUuid(DrugImporterTest.java:165)
(30 more lines...)
Collapse Failed DrugImporterTest shouldImportDrugList History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.importSpreadsheet(DrugImporter.java:132)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.shouldImportDrugList(DrugImporterTest.java:203)
(30 more lines...)
Collapse Failed DrugImporterTest shouldUpdateExistingDrugName History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.importSpreadsheet(DrugImporter.java:132)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.shouldUpdateExistingDrugName(DrugImporterTest.java:244)
(30 more lines...)
Collapse Failed DrugImporterTest shouldUpdateExistingDrugReferencedByName History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.importSpreadsheet(DrugImporter.java:132)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.shouldUpdateExistingDrugReferencedByName(DrugImporterTest.java:267)
(30 more lines...)
Collapse Failed DrugImporterTest validDrugListShouldPassValidation History
< 1 sec
org.supercsv.exception.SuperCsvException: The number of columns to be processed (4) must match the number of CellProcessors (5): check that the number of CellProcessors you have defined matches the expected number of columns being read/written
context={lineNo=2, rowNo=2, columnNo=1, rowSource=[63e31e90-329d-11e3-aa6e-0800200c9a66,  PY42, Amitriptyline hydrochloride, 25 mg, coated tablet , null]}
	at org.supercsv.util.Util.executeCellProcessors(Util.java:78)
	at org.supercsv.io.AbstractCsvReader.executeProcessors(AbstractCsvReader.java:203)
	at org.supercsv.io.CsvBeanReader.read(CsvBeanReader.java:206)
	at org.openmrs.module.dispensing.importer.DrugImporter.readSpreadsheet(DrugImporter.java:237)
	at org.openmrs.module.dispensing.importer.DrugImporter.verifySpreadsheet(DrugImporter.java:64)
	at org.openmrs.module.dispensing.api.importer.DrugImporterTest.validDrugListShouldPassValidation(DrugImporterTest.java:84)
(30 more lines...)