Stream: committers
Topic: Build Failure from clean checkout
Andy Stechishin (Dec 01 2017 at 21:41):
When you do a clean checkout (no pre-existing files) the build fails. It has been like this for a couple of months.
Failure:
Running publication process now with args: ''
Buildfile: /Users/stechia/Documents/develop/HL7/fhir-ref-build/build.xml
download-ivy:
[mkdir] Created dir: /Users/stechia/Documents/develop/HL7/fhir-ref-build/ivy
[echo] installing ivy...
[get] Getting: http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.4.0/ivy-2.4.0.jar
[get] To: /Users/stechia/Documents/develop/HL7/fhir-ref-build/ivy/ivy.jar
install-ivy:
fetch-imports:
[ivy:resolve] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:resolve] :: loading settings :: file = /Users/stechia/Documents/develop/HL7/fhir-ref-build/ivysettings.xml
[ivy:resolve] /Users/stechia/Documents/develop/HL7/fhir-ref-build/ivy.xml (No such file or directory) in file:/Users/stechia/Documents/develop/HL7/fhir-ref-build/ivy.xml
BUILD FAILED
/Users/stechia/Documents/develop/HL7/fhir-ref-build/build.xml:76: syntax errors in ivy file: java.text.ParseException: /Users/stechia/Documents/develop/HL7/fhir-ref-build/ivy.xml (No such file or directory) in file:/Users/stechia/Documents/develop/HL7/fhir-ref-build/ivy.xml
at org.apache.ivy.plugins.parser.xml.XmlModuleDescriptorParser$Parser.parse(XmlModuleDescriptorParser.java:294)
Andy Stechishin (Dec 01 2017 at 21:42):
It would appear that there needs to be an ivy.xml file either generated or checked into subversion
Lloyd McKenzie (Dec 01 2017 at 22:39):
build/ivy.xml has been checked in since October (and has had changes committed numerous times since). So the question is why it's not showing up when you're doing a clean checkout - or what's deleting it. Try doing an update and see if the file is present. If not, check and make sure you've checked out the most recent version of trunk. If still not, something very weird is going on, though you might still be able to grab it by finding it with the SVN repo browser or navigating through gForge.
Andy Stechishin (Dec 01 2017 at 22:46):
The problem is you cannot do a clean checkout of the repository anymore, too much stuff
Andy Stechishin (Dec 01 2017 at 22:47):
The server truncates the checkout:
A fhir-test-build/guides/sdcde2/src-generated/resources/sdcde.xml
A fhir-test-build/guides/sdcde2/src-generated/sdcde.json
svn: E120106: ra_serf: The server sent a truncated HTTP response body.
Andy Stechishin (Dec 01 2017 at 22:47):
After trying this a few times, it truncates at the same place each time
Lloyd McKenzie (Dec 01 2017 at 22:52):
According to this, you can use svn clean and svn up to get the rest. I'll work with Lynn and David to see if we can get the timeouts on the server adjusted to avoid this problem going forward.
Josh Mandel (Dec 01 2017 at 23:09):
(When we switch to git... this'll get better too :-))
Lloyd McKenzie (Dec 05 2017 at 18:26):
HQ has made some changes to SVN. Andy, are you able to try again?
Andy Stechishin (Dec 05 2017 at 19:10):
No change for me
Last updated: Apr 12 2022 at 19:14 UTC