Did more changes on zombie detector script and pushed them. Have now moved master build over to use this zombie detector script only since it seems to basically work (Translation: post-build, we no longer have script in a text window up in jenkins for master build.... instead we call out to the checked-in ./dev-support/zombie-detector.sh passing current build number).
Now I'm working on getting test-patch.sh to use the same zombie detector. I just changed test-patch.sh to run zombie-detector before it does its old stuff. Hopefully it keeps working. At end of the day, will have all builds using same checked-in script rather than running script out of jenkins configuration. St.Ack On Sat, Nov 7, 2015 at 11:41 AM, Stack <[email protected]> wrote: > Is this an example Sean, > https://builds.apache.org/job/HBase-Trunk_matrix/442/jdk=latest1.7,label=Hadoop/consoleText > ? > Thanks, > St.Ack > > On Thu, Nov 5, 2015 at 8:42 AM, Sean Busbey <[email protected]> wrote: > >> If Maven has trouble grabbing a pom but not an artifact, it'll >> substitute in a placeholder pom that doesn't have e.g. license >> information. That can result in a local repo that fails this way until >> the refresh timeout hits for grabbing a pom again. >> >> On Wed, Nov 4, 2015 at 5:33 PM, Stack <[email protected]> wrote: >> > Thanks Andrew. Weird is that it is sporadic. Will keep an eye on it. >> > St.Ack >> > >> > On Wed, Nov 4, 2015 at 8:14 AM, Andrew Purtell < >> [email protected]> >> > wrote: >> > >> >> > [ERROR] Error invoking method 'get(java.lang.Integer)' in >> >> java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22] >> >> >> >> This means a Velocity macro for building LICENSE info about a component >> >> has failed because necessary information is missing in the Maven model. >> >> When I have seen this it has been due to a change in dependencies >> without >> >> necessary updates to supplemental-models.xml. Running the LICENSE and >> >> NOTICE aggregations in debug mode will print out clues as to what >> >> specifically is missing. See defines in the POMs for doing so. (I'm >> not at >> >> the computer yet so can't pull up the specifics.) >> >> >> >> >> >> > On Nov 4, 2015, at 6:23 AM, Stack <[email protected]> wrote: >> >> > >> >> > [ERROR] Error invoking method 'get(java.lang.Integer)' in >> >> > java.util.ArrayList at META-INF/LICENSE.vm[line 1627, column 22] >> >> >> >> >> >> -- >> Sean >> > >
