Stream: committers
Topic: milestone
Grahame Grieve (Dec 28 2019 at 20:59):
I'll be cutting the R5 milestone for the Sydney Connectathon tomorrow. It will be 4.2.0
Grahame Grieve (Dec 31 2019 at 12:07):
can anyone else actually get the main build to run right now? It builds for me on my local PC, but fails on 4 other PCs, in every case differently - and incomprehensibly
Grahame Grieve (Dec 31 2019 at 12:08):
directories that clearly exist that don't and values that can't have a particular value that do...
Jose Costa Teixeira (Dec 31 2019 at 15:16):
Haven't built in a while, this is what I get now
[java] Errors: 0 Warnings: 196 Hints: 1074 [java] [java] ===Resources with FMM forced to 0=== [java] FHIR Infrastructure: [java] CapabilityStatement(5), DomainResource(5), ImplementationGuide(1), OperationDefinition(5), Resource(5), SearchParameter(3), StructureMap(2) [java] 14.334 838sec 1664MB [java] This was a Full Build 2.14 840sec 1664MB [java] java.io.FileNotFoundException: C:\HL7\FHIR\build\publish\hl7.fhir.r5.core.tgz (The system cannot find the file specified) [java] at java.base/java.io.FileInputStream.open0(Native Method) [java] at java.base/java.io.FileInputStream.open(FileInputStream.java:213) [java] at java.base/java.io.FileInputStream.<init>(FileInputStream.java:155) [java] at java.base/java.io.FileInputStream.<init>(FileInputStream.java:110) [java] at org.hl7.fhir.tools.publisher.Publisher.produceSpec(Publisher.java:2714) [java] at org.hl7.fhir.tools.publisher.Publisher.produceSpecification(Publisher.java:2217) [java] at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:625) [java] at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:486) [java] FHIR build failure @ Tue, Dec 31, 2019 16:04+0100 1.403 842sec 1664MB [java] Error: C:\HL7\FHIR\build\publish\hl7.fhir.r5.core.tgz (The system cannot find the file specified)
Grahame Grieve (Dec 31 2019 at 19:06):
hmm
David Pyke (Jan 01 2020 at 02:01):
[java] Produce Content 6.808 39sec 1300MB [java] ...logical model definition 0.0 39sec 1300MB [java] ...logical model event 0.305 40sec 1606MB [java] ...logical model request 0.304 40sec 958MB [java] ...logical model fivews 0.159 40sec 1276MB [java] ...logical model participant 0.473 40sec 1682MB [java] ...logical model participantcontactable 0.09 41sec 786MB [java] ...logical model participantliving 0.047 41sec 834MB [java] ...logical model product 0.05 41sec 886MB [java] ...default Capability Statements 0.196 41sec 1154MB [java] ...resource CodeSystem 0.182 41sec 1598MB [java] Exception in thread "main" java.lang.NoSuchMethodError: 'java.util.Map org.hl7.fhir.tools.publisher.PageProcessor.getValueSets()' [java] at org.hl7.fhir.definitions.generators.specification.JsonSpecGenerator.resolveValueSet(JsonSpecGenerator.java:612) [java] at org.hl7.fhir.definitions.generators.specification.JsonSpecGenerator.generateCoreElem(JsonSpecGenerator.java:583) [java] at org.hl7.fhir.definitions.generators.specification.JsonSpecGenerator.generateInner(JsonSpecGenerator.java:135) [java] at org.hl7.fhir.definitions.generators.specification.JsonSpecGenerator.generate(JsonSpecGenerator.java:110) [java] at org.hl7.fhir.tools.publisher.Publisher.produceProfile(Publisher.java:5086) [java] at org.hl7.fhir.tools.publisher.Publisher.produceConformancePackage(Publisher.java:5006) [java] at org.hl7.fhir.tools.publisher.Publisher.produceResource2(Publisher.java:4211) [java] at org.hl7.fhir.tools.publisher.Publisher.loadValueSets2(Publisher.java:1281) [java] at org.hl7.fhir.tools.publisher.Publisher.produceSpec(Publisher.java:2373) [java] at org.hl7.fhir.tools.publisher.Publisher.produceSpecification(Publisher.java:2217) [java] at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:625) [java] at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:486)
BUILD FAILED
/home/loftwyr/FHIR/fhir/build.xml:30: The following error occurred while executing this line:
/home/loftwyr/FHIR/fhir/tools/java/org.hl7.fhir.tools.core/build.xml:70: Java returned: 1
Grahame Grieve (Jan 01 2020 at 06:24):
carumba. that's even weirder
Jose Costa Teixeira (Jan 01 2020 at 08:26):
mine now gets me a
Error: C:\HL7\FHIR\build\publish\hl7.fhir.r5.core.tgz (The system cannot find the file specified)
David Pyke (Jan 02 2020 at 17:36):
I did a complete rm and re-checkout and my error went away. none of the git commands to reset to origin seemed to make a difference
David Pyke (Jan 02 2020 at 18:02):
Now I get the same error as Jose
Last updated: Apr 12 2022 at 19:14 UTC