I removed my .ivy2 cache folder and tried all the cleans I could and got by that and hit another problem...
Seem to involve the links to jars that are used - I've run into this a couple times and have a JIRA somewhere. You end up with broken links that don't get synced out or removed with ant clean-jars - you have to manually go in and remove them. All working now, thanks. - Mark On Fri, Jul 17, 2015 at 11:45 AM Steve Rowe <[email protected]> wrote: > Mark, I think your checkout is borked - you have the > lucene/ivy-versions.properties change that removed the definitions for the > hll and fastutil deps, but you still have an ivy.xml file that wants to > download those files. > > Steve > www.lucidworks.com > > > On Jul 17, 2015, at 11:39 AM, Mark Miller <[email protected]> wrote: > > > > I can't get ivy to resolve locally so far: > > > > [ivy:retrieve] ==== working-chinese-mirror: tried > > [ivy:retrieve] > http://uk.maven.org/maven2/it/unimi/dsi/fastutil/${/it.unimi.dsi/fastutil}/fastutil-${/it.unimi.dsi/fastutil}.pom > > [ivy:retrieve] -- artifact > it.unimi.dsi#fastutil;${/it.unimi.dsi/fastutil}!fastutil.jar: > > [ivy:retrieve] > http://uk.maven.org/maven2/it/unimi/dsi/fastutil/${/it.unimi.dsi/fastutil}/fastutil-${/it.unimi.dsi/fastutil}.jar > > [ivy:retrieve] > :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:retrieve] :: UNRESOLVED DEPENDENCIES > :: > > [ivy:retrieve] > :::::::::::::::::::::::::::::::::::::::::::::: > > [ivy:retrieve] :: net.agkn#hll;${/net.agkn/hll}: not found > > [ivy:retrieve] :: > it.unimi.dsi#fastutil;${/it.unimi.dsi/fastutil}: not found > > [ivy:retrieve] > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > On Fri, Jul 17, 2015 at 11:06 AM Steve Rowe <[email protected]> wrote: > > I’m changing the checkout strategy on ASF Jenkins (and I’ll try on > Policeman Jenkins too) to “Emulate clean checkout by first deleting > unversioned/ignored files, then ‘svn update’” (was “Use 'svn update' as > much as possible”), so we don’t have to manually intervene when we change > dependency versions. > > > > Steve > > www.lucidworks.com > > > > > On Jul 17, 2015, at 10:51 AM, Apache Jenkins Server < > [email protected]> wrote: > > > > > > Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3357/ > > > > > > All tests passed > > > > > > Build Log: > > > [...truncated 62032 lines...] > > > BUILD FAILED > > > > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: > The following error occurred while executing this line: > > > > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:443: > The following error occurred while executing this line: > > > > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:105: > The following error occurred while executing this line: > > > > /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:208: > Source checkout is dirty after running tests!!! Offending files: > > > * ./solr/licenses/fastutil-6.5.11.jar.sha1 > > > * ./solr/licenses/hll-1.6.0.jar.sha1 > > > > > > Total time: 73 minutes 26 seconds > > > Build step 'Invoke Ant' marked build as failure > > > Archiving artifacts > > > Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3356 > > > Archived 1 artifacts > > > Archive block size is 32768 > > > Received 0 blocks and 464 bytes > > > Compression is 0.0% > > > Took 0.43 sec > > > Recording test results > > > Email was triggered for: Failure > > > Sending email for trigger: Failure > > > > > > > > > > > > --------------------------------------------------------------------- > > > 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] > > > > -- > > - Mark > > about.me/markrmiller > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- - Mark about.me/markrmiller
