This is the same error I ran into this time and during 8.11.3 - due to Ant and oh-my-zsh trying to be helpful...
https://lists.apache.org/thread/0znxm3yltnkbv0sq4l6hxpljrqr1bok9 Basically `unset ANT_ARGS` did the trick. I'm waiting on my smoke test script to run once I remembered past Kevin being of so helpful. Kevin Risden On Mon, Sep 23, 2024 at 7:14 PM David Smiley <dsmi...@apache.org> wrote: > Hmmm, I haven't seen this before: > > Verify... > > confirm all releases have coverage in TestBackwardsCompatibility > > find all past Lucene releases... > > run TestBackwardsCompatibility.. > > Backcompat testing not required for release 9.9.2 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.3.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.4.1 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.5.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.11.1 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.1.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.8.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.10.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.9.1 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.0.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.4.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.2.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.6.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.4.2 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.7.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.11.0 because it's not > less than 8.11.4 > > Backcompat testing not required for release 9.9.0 because it's not > less than 8.11.4 > > Releases that don't seem to be tested: > > 2.0.0 > > 2.1.0 > > 2.2.0 > > 2.3.0 > > 2.4.0 > > 2.4.1 > > 2.9.0 > > 2.9.1 > > 2.9.2 > > 2.9.3 > > 2.9.4 > > 3.0.0 > > 3.0.1 > > 3.0.2 > > 3.0.3 > > 3.1.0 > > 3.2.0 > > 3.3.0 > > 3.4.0 > > 3.5.0 > > 3.6.0 > > 3.6.1 > > 3.6.2 > > 4.0.0 > > 4.0.0.0 > > 4.0.0.1 > > 4.1.0 > > 4.2.0 > > 4.2.1 > > 4.3.0 > > 4.3.1 > > 4.4.0 > > 4.5.0 > > 4.5.1 > > 4.6.0 > > 4.6.1 > > 4.7.0 > > 4.7.1 > > 4.7.2 > > 4.8.0 > > 4.8.1 > > 4.9.0 > > 4.9.1 > > 4.10.0 > > 4.10.1 > > 4.10.2 > > 4.10.3 > > 4.10.4 > > 5.0.0 > > 5.1.0 > > 5.2.0 > > 5.2.1 > > 5.3.0 > > 5.3.1 > > 5.3.2 > > 5.4.0 > > 5.4.1 > > 5.5.0 > > 5.5.1 > > 5.5.2 > > 5.5.3 > > 5.5.4 > > 5.5.5 > > 6.0.0 > > 6.0.1 > > 6.1.0 > > 6.2.0 > > 6.2.1 > > 6.3.0 > > 6.4.0 > > 6.4.1 > > 6.4.2 > > 6.5.0 > > 6.5.1 > > 6.6.0 > > 6.6.1 > > 6.6.2 > > 6.6.3 > > 6.6.4 > > 6.6.5 > > 6.6.6 > > 7.0.0 > > 7.0.1 > > 7.1.0 > > 7.2.0 > > 7.2.1 > > 7.3.0 > > 7.3.1 > > 7.4.0 > > 7.5.0 > > 7.6.0 > > 7.7.0 > > 7.7.1 > > 7.7.2 > > 7.7.3 > > 8.0.0 > > 8.1.0 > > 8.1.1 > > 8.2.0 > > 8.3.0 > > 8.3.1 > > 8.4.0 > > 8.4.1 > > 8.5.0 > > 8.5.1 > > 8.5.2 > > 8.6.0 > > 8.6.1 > > 8.6.2 > > 8.6.3 > > 8.7.0 > > 8.8.0 > > 8.8.1 > > 8.8.2 > > 8.9.0 > > 8.10.0 > > 8.10.1 > > 8.11.0 > > 8.11.1 > > 8.11.2 > > 8.11.3 > > Traceback (most recent call last): > > File > "/Users/dsmiley/DevSearch/lucene-solr_8x/dev-tools/scripts/smokeTestRelease.py", > line 1499, in <module> > > main() > > File > "/Users/dsmiley/DevSearch/lucene-solr_8x/dev-tools/scripts/smokeTestRelease.py", > line 1421, in main > > smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir, > c.is_signed, c.local_keys, ' '.join(c.test_args), > > File > "/Users/dsmiley/DevSearch/lucene-solr_8x/dev-tools/scripts/smokeTestRelease.py", > line 1477, in smokeTest > > unpackAndVerify(java, 'lucene', tmpDir, 'lucene-%s-src.tgz' % > version, gitRevision, version, testArgs, baseURL) > > File > "/Users/dsmiley/DevSearch/lucene-solr_8x/dev-tools/scripts/smokeTestRelease.py", > line 570, in unpackAndVerify > > verifyUnpacked(java, project, artifact, unpackPath, gitRevision, > version, testArgs, tmpDir, baseURL) > > File > "/Users/dsmiley/DevSearch/lucene-solr_8x/dev-tools/scripts/smokeTestRelease.py", > line 756, in verifyUnpacked > > confirmAllReleasesAreTestedForBackCompat(version, unpackPath) > > File > "/Users/dsmiley/DevSearch/lucene-solr_8x/dev-tools/scripts/smokeTestRelease.py", > line 1397, in confirmAllReleasesAreTestedForBackCompat > > raise RuntimeError('some releases are not tested by > TestBackwardsCompatibility?') > > RuntimeError: some releases are not tested by TestBackwardsCompatibility? > > > On Thu, Sep 19, 2024 at 2:51 PM Houston Putman <hous...@apache.org> wrote: > >> Please vote for release candidate 1 for Lucene/Solr 8.11.4 >> >> The artifacts can be downloaded from: >> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.11.4-RC1-reve27f44e3d78dfcec230c97e0a1240e3751daeff9 >> >> You can run the smoke tester directly with this command: >> >> python3 -u dev-tools/scripts/smokeTestRelease.py \ >> >> https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.11.4-RC1-reve27f44e3d78dfcec230c97e0a1240e3751daeff9 >> >> The vote will be open for at least 72 hours i.e. until 2024-09-22 19:00 >> UTC. >> >