I have to give up, too.

>From my minimal knowledge I see:
- The maven artifact poms are fine and parese
- The maven templates in dev-tools seem also to be parsed with XML parsers. As 
they are only "templates", I am not sure if we can require them to be valid 
XML! If this is not the case, I would disable those 2 lines for now: 

  print('    verify that there is an artifact for each POM template...')
  verifyArtifactPerPOMtemplate(POMtemplates, artifacts, tmpDir, version)

and:

  print('    verify that all non-Mavenized deps are deployed...')
  nonMavenizedDeps = dict()
  checkNonMavenizedDeps(nonMavenizedDeps, POMtemplates, artifacts, tmpDir,
                        version, releaseBranchSvnURL)

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: [email protected]


> -----Original Message-----
> From: Robert Muir [mailto:[email protected]]
> Sent: Saturday, September 22, 2012 5:50 PM
> To: [email protected]
> Subject: Re: Build failed in Jenkins: Lucene-Solr-40-ReleaseSmoke #3
> 
> Thanks, I would have heavy-committed it myself but my python skills are about
> a zero on a scale of 1 to 10
> 
> On Sat, Sep 22, 2012 at 11:48 AM, Steven A Rowe <[email protected]> wrote:
> > Okay, I'll do that.
> >
> > -----Original Message-----
> > From: Robert Muir [mailto:[email protected]]
> > Sent: Saturday, September 22, 2012 11:46 AM
> > To: [email protected]
> > Subject: Re: Build failed in Jenkins: Lucene-Solr-40-ReleaseSmoke #3
> >
> > the check is slow, maybe we could just add some prints to the checker
> > in this loop to see what file its complaining about?
> >
> > my jenkins runs this task about every 22 minutes (i have my desktop
> > running it in a loop)
> >
> > On Sat, Sep 22, 2012 at 11:35 AM, Robert Muir <[email protected]> wrote:
> >> the jenkins job checks out the lucene_solr_4_0 release branch and
> >> runs 'ant nightly-smoke -DJAVA6_HOME=xxxx -DJAVA7_HOME=yyyy'
> >>
> >> On Sat, Sep 22, 2012 at 11:29 AM, Steven A Rowe <[email protected]> wrote:
> >>> The maven checks use python XML parsing, which appears to be
> complaining about well-formedness of a POM file.
> >>>
> >>> How is smoketester being run?  Against a file:// url built locally?
> >>>
> >>> Steve
> >>>
> >>> -----Original Message-----
> >>> From: Robert Muir [mailto:[email protected]]
> >>> Sent: Saturday, September 22, 2012 11:07 AM
> >>> To: [email protected]
> >>> Subject: Re: Build failed in Jenkins: Lucene-Solr-40-ReleaseSmoke #3
> >>>
> >>> I have no idea about what this is, or what is going on here.
> >>>
> >>> On Sat, Sep 22, 2012 at 10:41 AM,  <[email protected]> wrote:
> >>>>      [exec] Test Maven artifacts for Lucene and Solr...
> >>>>      [exec]     get POM templates 
> >>>> ...................................................
> >>>>      [exec]     download artifacts
> .................................................................................................................................
> .................................................................................................................................
> .................................................................................................................................
> .................................................................................................................................
> ....................................
> >>>>      [exec]     verify that each binary artifact has a deployed POM...
> >>>>      [exec]     verify that there is an artifact for each POM template...
> >>>>      [exec] Traceback (most recent call last):
> >>>>      [exec]   File "/usr/lib/python3.2/xml/etree/ElementTree.py", line 
> >>>> 1668,
> in feed
> >>>>      [exec]     self._parser.Parse(data, 0)
> >>>>      [exec] xml.parsers.expat.ExpatError: not well-formed (invalid 
> >>>> token):
> line 1, column 8
> >>>>      [exec]
> >>>>      [exec] During handling of the above exception, another exception
> occurred:
> >>>>      [exec]
> >>>>      [exec] Traceback (most recent call last):
> >>>>      [exec]   File "dev-tools/scripts/smokeTestRelease.py", line 1107, in
> <module>
> >>>>      [exec]     main()
> >>>>      [exec]   File "dev-tools/scripts/smokeTestRelease.py", line 1057, in
> main
> >>>>      [exec]     smokeTest(baseURL, version, tmpDir, isSigned)
> >>>>      [exec]   File "dev-tools/scripts/smokeTestRelease.py", line 1103, in
> smokeTest
> >>>>      [exec]     checkMaven(baseURL, tmpDir, version, isSigned)
> >>>>      [exec]   File "dev-tools/scripts/smokeTestRelease.py", line 688, in
> checkMaven
> >>>>      [exec]     verifyArtifactPerPOMtemplate(POMtemplates, artifacts,
> tmpDir, version)
> >>>>      [exec]   File "dev-tools/scripts/smokeTestRelease.py", line 985, in
> verifyArtifactPerPOMtemplate
> >>>>      [exec]     treeRoot = ET.parse(POMtemplate).getroot()
> >>>>      [exec]   File "/usr/lib/python3.2/xml/etree/ElementTree.py", line 
> >>>> 1223,
> in parse
> >>>>      [exec]     tree.parse(source, parser)
> >>>>      [exec]   File "/usr/lib/python3.2/xml/etree/ElementTree.py", line 
> >>>> 678,
> in parse
> >>>>      [exec]     parser.feed(data)
> >>>>      [exec]   File "/usr/lib/python3.2/xml/etree/ElementTree.py", line 
> >>>> 1670,
> in feed
> >>>>      [exec]     self._raiseerror(v)
> >>>>      [exec]   File "/usr/lib/python3.2/xml/etree/ElementTree.py", line 
> >>>> 1543,
> in _raiseerror
> >>>>      [exec]     raise err
> >>>>      [exec]   File "<string>", line None
> >>>>      [exec] xml.etree.ElementTree.ParseError: not well-formed
> >>>> (invalid token): line 1, column 8
> >>>>
> >>>> BUILD FAILED
> >>>> <http://sierranevada.servebeer.com/job/Lucene-Solr-40-ReleaseSmoke/
> >>>> ws/build.xml>:279: exec returned: 1
> >>>>
> >>>> Total time: 22 minutes 2 seconds
> >>>> Build step 'Invoke Ant' marked build as failure
> >>>>
> >>>> -------------------------------------------------------------------
> >>>> -- To unsubscribe, e-mail: [email protected] For
> >>>> additional commands, e-mail: [email protected]
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> lucidworks.com
> >>>
> >>> --------------------------------------------------------------------
> >>> - To unsubscribe, e-mail: [email protected] For
> >>> additional commands, e-mail: [email protected]
> >>>
> >>>
> >>> --------------------------------------------------------------------
> >>> - To unsubscribe, e-mail: [email protected] For
> >>> additional commands, e-mail: [email protected]
> >>>
> >>
> >>
> >>
> >> --
> >> lucidworks.com
> >
> >
> >
> > --
> > lucidworks.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected] For
> > additional commands, e-mail: [email protected]
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected] For
> > additional commands, e-mail: [email protected]
> >
> 
> 
> 
> --
> lucidworks.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] For additional
> commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to