Stream: terminology / utg
Topic: fix build
Rob Hausam (Jul 10 2019 at 00:00):
We noted on the UTG call today that the last IG build failed. After investigating it turned out to be due to a few incorrect file references which I've updated. I submitted a pull request, as currently I don't have commit rights for the UTG repo.
Rob Hausam (Jul 10 2019 at 13:00):
The UTG CI build is now back up at http://build.fhir.org/ig/HL7/UTG/branches/master/index.html. @Ted Klein
Jessica Bota (Jul 10 2019 at 13:28):
Thank you @Rob Hausam !
Ted Klein (Sep 05 2019 at 15:21):
Another item that is peculiar has cropped up: on all of the code system and value set resources that are in the UTG GIT source of truth for v2 and v3 and cya, the generated pages are placed local in the build environment. But for the FHIR code systems that were imported from the FHIR External tab, the html pages that are linked int he code system list point to the FHIR R4 site, not the generated UTG area. I cannot find any reason this is happening in the build.
Ted Klein (Sep 05 2019 at 17:23):
ok got t the bottom of this one - it was accessing the incorrect set of FHIR resources, now is working ok.
Ted Klein (Sep 05 2019 at 22:37):
K, so all the filename and case errors are fixed, but it now takes too long to run and times out:
Ted Klein (Sep 05 2019 at 22:37):
Jekyll: done in 47.398 seconds. (00:10:46.0574sec)
Checking Output HTML (00:11:11.0564sec)
found 24519 files
DEBUG:root:
*** Timeout -- deadline reached
Ted Klein (Sep 05 2019 at 22:38):
runs fine on my system, but it took about 3 times as long as it used to, due to many value sets built on SNOMED CT and they take a long time to expand and validate. No idea what we need to do to extend the timeout value...can anyone help?
Grahame Grieve (Sep 05 2019 at 22:48):
where do you get this deadline? on the ci-build?
Ted Klein (Sep 07 2019 at 23:33):
Hey thank you guys! I see it is working now. I have some updates to commit, I'll do that shortly. How much time is it taking now?
Rob Hausam (Sep 07 2019 at 23:34):
Grahame mentioned 9 minutes
Rob Hausam (Sep 07 2019 at 23:34):
lots better
Ted Klein (Oct 16 2019 at 15:24):
ok, we have a newish problem - the build of a branch off of the GitHub master is failing now with apparently two errors. The first one that I have never seen before is:
Ted Klein (Oct 16 2019 at 15:24):
ontacting Build Server... (00:00.0048)
... done (00:00.0736)
Root directory: /scratch/ig-build-temp-N9DIZO/repo (00:00.0737)
Terminology Cache is at /scratch/ig-build-temp-N9DIZO/repo/txCache. Trimming now (00:00.0743)
Installing hl7.fhir.core#4.0.0 to the package cache
Fetching:............................................................................................................
......................................................................................................................
.......................................................................................|
Analysing.............................................................................................................
......................................................................................................................
................................................... done.
Load Terminology Cache from /scratch/ig-build-temp-N9DIZO/repo/txCache (00:28.0136)
Connect to Terminology Server at http://tx.fhir.org (00:29.0094)
WARNING: Could not connect to terminology server - terminology content will likely not publish correctly (Unable to connect to terminology server. Use parameter '-tx n/a' tun run without using terminology services to validate LOINC, SNOMED, ICD-X etc. Error = Error sending Http Request: Read timed out) (00:39.0185)
Load Content (00:39.0346)
Processing Conformance Resources (00:54.0009)
Terminology server: Check for supported code systems for http://terminology.hl7.org/hl7TermMaintInfra (01:04.0028)
Generating Narratives (19:41.0741)
Validating Resources (19:41.0750)
Generating Outputs in /scratch/ig-build-temp-N9DIZO/repo/output (19:42.0693)
DEBUG:root:
*** Timeout -- deadline reached
Ted Klein (Oct 16 2019 at 15:25):
so apparently cannot connect to tx.fhir.org; I have no clue. The second error is that since this is a ew build of a branch, the cache does not exist so our original problem with timeout seems to her returned as well
Ted Klein (Oct 16 2019 at 15:25):
Grahame and/or Josh M - can you shed any light on what we can do to get this working? Thanks.
Rob Hausam (Oct 16 2019 at 19:22):
looks like tx.fhir.org is up - are you still having the issue?
Last updated: Apr 12 2022 at 19:14 UTC