Skip to content
Failed

Console Output

Started by user arjan tijms
Running as arjan tijms
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-4nx86 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4nx86"
  namespace: "jersey"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jersey.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4nx86"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-4nx86"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jersey.svc.cluster.local/jersey/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jersey"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-4nx86 in /home/jenkins/agent/workspace/Jersey_release_pipeline
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] tool
[Pipeline] tool
[Pipeline] tool
[Pipeline] sh
+ java -version
java version "1.8.0_202"
Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
[Pipeline] stage
[Pipeline] { (Fetch from git)
[Pipeline] git
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jersey.git
 > git init /home/jenkins/agent/workspace/Jersey_release_pipeline # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jersey.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/Jersey_release_pipeline@tmp/jenkins-gitclient-ssh13618012617878232557.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jersey.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision b7268c83b9608d56f3c470bd218405d1fcd1ee35 (refs/remotes/origin/4.0-M1-prepare)
 > git config remote.origin.url git@github.com:eclipse-ee4j/jersey.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/4.0-M1-prepare^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b7268c83b9608d56f3c470bd218405d1fcd1ee35 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b 4.0-M1-prepare b7268c83b9608d56f3c470bd218405d1fcd1ee35 # timeout=10
Commit message: "Merge pull request #5509 from arjantijms/update_versions_pom"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare environment)
[Pipeline] dir
Running in /home/jenkins/agent/workspace/Jersey_release_pipeline
[Pipeline] {
[Pipeline] sh
+ grep '<version>' pom.xml
+ grep SNAPSHOT
[Pipeline] sh
+ mvn -q -Dexec.executable=echo '-Dexec.args=${project.version}' --non-recursive exec:exec -Pstaging
[Pipeline] echo
Current version: 4.0.99-SNAPSHOT
[Pipeline] echo
Release version: 4.0-M1-GF1
[Pipeline] echo
Next version:    4.0.99-SNAPSHOT
[Pipeline] echo
Release tag:     4.0-M1-GF1
[Pipeline] echo
Release branch:  4.0-M1-GF1-BRANCH
[Pipeline] echo
-[ Configure git user ]--------------------------------------------------------
[Pipeline] sh
+ git config --local user.email jersey-bot@eclipse.org
[Pipeline] sh
+ git config --local user.name jersey-bot
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare GPG)
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
		 Affected argument(s) used the following variable(s): [KEYRING]
		 See https://jenkins.io/redirect/groovy-string-interpolation for details.
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key 372703E4D5313120: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 372703E4D5313120: public key "Eclipse Jersey <jersey-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 372703E4D5313120: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
[Pipeline] sh
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key 0B743A794876D3C78AB542A118D239B1CBCD2236 trust
Secret subkeys are available.

pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Jersey <jersey-dev@eclipse.org>

pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Jersey <jersey-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Jersey <jersey-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5
y
'
+ gpg --batch --command-fd 0 --expert --edit-key 2EABB8F15F15E18885312232372703E4D5313120 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2028-10-02
pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Jersey <jersey-dev@eclipse.org>

pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Jersey <jersey-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/372703E4D5313120
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/18D239B1CBCD2236
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Jersey <jersey-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare branch)
[Pipeline] echo
-[ Prepare branch ]-------------------------------------------------------------
[Pipeline] echo
-[ Switching to release branch ]-------------------------------------------------
[Pipeline] sh
+ git checkout origin/4.0-M1-prepare
Note: checking out 'origin/4.0-M1-prepare'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at b7268c83b Merge pull request #5509 from arjantijms/update_versions_pom
+ true
+ git reset --hard origin/4.0-M1-prepare
HEAD is now at b7268c83b Merge pull request #5509 from arjantijms/update_versions_pom
+ true
+ git checkout -B 4.0-M1-GF1-BRANCH
Switched to a new branch '4.0-M1-GF1-BRANCH'
[Pipeline] echo
-[ Release tag cleanup ]--------------------------------------------------------
[Pipeline] sh
+ git tag
+ grep 4.0-M1-GF1
+ true
[Pipeline] sh
+ sed -i 's|<suppress files="generated" checks=".*"/>|<suppress files="generated" checks=".*"/><suppress files="unpacked-src" checks=".*"/>|g' etc/config/checkstyle-suppressions.xml
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check previous stagings)
[Pipeline] sh
+ mvn -B --non-recursive -Pstaging nexus-staging:rc-list
+ awk '/orgglassfishjersey-[0-9]+ OPEN / {if(a){a = $2","a} else{a = $2}}END{print a}'
[Pipeline] echo
No currently open stagings
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Jersey)
[Pipeline] echo
/opt/tools/java/oracle/jdk-8/latest
[Pipeline] echo
-[ Run maven release ]---------------------------------------------------------
[Pipeline] echo
-[ Set Release version ]-------------------------------------------------------
[Pipeline] sh
+ cd /home/jenkins/agent/workspace/Jersey_release_pipeline
+ mvn -q -B -V -Pstaging versions:set -DnewVersion=4.0-M1-GF1 -DgenerateBackupPoms=false
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
+ cd bom
+ mvn -q -B -V -Pstaging versions:set -DnewVersion=4.0-M1-GF1 -DgenerateBackupPoms=false
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
+ cd ..
[Pipeline] echo
-[ Update Copyright years ]----------------------------------------------------
[Pipeline] sh
2024 current year
2023
connectors/jetty-http2-connector/pom.xml
2023
connectors/jetty11-connector/pom.xml
2023
containers/jetty-http2/pom.xml
2023
examples/configured-client/pom.xml
2023
examples/micrometer/pom.xml
2023
examples/rest31-sebootstrap-multipart/pom.xml
2023
ext/micrometer/pom.xml
2023
incubator/injectless-client/pom.xml
2023
test-framework/providers/jetty-http2/pom.xml
2023
tests/e2e-tls/pom.xml
2023
tests/integration/jackson-14/pom.xml
[Pipeline] echo
-[ Run release build ]---------------------------------------------------------
[Pipeline] dir
Running in /home/jenkins/agent/workspace/Jersey_release_pipeline
[Pipeline] {
[Pipeline] sh
+ mvn -am -Pstaging --projects core-server,core-client,media/jaxb,inject/hk2,ext/wadl-doclet,core-common,:jersey-jetty-connector,:jersey-container-jetty-http,:jersey-container-jetty-servlet,:jersey-test-framework-provider-jetty,:jersey-test-framework-core,:jersey-container-servlet-core clean install -B -q -V -DskipTests
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[Pipeline] sh
+ mvn clean install -B -q -V -DskipTests -am -Pstaging --projects :jersey-spring6,connectors/helidon-connector
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/grizzly2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/sse/target17/apidocs. Ignored it.
[Pipeline] sh
+ mvn -q -B -V -DskipTests -Ddoclint=none -Dadditionalparam=-Xdoclint:none -Dcheckstyle.skip -Poss-release,staging -U -C package javadoc:jar gpg:sign install:install deploy:deploy
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[debug] execute contextualize
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/grizzly2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/sse/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/grizzly2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/sse/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/jaxb/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/json-jackson/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/jaxb/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/json-jackson/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/jaxb/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/json-jackson/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-client/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/jaxb/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/json-jackson/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/containers/jersey-servlet-core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/containers/jersey-servlet/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-common/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/containers/jersey-servlet-core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/containers/jersey-servlet/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/containers/jersey-servlet-core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/grizzly2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/containers/jersey-servlet-core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/core/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/grizzly2/target17/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/jaxb/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/jaxb/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/jetty/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/jetty/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/connectors/jetty-connector/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/connectors/jetty-connector/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/ext/spring6/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/ext/spring6/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
Jan 05, 2024 10:44:40 PM java.util.prefs.FileSystemPreferences$1 run
INFO: Created user preferences directory.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[info] Copying manifest...
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/test-framework/providers/bundle/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/ext/spring6/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/ext/spring6/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/ext/spring6/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/ext/spring6/target/apidocs. Ignored it.
[Pipeline] sh
+ mvn -Poss-release,staging --projects core-server,core-client,media/jaxb,inject/hk2,ext/wadl-doclet,core-common install gpg:sign deploy:deploy -B -q -V -DskipTests
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/inject/hk2/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/media/jaxb/target-java12/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/Jersey_release_pipeline/core-server/target-java12/apidocs. Ignored it.
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare release)
[Pipeline] sh
+ git checkout -- etc/config/checkstyle-suppressions.xml
[Pipeline] echo
-[ Perform release commit to git ]---------------------------------------------
[Pipeline] sh
+ git commit -a -m 4.0-M1-GF1
[4.0-M1-GF1-BRANCH 508de7838] 4.0-M1-GF1
 377 files changed, 753 insertions(+), 753 deletions(-)
[Pipeline] sh
+ git tag -m 4.0-M1-GF1 -a 4.0-M1-GF1
[Pipeline] echo
-[ Set next snapshot version ]-------------------------------------------------
[Pipeline] dir
Running in /home/jenkins/agent/workspace/Jersey_release_pipeline
[Pipeline] {
[Pipeline] sh
+ mvn -q -B -Pstaging versions:set -DnewVersion=4.0.99-SNAPSHOT -DgenerateBackupPoms=false
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.glassfish.jersey:jersey-bom:pom:4.0.99-SNAPSHOT (absent): Could not find artifact org.glassfish.jersey:jersey-bom:pom:4.0.99-SNAPSHOT @ line 110, column 33
[ERROR] 'dependencies.dependency.version' for org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:pom is missing. @ line 121, column 29
[ERROR] 'dependencies.dependency.version' for org.glassfish.jersey.connectors:jersey-jetty-connector:jar is missing. @ line 127, column 29
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.glassfish.jersey.tests:version-agnostic:1.0.9 (/home/jenkins/agent/workspace/Jersey_release_pipeline/tests/version-agnostic/pom.xml) has 3 errors
[ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.glassfish.jersey:jersey-bom:pom:4.0.99-SNAPSHOT (absent): Could not find artifact org.glassfish.jersey:jersey-bom:pom:4.0.99-SNAPSHOT @ line 110, column 33 -> [Help 2]
[ERROR]     'dependencies.dependency.version' for org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-bundle:pom is missing. @ line 121, column 29
[ERROR]     'dependencies.dependency.version' for org.glassfish.jersey.connectors:jersey-jetty-connector:jar is missing. @ line 127, column 29
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE