FHIR Chat · New release 1.101 fails · IG creation

Stream: IG creation

Topic: New release 1.101 fails


view this post on Zulip François Macary (Jun 30 2020 at 06:32):

The order-catalog IG no longer builds with Publisher version 1.101 today, neither in CI nor locally. This seems to be the case of other IGs as well on CI.
The log says things like that:
Load Content (00:16.0515)
Duplicate Resource in IG: StructureDefinition/null
Duplicate Resource in IG: StructureDefinition/null
Duplicate Resource in IG: CodeSystem/null
Duplicate Resource in IG: ValueSet/null
Duplicate Resource in IG: CodeSystem/null
Duplicate Resource in IG: ValueSet/null
Duplicate Resource in IG: ValueSet/null
Exception in thread "main" java.lang.Error: Unable to continue because duplicate input resources were identified

Is there something wrong in the IG itself or in the template or in the builder?

view this post on Zulip Grahame Grieve (Jun 30 2020 at 06:33):

oh interesting. I'll have to investigate

view this post on Zulip Grahame Grieve (Jun 30 2020 at 22:36):

what IG is this? None of the other IGs I've tried behave like this

view this post on Zulip Kevin Power (Jul 07 2020 at 17:15):

@Grahame Grieve -- If you are still looking for an example, I noticed the genomics-reporting IG is generating a similar error when I build locally:

     [java] Load Package hl7.fhir.xver-extensions#0.0.4
     [java] Load Content                                                                     (00:17.0500)
     [java] Duplicate Resource in IG: ValueSet/hgnc
     [java] Duplicate Resource in IG: ValueSet/dna-change-type
     [java] Duplicate Resource in IG: ValueSet/variant-inheritance
     [java] Duplicate Resource in IG: ValueSet/high-low-codes
     [java] Duplicate Resource in IG: ValueSet/functional-annotation
     [java] Duplicate Resource in IG: ValueSet/hgvs
     [java] Duplicate Resource in IG: ValueSet/seq-phase-relationship
     [java] Exception in thread "main" java.lang.Error: Unable to continue because duplicate input resources were identified
     [java]     at org.hl7.fhir.igtools.publisher.Publisher.load(Publisher.java:2966)
     [java]     at org.hl7.fhir.igtools.publisher.Publisher.createIg(Publisher.java:841)
     [java]     at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:707)
     [java]     at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:7756)

CC: @Jamie Jones who was also investigating.

view this post on Zulip Kevin Power (Jul 07 2020 at 17:16):

Not quite the same as it doesn't have the /null mentions. Maybe not related at all, but we just noticed this today.

view this post on Zulip Grahame Grieve (Jul 07 2020 at 22:11):

those are genuine issues in the IG - you have duplicate resources

view this post on Zulip Patrick Werner (Jul 10 2020 at 08:05):

we only are defining the bindings in the spreadsheets, referring to the external (xml StrucDefs in src/resources/vocabulary) defined VSs


Last updated: Apr 12 2022 at 19:14 UTC