INFO:root:about to clone! DEBUG:root:running: git clone --recursive https://github.com/ansforge/IG-documentation --branch 0.1.9 repo DEBUG:root:Time to deadline 35879.997441 seconds Cloning into 'repo'... Note: switching to '7ac6355905ba7dd8b2e502ae0635c542a3d7c241'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false DEBUG:root:running: wget -q https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -O publisher.jar DEBUG:root:Time to deadline 35876.517557 seconds DEBUG:root:running: npm -g install fsh-sushi DEBUG:root:Time to deadline 35875.147278 seconds npm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported npm WARN deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. npm WARN deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported added 139 packages in 7s 14 packages are looking for funding run `npm fund` for details npm notice npm notice New major version of npm available! 9.8.1 -> 11.7.0 npm notice Changelog: npm notice Run `npm install -g npm@11.7.0` to update! npm notice DEBUG:root:running: java -Xms19000m -Xmx19000m -jar ../publisher.jar -ig ig.json -api-key-file /etc/ig.builder.keyfile.ini -fhir-settings /etc/fhir-settings.json -auto-ig-build -tx http://tx.fhir.org -target https://build.fhir.org/ig/ansforge/IG-documentation/ -out /scratch/repo DEBUG:root:Time to deadline 35868.198209 seconds FHIR IG Publisher Version 2.0.29 (Git# 826a7eb003d6). Built 2025-12-17T01:19:30.102Z (13 hours old) Detected Java version: 21-ea from /usr/local/openjdk-21 on Linux/amd64 (64bit). 19008MB available dir = /scratch/repo, path = /usr/local/openjdk-21/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin Parameters: -ig ig.json -api-key-file /etc/ig.builder.keyfile.ini -fhir-settings /etc/fhir-settings.json -auto-ig-build -tx http://tx.fhir.org -target https://build.fhir.org/ig/ansforge/IG-documentation/ -out /scratch/repo Character encoding = UTF-8 / UTF-8 Start Clock @ Wednesday, December 17, 2025, 2:50:21 PM Coordinated Universal Time (2025-12-17T14:50:21Z) Build FHIR IG from /scratch/repo (00:00.028 / 00:00.029, 97Mb) API keys loaded from /etc/fhir-settings.json (00:00.003 / 00:00.032, 97Mb) Package Cache: /var/lib/.fhir/packages (00:00.003 / 00:00.035, 97Mb) Root directory: /scratch/repo (00:00.010 / 00:00.046, 97Mb) Unable to load IG as an r5 IG - try R4 (/scratch/repo/fsh-generated/resources/ImplementationGuide-ans.fr.documentation.json) (00:00.002 / 00:00.048, 97Mb) Publishing Content Failed: Error Parsing File /scratch/repo/fsh-generated/resources/ImplementationGuide-ans.fr.documentation.json: /scratch/repo/fsh-generated/resources/ImplementationGuide-ans.fr.documentation.json (00:00.077 / 00:00.125, 101Mb) (00:00.000 / 00:00.126, 101Mb) Use -? to get command line help (00:00.000 / 00:00.126, 101Mb) (00:00.000 / 00:00.126, 101Mb) Stack Dump (for debugging): (00:00.000 / 00:00.127, 101Mb) java.lang.Exception: Error Parsing File /scratch/repo/fsh-generated/resources/ImplementationGuide-ans.fr.documentation.json: /scratch/repo/fsh-generated/resources/ImplementationGuide-ans.fr.documentation.json at org.hl7.fhir.igtools.publisher.PublisherIGLoader.initializeFromIg(PublisherIGLoader.java:270) at org.hl7.fhir.igtools.publisher.PublisherIGLoader.initialize(PublisherIGLoader.java:151) at org.hl7.fhir.igtools.publisher.Publisher.execute(Publisher.java:222) at org.hl7.fhir.igtools.publisher.Publisher.main(Publisher.java:1594) Caused by: java.nio.file.NoSuchFileException: /scratch/repo/fsh-generated/resources/ImplementationGuide-ans.fr.documentation.json at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) at java.base/java.nio.file.Files.newByteChannel(Files.java:379) at java.base/java.nio.file.Files.newByteChannel(Files.java:431) at java.base/java.nio.file.Files.readAllBytes(Files.java:3267) at org.hl7.fhir.utilities.FileUtilities.fileToBytes(FileUtilities.java:118) at org.hl7.fhir.r4.formats.FormatUtilities.loadFile(FormatUtilities.java:179) at org.hl7.fhir.igtools.publisher.PublisherIGLoader.initializeFromIg(PublisherIGLoader.java:267) ... 3 more