Stream: committers
Topic: IG build bot is stuck?
Eric Haas (Dec 08 2017 at 18:48):
I just refactored my git repo to use the auto-publish but I not getting a response. prior to this was providing logging messages. I think I fixed the last issue but now it hangs. @Josh Mandel ?
Josh Mandel (Dec 08 2017 at 18:52):
Are you seeing this problem in other repositories or just this one?
Eric Haas (Dec 08 2017 at 18:53):
ill run uscore and see. bryns is working..
Eric Haas (Dec 08 2017 at 19:02):
I updated both US Core and Case Reporting... and still waiting after 5 minutes... usually long enough to build.
Eric Haas (Dec 08 2017 at 19:05):
Us-core just built, still waiting on case-reporting....
Eric Haas (Dec 08 2017 at 19:08):
let me try adding TxCache... I though I didn't need that...
Eric Haas (Dec 08 2017 at 21:06):
c'est voila - is fixed!
Brian Postlethwaite (Dec 08 2017 at 21:27):
Sorry to hassle team, I'm setting up my first CI build and getting a weird issue that doesn't occur locally.
http://build.fhir.org/ig/HL7/VhDir/build.log
Any chance of an assist here?
Brian Postlethwaite (Dec 08 2017 at 21:29):
It Initializes, Loads Content, then says
Publishing Content Failed: null
followed by a null pointer exception
Josh Mandel (Dec 08 2017 at 21:50):
Hrm. I haven't seen this @Brian Postlethwaite.
Grahame Grieve (Dec 08 2017 at 21:51):
it's trying to open a null file
Brian Postlethwaite (Dec 08 2017 at 21:51):
I'll do a local clean and try again.
Grahame Grieve (Dec 08 2017 at 21:51):
because it can't find the file you've named. check case
Brian Postlethwaite (Dec 08 2017 at 21:52):
That should complain locally on windows too right?
Grahame Grieve (Dec 08 2017 at 21:52):
should. but not with the unerring certainty that it will on Unix
Grahame Grieve (Dec 08 2017 at 21:53):
checked in a fix to get a more useful error message, but won't be live for 30min
Brian Postlethwaite (Dec 08 2017 at 21:53):
thanks.
Eric Haas (Dec 08 2017 at 22:19):
case errors are common since unix is a stickler for case. windows does not care ( nor IOS for that matter)
Eric Haas (Dec 08 2017 at 22:30):
does the auto-builder use the cache folder at all?
Grahame Grieve (Dec 08 2017 at 22:48):
yes
Brian Postlethwaite (Dec 08 2017 at 23:07):
Thanks, that's given the name of the file with the issue. perfect.
Last updated: Apr 12 2022 at 19:14 UTC