Stream: IG creation
Topic: attribute signposts isn't defined
Elliot Silver (Jul 19 2021 at 23:31):
I have a brand new sushi project that only contains the sample patient. There are a number of "errors" when I try to run this through sushi and the IG publisher. I'll follow-up on #shorthand with the others, but I'm getting the following from the publisher:
Build final .zip (01:19.0159)
Final .zip built (01:19.0716)
Finished. Times: loading: 00:00.0227, generate: 00:56.0209, narrative generation: 00:00.0121, realm-rules: 00:00.0000, previous-version: 00:00.0000, jekyll: 00:06.0143, validation: 00:00.0286 (#2), template: 00:01.0949 (#3) (01:20.0346)
context [anonymous] 4:2 attribute signposts isn't defined
context [anonymous] 4:2 attribute signposts isn't defined
Validation output in /Users/elliot/src/ps/output/qa.html
Errors: 0, Warnings: 1, Info: 0, Broken Links = 0 (01:20.0467)
What are "attribute signposts" and should I care about this?
Brian Postlethwaite (Jul 19 2021 at 23:32):
I started to see that locally yesterday too, rolled to a previous (igpublisher) build in my CI environment.
Elliot Silver (Jul 19 2021 at 23:32):
But it doesn't seem to affect your build?
Brian Postlethwaite (Jul 19 2021 at 23:33):
From what I can tell, it's a part of the qa checker process (in post build review steps).
Brian Postlethwaite (Jul 19 2021 at 23:34):
unfortunately it makes the build process return an error code (even though is successful) so my Azure CI failed the builds.
Brian Postlethwaite (Jul 19 2021 at 23:34):
(was going to chase it up today, but looks like you've hit it too)
Elliot Silver (Jul 19 2021 at 23:44):
OK, well, I suppose I feel better knowing that my project isn't at fault.
Lloyd McKenzie (Jul 20 2021 at 00:26):
@Mark Iantorno ?
Mark Iantorno (Jul 20 2021 at 00:29):
No clue. I'll have to look into it tomorrow.
Mark Iantorno (Jul 20 2021 at 00:56):
please send me the files and instructions on how to replicate this
Elliot Silver (Jul 20 2021 at 02:34):
I don't have this on github yet, so I can't easily point you at it. Let me know if you want me to email it to you. But as I said, it's a brand new sushi project; I tried building before starting any changes to ensure my build process was good.
Brian Postlethwaite (Jul 20 2021 at 04:41):
It's in the build log of this recently completed build...
http://build.fhir.org/ig/IHE/ITI.PDQm/branches/main/build.log
So I think it's any current build.
Mark Iantorno (Jul 20 2021 at 12:10):
It's still giving a valid output? Is the build still working and producing the output you need?
Mark Iantorno (Jul 20 2021 at 12:11):
like, at the end I see Errors: 0, Warnings: 0, Info: 0, Broken Links = 0 (02:02.0505)
Mark Iantorno (Jul 20 2021 at 12:11):
Is there any change in your output?
Elliot Silver (Jul 20 2021 at 15:50):
It looks like it completes fine (1 warning, but I understand why that's there), and the output appears ok. I think @Brian Postlethwaite suggested it was returning an error code.
Brian Postlethwaite (Jul 20 2021 at 23:01):
That's right. Build is fine, just the process return code.
John Moehrke (Aug 25 2021 at 17:35):
note, still does this
context [anonymous] 4:2 attribute signposts isn't defined
context [anonymous] 4:2 attribute signposts isn't defined
Brian Postlethwaite (Aug 29 2021 at 01:40):
Yes, it reports that in the output, but the IG generated from what I can tell is good. But the process returns an error code (which breaks my internal CI pipeline)
Grahame Grieve (Aug 29 2021 at 03:40):
well, this is an error message created by a transform that @Lloyd McKenzie maintains that does some post-processing of the qa output or something. It's got nothing to do with the actual IG publication
Lloyd McKenzie (Aug 29 2021 at 05:12):
Do you know which transform @Grahame Grieve?
Grahame Grieve (Aug 29 2021 at 05:39):
no. just one of them
John Moehrke (Sep 02 2021 at 18:51):
seems these messages at the end of the build are growing, but I still have no idea what they are trying to tell me.
Finished. Times: loading: 00:00.0327, generate: 00:43.0571, narrative generation: 00:00.0628, realm-rules: 00:00.0000, previous-version: 00:00.0000, jekyll: 00:13.0599, validation: 00:05.0527 (#15), template: 00:03.0102 (#3) (01:04.0962)
context [anonymous] 3:46 attribute id isn't defined
context [anonymous] 3:85 attribute id isn't defined
context [anonymous] 3:167 attribute id isn't defined
context [anonymous] 3:175 attribute vsumm isn't defined
context [anonymous] 4:58 attribute id isn't defined
context [anonymous] 4:64 attribute signposts isn't defined
context [anonymous] 3:46 attribute id isn't defined
context [anonymous] 3:85 attribute id isn't defined
context [anonymous] 3:167 attribute id isn't defined
context [anonymous] 3:175 attribute vsumm isn't defined
context [anonymous] 4:58 attribute id isn't defined
context [anonymous] 4:64 attribute signposts isn't defined
Validation output in C:\Users\johnm\Git\ITI.PDQm\output\qa.html
Errors: 0, Warnings: 0, Info: 0, Broken Links = 0 (01:05.0171)
Done. This IG has been built using the 'normal' process for local use. If building to host on an an external website, use the process documented [yet to be documented]]) (01:05.0183)
Press any key to continue . . .
Lloyd McKenzie (Sep 02 2021 at 19:01):
It's on my list to dig into, but given that it doesn't seem to be hurting anything, it's a "later in September" problem.
Last updated: Apr 12 2022 at 19:14 UTC