Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jca-dev] 2.1.0-RC1 removed from staging
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Sun, 27 Feb 2022 17:43:48 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=2ZHJwWmU9VXX9DhNbhUZ9ErL3ZDgRKWbc4OCyx8QupA=; b=XxGh6LYB6RPelWX2mA88COHTZx7qeSZmeKJAbl+GTV+UIMcQ7vxMdqKE+UJIQI1HZCR/HnOtRq3YZ1uHUk1sbMHW5FyL1bUJJT6bMOtNy47srsLDdUzK7H098Eqfno6LuWdU4P0jdI6kvOrNBV2RAXJb5FZ/p2VdKvVUJrzSy/eH2NFs/A5qiC+QYrGtNaCUSAAHE7O1y6ni43vi+mZaWqK6mPEBHgx22MpnCcxvfaxDzun/FhmxIXaN9qbEb8Yg800pTYyWJmgRSV1iaWf4jaJtd8OVpQePUu7dqMRRC13bBLLyhIQyYVuPXUcXHzJhEs3dabhZ6Qv3bF8H+w2t5Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=clfCwHOtcxABcotQs2NG4xtRZb3OFeIJXrC6oY05jKIDiuhSPsjBzOTOqhE0IJyIIwwsZpKdY/kCsw0O5sMUME2ugs8a1lzaYvrbhQVa97H40bepnEm5xLViai+3JZEPKhAHdaV3pFVfkfn3SEI0/JslAjpir0a90nG5yFNP79l7krXFTwzDr/KVR8RKhGuXSRB1i8FpYYetAsg9E22t3ZBpkLa7hAKuNDE5bgKQOq+XFTuMhhI2EV4GTfgpx8ad1X5wWHiq6lY1SbTrN5G+S3gCTho6VMFT8FAs5aVDxynV+owLyYb9ToKR6GqNm75nJCgL3EGA2HEcjtmZ8WKxNA==
  • Delivered-to: jca-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jca-dev/>
  • List-help: <mailto:jca-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jca-dev>, <mailto:jca-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jca-dev>, <mailto:jca-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYLAGTwZWpxZaIpk6zUPn6KzNfrg==
  • Thread-topic: [jca-dev] 2.1.0-RC1 removed from staging

OK I just hit run on the release job. Maven and Jenkins are not my area of expertise but I will try to figure out what’s going on by comparing to the equivalent concurrency job.

 

No idea why a git push should hang forever the RC job I noticed had also hung and need killing so not sure if a retry will do anything.

 

Steve

 

From: jca-dev <jca-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Stark
Sent: 27 February 2022 16:31
To: jca developer discussions <jca-dev@xxxxxxxxxxx>
Subject: Re: [jca-dev] 2.1.0-RC1 removed from staging

 

That build is hung trying to push the pom changes for the 2.1.0 release back to github, I'm surprised it is not timing out. The staged content is there:


But the GitHub repo has not been updated with the release tags and next dev version. It needs to be killed and retried, and the jakartaresource-1006 staged repo dropped.

 

I have seen a  few release jobs that automatically drop the previous staging repo, which seems unnecessary, and when the staging release has not been pushed to central, breaks builds. It seems the assumption is that any staged but unreleased builds should be dropped.

 

On Feb 27, 2022 at 7:08:01 AM, Piotr Żygieło <piotr.zygielo@xxxxxxxxx> wrote:

On Sun, 27 Feb 2022 at 13:57, Steve Millidge (Payara)
<steve.millidge@xxxxxxxxxxx> wrote:

 

Not sure where it went!


Too few words for me to fully understand the above message.

This build
 https://ci.eclipse.org/jca/job/jca-api-release-to-staging/41/console
which is still running
executed:

+ echo '-[ Drop old staging repository deployments
]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
++ mvn -B nexus-staging:rc-list
++ egrep '^\[INFO\]
[A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+jakarta\.resource:jakarta\.resource-api:2\.1\.0'
++ awk '{print $2}'
...
+ for staging_key in $(mvn -B nexus-staging:rc-list | egrep "^\[INFO\]
[A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+${STAGING_KEY}" | awk '{print $2}')
+ echo 'Repository ID: jakartaresource-1006'
Repository ID: jakartaresource-1006
+ mvn -U -C -B -Pstaging -DstagingRepositoryId=jakartaresource-1006
nexus-staging::rc-drop
[INFO] Scanning for projects...
...
WARNING: Use --illegal-access=warn to enable warnings of further
illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/,
is version 2.14.21-02 and edition "Professional"
[INFO] RC-Dropping staging repository with IDs=[jakartaresource-1006]
[INFO] Dropped
[INFO] ------------------------------------------------------------------------

This seems to be not parameterized action
 https://ci.eclipse.org/jca/job/jca-api-release-to-staging/41/parameters/
so I assume it's done always (keeping only one jakartaresource-X in
https://jakarta.oss.sonatype.org/content/repositories/).

--
Piotrek
_______________________________________________
jca-dev mailing list
jca-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jca-dev


Back to the top