Stream: IG creation
Topic: template has no entry on the
Lloyd McKenzie (Jul 23 2021 at 19:58):
I've now seen intermittent failures on 3 different IGs all with the same message: The package 'hl7.fhir.template' has no entry on the current build server
. (The specific template varies depending on the IG.)
If the build is re-triggered, it suddenly works. This always happens on the CI build. I haven't seen it happen locally. Is the build server being flaky or something? @Mark Iantorno
Mark Iantorno (Jul 23 2021 at 19:59):
The build server just executes the same command you would run locally...maybe the server providing the templates is having issues?
Mark Iantorno (Jul 23 2021 at 19:59):
Are you confident this is failing consistently
Mark Iantorno (Jul 23 2021 at 20:00):
Like every single build is failing? Or is this an intermittent failure?
Mark Iantorno (Jul 23 2021 at 20:09):
Yeah, just to clarify, you're saying the second build on the server always works, and the first always fails?
Lloyd McKenzie (Jul 23 2021 at 20:12):
I haven't noticed that level of consistency. I think it's intermittent. I kicked off one IG I hadn't touched in quite a while and it ran fine yesterday for the first time. I've had a couple of IGs fail with the fhir template and Ted had a failure with the UTG template. I haven't noticed a specific pattern. (Which I realize makes diagnosing harder.) Was thinking checking the logs of the package server might be a starting point to see if there's anything weird happening there?
John Moehrke (Jul 23 2021 at 20:20):
it happened to me once. tried again a bit later and it worked. that is all I know
Mark Iantorno (Jul 26 2021 at 14:03):
So, if this is intermittent, then I would agree that this is an infrastructure issue and not a core/error issue. I'm going to wait until Grahame gets back before we start doing any infrastructure cahnges
Lloyd McKenzie (Jul 26 2021 at 14:26):
Are we able to monitor the package server to see if it's exhibiting any flakiness?
Mark Iantorno (Jul 26 2021 at 18:03):
I am not able to, no
Lloyd McKenzie (Jul 26 2021 at 19:56):
Ok. That sounds like something we should aim to fix when Grahame's back.
Mark Scrimshire (Feb 04 2022 at 01:46):
I have been attempting to build davinci-epdx (PDex) but I am consistently getting the following error:
org.hl7.fhir.exceptions.FHIRException: Error loading template hl7.davinci.template#current: The package 'hl7.davinci.template' has no entry on the current build server
http://build.fhir.org/ig/HL7/davinci-epdx/branches/master/failure
The build compiles without error locally. And I am using the latest 1.1.98 build locally to match the version on build.fhir.org
Josh Mandel (Feb 04 2022 at 02:19):
Hmm. http://build.fhir.org/ig/HL7/ig-template-davinci/branches/master/package.tgz seems to exist which is (might be?) the template in question. Does PDex build for you locally with a clean cache?
Lloyd McKenzie (Feb 04 2022 at 02:34):
Are you referencing #current in your ig.ini? Grahame has determined that we're not supposed to use #current anymore. (We have a disagreement on that point...)
Grahame Grieve (Feb 04 2022 at 02:39):
I just rebuilt it
Grahame Grieve (Feb 04 2022 at 02:40):
that wasn't quite what I said. What I said was that it should not be the normal default to use #current. It works and will continue to work and is appropriate if that's what you want to do. but if you don't know why you want to be using #current, you shouldn't be
Last updated: Apr 12 2022 at 19:14 UTC