FHIR Chat · Branch build failing on broken bundle: · committers

Stream: committers

Topic: Branch build failing on broken bundle:


view this post on Zulip Eric Haas (Jun 27 2019 at 21:59):

I am working on a build branch and am unable to get a clean build due to the following
error. I didn't touch this file and am up to date on the master branch.

how did I break this? I am assuming this is a generated instance. I created two new
codesystems and valuesets.

[java]  ...validate ehrsrle/conformance-ehrs-rle                                  0.384 873sec  828MB
  [java]  ...validate v2-tables                                                     0.426 874sec  828MB
  [java]  ...validate v3-codesystems                                                123.943 998sec  855MB
  [java]  ...validate valuesets                                                     15.417 1013sec  826MB
  [java] valuesets:: Bundle.entry[256].resource: Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem, Element 'Bundle.entry[256].resource.publisher': minimum required = 1, but only found 0
  [java] valuesets:: Bundle.entry[256].resource: Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem, Element 'Bundle.entry[256].resource.publisher': minimum required = 1, but only found 0
  [java]  ...validate conceptmaps                                                   71.167 1084sec  834MB
  [java]  ...validate profiles-types                                                0.499 1085sec  828MB
  [java]  ...validate profiles-resources                                            6.265 1091sec  828MB
  [java]  ...validate profiles-others                                               147.234 1238sec  829MB
  [java]  ...validate search-parameters                                             42.692 1281sec  829MB
  [java]  ...validate extension-definitions                                         7.982 1289sec  831MB
  [java] Summary: Errors=2, Warnings=34126, Information messages=5544
  [java] ERROR @ Bundle.entry[256].resource (line 0, col0): valuesets:: Bundle.entry[256].resource: Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem, Element 'Bundle.entry[256].resource.publisher': minimum required = 1, but only found 0 (src = InstanceValidator)
  [java] ERROR @ Bundle.entry[256].resource: valuesets:: Bundle.entry[256].resource: Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem, Element 'Bundle.entry[256].resource.publisher': minimum required = 1, but only found 0 (src = InstanceValidator)
  [java] This was a Full Build                                                      26.493 1315sec 1498MB
  [java] FHIR build failure @ Thu, Jun 27, 2019 21:22+0000                          0.102 1315sec 1498MB
  [java] Error: Resource Examples failed instance validation
  [java] org.hl7.fhir.tools.publisher.ExampleInspector$EValidationFailed: Resource Examples failed instance validation
  [java]    at org.hl7.fhir.tools.publisher.ExampleInspector.summarise(ExampleInspector.java:400)
  [java]    at org.hl7.fhir.tools.publisher.Publisher.validationProcess(Publisher.java:5894)
  [java]    at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:628)
  [java]    at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:481)

view this post on Zulip Grahame Grieve (Jul 03 2019 at 23:20):

is this sorted/


Last updated: Apr 12 2022 at 19:14 UTC