FHIR Chat · build.fhir.org failure loading R4 · IG creation

Stream: IG creation

Topic: build.fhir.org failure loading R4


view this post on Zulip Max Masnick (Mar 19 2021 at 14:14):

I'm hitting a build failure in http://build.fhir.org/ig/dvci/vaccine-credential-ig/branches/main/failure/build.log:

Sushi: error Failed to load hl7.fhir.r4.core#4.0.1: Request failed with status code 500 (03:51.0199)

I've tried re-triggering the build and it didn't fix it. Is this an issue with build.fhir.org, or is whatever server provides R4 down?

view this post on Zulip Lloyd McKenzie (Mar 19 2021 at 14:16):

@Mark Iantorno

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:18):

packages.fhir.org is up

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:18):

packages2.fhir.org is up

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:18):

tx.fhir.org is up

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:18):

build.fhir.org is up

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:18):

you're on your own I'm afraid

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:18):

is there no url provided for the request?

view this post on Zulip Lloyd McKenzie (Mar 19 2021 at 14:19):

Is there any possibility of it being a network error? on your end @Max Masnick?

view this post on Zulip Max Masnick (Mar 19 2021 at 14:30):

Not sure how this could be a network error on my end...the issue is occurring on build.fhir.org

It looks like other IGs have successfully built on build.fhir.org since my last re-build so I just triggered a new build.

view this post on Zulip Max Masnick (Mar 19 2021 at 14:33):

@Mark Iantorno It's not just me, here's another IG with the same issue: http://build.fhir.org/ig/ahdis/ch-ig/branches/master/failure/build.log

view this post on Zulip Max Masnick (Mar 19 2021 at 14:34):

Sushi: info  Checking local cache for hl7.fhir.r4.core#4.0.1...                  (00:00.0481)
Sushi: info  Did not find hl7.fhir.r4.core#4.0.1 in local cache.                 (00:00.0481)
Sushi: info  Downloading hl7.fhir.r4.core#4.0.1...                               (00:00.0482)
Sushi: info  Found 5 files in input/* resource folders that were neither XML nor JSON. These files were not processed as resources by SUSHI. (00:00.0483)
Sushi: error Failed to load hl7.fhir.r4.core#4.0.1: Request failed with status code 500 (03:50.0906)
Sushi: error Valid StructureDefinition resource not found. The FHIR package in your local cache may be corrupt. Local FHIR cache can be found at <home-directory>/.fhir/packages. For more information, see https://wiki.hl7.org/FHIR_Package_Cache#Location. (03:50.0906)

Same error I'm seeing.

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:36):

Yeah, I cannot help you with this right now. The servers I do have control over, are all currently up...so I would have to clone and debug your branch

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:36):

if it's not resolved next week, I can look

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:36):

I am sorry.

view this post on Zulip Max Masnick (Mar 19 2021 at 14:41):

@Mark Iantorno packages.fhir.org appears down to me

view this post on Zulip David Pyke (Mar 19 2021 at 14:41):

It's working for me. Are you firewalled?

view this post on Zulip Lloyd McKenzie (Mar 19 2021 at 14:42):

Based on the log message, this doesn't seem like something that's specific to a branch - it's choking before it's loading any IG-specific content

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:42):

it's up for me? image.png

view this post on Zulip Max Masnick (Mar 19 2021 at 14:50):

@Mark Iantorno try hitting curl http://packages.fhir.org/hl7.fhir.r4.core/4.0.1, which I believe is the URL SUSHI is trying to download that is failing. This does not work for me. Seems like the server may be up overall, but whatever serves that specific URL is broken.

@David Pyke It's not a firewall issue because it's happening both locally and on build.fhir.org

view this post on Zulip David Pyke (Mar 19 2021 at 14:51):

yep, that curl command fails for me

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:51):

that link is down

view this post on Zulip Max Masnick (Mar 19 2021 at 14:52):

Yeah that’s what’s causing the error then. This will break builds for anyone without a local cache of R4

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:53):

So, I only have control over packages2.fhir.org

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:53):

not packages.fhir.org

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:53):

which now appears to be down

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:53):

so they might be resetting it

view this post on Zulip David Pyke (Mar 19 2021 at 14:53):

So we need to poke the simplifier team

view this post on Zulip Lloyd McKenzie (Mar 19 2021 at 14:53):

Shouldn't the IG code fall back to packages2 if packages fails?

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:53):

no clue

view this post on Zulip David Pyke (Mar 19 2021 at 14:54):

curl http://packages2.fhir.org/hl7.fhir.r4.core/4.0.1
Document /hl7.fhir.r4.core/4.0.1 not found

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:54):

yeah someone has to talk to the simplifier team

view this post on Zulip Max Masnick (Mar 19 2021 at 14:55):

Who knows how to do that? I’m happy to reach out but I don’t know how to do it efficiently

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:55):

@Ward Weistra

view this post on Zulip Mark Iantorno (Mar 19 2021 at 14:56):

:point_up: Ward will know

view this post on Zulip Max Masnick (Mar 19 2021 at 14:56):

Thanks!

view this post on Zulip David Pyke (Mar 19 2021 at 14:57):

simplifier.net has the following warning:

The server has been unstable for the past hour due to an update. We have reverted back to a stable version. Sorry for the inconvenience

view this post on Zulip David Pyke (Mar 19 2021 at 14:57):

@Ward Weistra

view this post on Zulip Max Masnick (Mar 19 2021 at 15:15):

Appears to be back up. I re-triggered a CI build to check just now.

view this post on Zulip Max Masnick (Mar 19 2021 at 16:41):

It is fixed

view this post on Zulip Ward Weistra (Mar 22 2021 at 10:29):

I agree with wat the server was saying, sorry for the temporary outage @Max Masnick
Thanks for troubleshooting and the mention @David Pyke @Mark Iantorno

view this post on Zulip Ward Weistra (Mar 22 2021 at 10:30):

David Pyke said:

curl http://packages2.fhir.org/hl7.fhir.r4.core/4.0.1
Document /hl7.fhir.r4.core/4.0.1 not found

@Mark Iantorno btw, David was referring to packages2 here, not sure if you saw that.


Last updated: Apr 12 2022 at 19:14 UTC