You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Robert Scholte <rf...@apache.org> on 2020/10/02 11:44:08 UTC

(un)stable builds and Java upgrade

Now that Java 15 is the latest release and Java 16-ea is available, we should upgrade that on our Jenkins server[1][2] (I see somebody reduced the number of versions, we shouldn't do that!)
However, as long as we don't have our builds stable, we can't be sure if the Java upgrade has a negative effect on these builds.

I thought I'd checked it a week ago and it really looks like we have new failing projects.[3]
Please keep checking Jenkins when committing or merging to master.

AFAIK maven-source-plugin is running too fast, exposing a bug in Linux+Java8, fix is ready in plexus-archiver.
Wagon was failing on Windows due to long paths, now it is failing on Linux!?

The rest needs to be investigated.

thanks,
Robert


[1] https://github.com/apache/maven-jenkins-lib/blob/master/vars/asfMavenTlpStdBuild.groovy#L36-L37

[2] https://github.com/apache/maven-jenkins-lib/blob/master/vars/asfMavenTlpPlgnBuild.groovy#L36-L37
[3] https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/dist-tool-master-jobs.html

Re: (un)stable builds and Java upgrade

Posted by Martin Kanters <ma...@apache.org>.
Maarten and I took a look at the failing projects today and have restored
the matrix of JDKs and Maven versions in the Jenkins pipelines. Windows
hosts apparently do not have JDK 16 installed. I've added a comment in
INFRA-20576 [1].

"maven-wagon" was failing because of recent changes to the Jenkins pipeline
and after fixing that they are green again [2].
"maven-common-artifact-filters" started working again after a re-run [3]. I
hope it's not flaky, but rather hope that the recent Jenkinsfile changes
have fixed the issue.
"maven-source-plugin" is indeed waiting on a new release of plexus-archiver.

Martin

[1] https://issues.apache.org/jira/browse/INFRA-20576
[2]
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/master/31/
[3]
https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-common-artifact-filters/job/master/25/

Op vr 2 okt. 2020 om 13:44 schreef Robert Scholte <rf...@apache.org>:

> Now that Java 15 is the latest release and Java 16-ea is available, we
> should upgrade that on our Jenkins server[1][2] (I see somebody reduced the
> number of versions, we shouldn't do that!)
> However, as long as we don't have our builds stable, we can't be sure if
> the Java upgrade has a negative effect on these builds.
>
> I thought I'd checked it a week ago and it really looks like we have new
> failing projects.[3]
> Please keep checking Jenkins when committing or merging to master.
>
> AFAIK maven-source-plugin is running too fast, exposing a bug in
> Linux+Java8, fix is ready in plexus-archiver.
> Wagon was failing on Windows due to long paths, now it is failing on
> Linux!?
>
> The rest needs to be investigated.
>
> thanks,
> Robert
>
>
> [1]
> https://github.com/apache/maven-jenkins-lib/blob/master/vars/asfMavenTlpStdBuild.groovy#L36-L37
>
> [2]
> https://github.com/apache/maven-jenkins-lib/blob/master/vars/asfMavenTlpPlgnBuild.groovy#L36-L37
> [3]
> https://ci-builds.apache.org/job/Maven/job/dist-tool-plugin/job/master/site/dist-tool-master-jobs.html
>