adoptium / aqa-tests

Home of test infrastructure for Adoptium builds
https://adoptium.net/aqavit
Apache License 2.0
135 stars 314 forks source link

Getting the mauve source - Cannot connect to host sourceware.org #5760

Open llxia opened 1 week ago

llxia commented 1 week ago

We have an issue getting the mauve source Cannot connect to host sourceware.org:2401 in systemtest.getDependency. The following PRs cannot be verified at the moment.

https://github.com/adoptium/aqa-systemtest/pull/489 https://github.com/adoptium/aqa-tests/pull/5711 https://github.com/adoptium/STF/pull/140 https://github.com/adoptium/TKG/pull/633

get-source:
     [exec] Could not read password for host: java.io.FileNotFoundException: /home/jenkins/.cvspass (No such file or directory)
     [exec] Cannot connect to host sourceware.org:2401.
     [exec] Result: 1

https://github.com/adoptium/aqa-systemtest/blob/901f940a97d4a21fa740189e03d5518799c60c14/openjdk.test.mauve/build.xml#L380-L390

just for the record, the job was fine on Oct 27, 2024.

llxia commented 1 week ago

Identified git repos for mauve:

LongyuZhang commented 1 week ago

This is our last successful mauve build link, it can be unjar to find the source code. Thanks.

smlambert commented 1 week ago

Last successful at the adoptium server is here: https://ci.adoptium.net/job/systemtest.getDependency/202/

mauve.jar.zip

llxia commented 1 week ago

https://openj9-jenkins.osuosl.org/job/systemtest.getDependency/51/ still failed. I am considering backing the changes and branching out for the January release.

Moving forward, we should compare source code in the jar (https://github.com/adoptium/aqa-tests/issues/5760#issuecomment-2486600539) with identified mauve git repos and build from the update to date material. We might also want to keep a copy ourselves as a backup in case the personal git repo is deleted.

llxia commented 1 week ago

https://github.com/adoptium/aqa-systemtest/pull/493 https://github.com/adoptium/aqa-tests/pull/5773 https://github.com/adoptium/STF/pull/141 https://github.com/adoptium/TKG/pull/639