Skip to content
Success

Console Output

Started by upstream project "Release" build number 21
originally caused by:
 Started by user Andrea Bertagnolli
 Started by upstream project "Release" build number 20
 originally caused by:
  Started by user Andrea Bertagnolli
Running as Andrea Bertagnolli
Obtained ./publish_component.groovy from git https://github.com/eclipse-edc/JenkinsPipelines.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-3pp5x is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-3pp5x"
  namespace: "edc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.edc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-3pp5x"
    - 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-3pp5x"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.edc.svc.cluster.local/edc/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    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-edc"
      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-3pp5x in /home/jenkins/agent/workspace/Publish-Component
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-edc/JenkinsPipelines.git
 > git init /home/jenkins/agent/workspace/Publish-Component # timeout=10
Fetching upstream changes from https://github.com/eclipse-edc/JenkinsPipelines.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edc/JenkinsPipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e90fc5a53c73048c84a5c0f48635b4879c0974fb (refs/remotes/origin/main)
Commit message: "feat: trigger snapshot post-release job also for technology repositories"
 > git config remote.origin.url https://github.com/eclipse-edc/JenkinsPipelines.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e90fc5a53c73048c84a5c0f48635b4879c0974fb # timeout=10
 > git rev-list --no-walk e90fc5a53c73048c84a5c0f48635b4879c0974fb # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (init)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
++ cut -d/ -f5
+ echo 'IdentityHub '
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (clone-repo)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] git
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision 3678a2ce2e1772beab39efa20e8b5f5c1a14b915 (refs/remotes/origin/main)
Commit message: "Bump version from 0.4.1 to 0.4.2-SNAPSHOT [skip ci]"
Cloning repository https://github.com/eclipse-edc/IdentityHub
 > git init /home/jenkins/agent/workspace/Publish-Component # timeout=10
Fetching upstream changes from https://github.com/eclipse-edc/IdentityHub
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edc/IdentityHub +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-edc/IdentityHub # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3678a2ce2e1772beab39efa20e8b5f5c1a14b915 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 3678a2ce2e1772beab39efa20e8b5f5c1a14b915 # timeout=10
 > git rev-list --no-walk 73370390fea273a873a80104b29ab3372a590abb # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (setup-credentials)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING or $PASSPHRASE or $OSSRH_PASSWORD
[Pipeline] {
[Pipeline] sh
+ echo ****
****
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 56F6ADDF6D837871: public key "Eclipse Dataspace Connector Project <dataspaceconnector-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 56F6ADDF6D837871: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ 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\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 019BB349DA5E1CF92FADBE2C56F6ADDF6D837871 trust
Secret subkeys are available.

pub  rsa4096/56F6ADDF6D837871
     created: 2022-03-08  expires: 2027-03-07  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B111DBBC1B4555CF
     created: 2022-03-08  expires: 2027-03-07  usage: S   
[ unknown] (1). Eclipse Dataspace Connector Project <dataspaceconnector-dev@eclipse.org>

pub  rsa4096/56F6ADDF6D837871
     created: 2022-03-08  expires: 2027-03-07  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B111DBBC1B4555CF
     created: 2022-03-08  expires: 2027-03-07  usage: S   
[ unknown] (1). Eclipse Dataspace Connector Project <dataspaceconnector-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/56F6ADDF6D837871
     created: 2022-03-08  expires: 2027-03-07  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/B111DBBC1B4555CF
     created: 2022-03-08  expires: 2027-03-07  usage: S   
[ unknown] (1). Eclipse Dataspace Connector Project <dataspaceconnector-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\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 1E6D8D62738C0701E45C2114B111DBBC1B4555CF 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 2027-03-07
pub  rsa4096/56F6ADDF6D837871
     created: 2022-03-08  expires: 2027-03-07  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B111DBBC1B4555CF
     created: 2022-03-08  expires: 2027-03-07  usage: S   
[ultimate] (1). Eclipse Dataspace Connector Project <dataspaceconnector-dev@eclipse.org>

pub  rsa4096/56F6ADDF6D837871
     created: 2022-03-08  expires: 2027-03-07  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B111DBBC1B4555CF
     created: 2022-03-08  expires: 2027-03-07  usage: S   
[ultimate] (1). Eclipse Dataspace Connector Project <dataspaceconnector-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/56F6ADDF6D837871
     created: 2022-03-08  expires: 2027-03-07  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B111DBBC1B4555CF
     created: 2022-03-08  expires: 2027-03-07  usage: S   
[ultimate] (1). Eclipse Dataspace Connector Project <dataspaceconnector-dev@eclipse.org>

[Pipeline] sh
+ echo use-agent
+ echo 'pinentry-mode loopback'
+ echo no-tty
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (publish-component)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $PASSPHRASE or $OSSRH_PASSWORD
[Pipeline] {
[Pipeline] sh
+ echo 'Will publish https://github.com/eclipse-edc/IdentityHub with version '
Will publish https://github.com/eclipse-edc/IdentityHub with version 
+ echo 'JAVA_HOME: /opt/tools/java/temurin/jdk-17/latest. Java --version:'
JAVA_HOME: /opt/tools/java/temurin/jdk-17/latest. Java --version:
+ java --version
openjdk 17.0.9 2023-10-17
OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)
OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing)
+ cmd=
+ versionProp=
+ '[' '!' -z '' ']'
+ ./gradlew publishToSonatype -Psigning.gnupg.keyName=1B4555CF '-Psigning.gnupg.passphrase=****' -Psigning.gnupg.executable=gpg --no-parallel
Downloading https://services.gradle.org/distributions/gradle-8.0-bin.zip
...........10%............20%............30%............40%............50%............60%...........70%............80%............90%............100%

Welcome to Gradle 8.0!

For more details see https://docs.gradle.org/8.0/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
Invalid Java installation found at '/opt/tools/ee/OSGi_Minimum-1.2' (Maven Toolchains). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.
Invalid Java installation found at '/opt/tools/ee/CDC-1.0_Foundation-1.0' (Maven Toolchains). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.
Invalid Java installation found at '/opt/tools/ee/CDC-1.1_Foundation-1.1' (Maven Toolchains). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.
Invalid Java installation found at '/opt/tools/ee/OSGi_Minimum-1.0' (Maven Toolchains). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.
Invalid Java installation found at '/opt/tools/ee/OSGi_Minimum-1.1' (Maven Toolchains). It will be re-checked in the next build. This might have performance impact if it keeps failing. Run the 'javaToolchains' task for more details.
> Task :publishToSonatype UP-TO-DATE
> Task :core:publishToSonatype UP-TO-DATE
> Task :e2e-tests:publishToSonatype UP-TO-DATE
> Task :extensions:publishToSonatype UP-TO-DATE
> Task :launcher:publishToSonatype UP-TO-DATE
> Task :spi:publishToSonatype UP-TO-DATE
> Task :initializeSonatypeStagingRepository SKIPPED
> Task :version-catalog:generateCatalogAsToml
> Task :version-catalog:generateMetadataFileForIdentity-hub-version-catalogPublication
> Task :version-catalog:generatePomFileForIdentity-hub-version-catalogPublication
> Task :version-catalog:signIdentity-hub-version-catalogPublication
> Task :version-catalog:publishIdentity-hub-version-catalogPublicationToSonatypeRepository
> Task :version-catalog:compileJava NO-SOURCE
> Task :version-catalog:processResources NO-SOURCE
> Task :version-catalog:classes UP-TO-DATE
> Task :version-catalog:jar
> Task :version-catalog:javadoc NO-SOURCE
> Task :version-catalog:javadocJar
> Task :version-catalog:sourcesJar
> Task :version-catalog:generateMetadataFileForVersion-catalogPublication
> Task :version-catalog:generatePomFileForVersion-catalogPublication
> Task :version-catalog:signVersion-catalogPublication
> Task :version-catalog:publishVersion-catalogPublicationToSonatypeRepository
> Task :version-catalog:publishToSonatype

> Task :spi:identity-hub-spi:compileJava
Note: /home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :core:identity-hub-api:compileJava
> Task :core:identity-hub-api:processResources
> Task :core:identity-hub-api:classes
> Task :core:identity-hub-api:jar

> Task :core:identity-hub-api:javadoc
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:26: warning: no comment
public interface ApiSchema {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:28: warning: no comment
    record ApiErrorDetailSchema(
    ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:81: warning: no comment
    record PresentationDefinitionSchema() {
    ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:45: warning: no comment
    record PresentationQuerySchema(
    ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:74: warning: no comment
    record PresentationResponse() {
    ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:34: warning: no comment
        public static final String API_ERROR_EXAMPLE = """
                                   ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:56: warning: no comment
        public static final String PRESENTATION_QUERY_EXAMPLE = """
                                   ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/ApiSchema.java:76: warning: no comment
        public static final String RESPONSE_EXAMPLE = """
                                   ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApi.java:44: warning: no comment
public interface PresentationApi {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApi.java:63: warning: no comment
    Response queryPresentation(JsonObject query, String authHeader);
             ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApiController.java:45: warning: no comment
public class PresentationApiController implements PresentationApi {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/v1/PresentationApiController.java:54: warning: no comment
    public PresentationApiController(JsonObjectValidatorRegistry validatorRegistry, TypeTransformerRegistry transformerRegistry, CredentialQueryResolver queryResolver,
           ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/PresentationApiExtension.java:40: warning: no comment
public class PresentationApiExtension implements ServiceExtension {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/PresentationApiExtension.java:43: warning: no comment
    public static final String RESOLUTION_CONTEXT = "resolution";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-api/src/main/java/org/eclipse/edc/identityservice/api/PresentationApiExtension.java:42: warning: no comment
    public static final String RESOLUTION_SCOPE = "resolution-scope";
                               ^
15 warnings

> Task :core:identity-hub-api:javadocJar
> Task :core:identity-hub-api:sourcesJar
> Task :core:identity-hub-api:generateMetadataFileForIdentity-hub-apiPublication
> Task :core:identity-hub-api:generatePomFileForIdentity-hub-apiPublication
> Task :core:identity-hub-api:signIdentity-hub-apiPublication
> Task :core:identity-hub-api:publishIdentity-hub-apiPublicationToSonatypeRepository
> Task :core:identity-hub-api:publishToSonatype
> Task :spi:identity-hub-store-spi:compileJava

> Task :core:identity-hub-core:compileJava
Note: /home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationCreatorRegistryImpl.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :core:identity-hub-core:processResources
> Task :core:identity-hub-core:classes
> Task :core:identity-hub-core:jar

> Task :core:identity-hub-core:javadoc
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/token/verification/AccessTokenVerifierImpl.java:39: warning: no comment
    public static final String ACCES_TOKEN_CLAIM = "access_token";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/token/verification/AccessTokenVerifierImpl.java:40: warning: no comment
    public static final String ACCESS_TOKEN_SCOPE_CLAIM = "scope";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/token/verification/AccessTokenVerifierImpl.java:47: warning: no comment
    public AccessTokenVerifierImpl(JwtVerifier jwtVerifier, JwtValidator jwtValidator, String audience, PublicKeyWrapper stsPublicKey) {
           ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:70: warning: no comment
    public static final String CREDENTIALS_V_1_JSON = "credentials.v1.json";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:68: warning: no comment
    public static final String DID_JSON = "did.json";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:69: warning: no comment
    public static final String JWS_2020_JSON = "jws2020.json";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:62: warning: no comment
    public static final String NAME = "IdentityHub Core Services Extension";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:64: warning: no comment
    public static final String OWN_DID_PROPERTY = "edc.ih.iam.id";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:65: warning: no comment
    public static final String PRESENTATION_EXCHANGE_V_1_JSON = "presentation-exchange.v1.json";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:66: warning: no comment
    public static final String PRESENTATION_QUERY_V_08_JSON = "presentation-query.v08.json";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:67: warning: no comment
    public static final String PRESENTATION_SUBMISSION_V1_JSON = "presentation-submission.v1.json";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:105: warning: no comment
    public AccessTokenVerifier createAccessTokenVerifier(ServiceExtensionContext context) {
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:126: warning: no comment
    public CredentialQueryResolver createCredentialQueryResolver() {
                                   ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:110: warning: no comment
    public JwtValidator getJwtValidator() {
                        ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:118: warning: no comment
    public JwtVerifier getJwtVerifier() {
                       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:131: warning: no comment
    public PresentationCreatorRegistry presentationCreatorRegistry(ServiceExtensionContext context) {
                                       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CoreServicesExtension.java:144: warning: no comment
    public PresentationGenerator presentationGenerator(ServiceExtensionContext context) {
                                 ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CredentialQueryResolverImpl.java:35: warning: no comment
public class CredentialQueryResolverImpl implements CredentialQueryResolver {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/CredentialQueryResolverImpl.java:40: warning: no comment
    public CredentialQueryResolverImpl(CredentialStore credentialStore, ScopeToCriterionTransformer scopeTransformer) {
           ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java:37: warning: no comment
public class DefaultServicesExtension implements ServiceExtension {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java:39: warning: no comment
    public static final String NAME = "IdentityHub Default Services Extension";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java:47: warning: no comment
    public CredentialStore createInMemStore() {
                           ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java:53: warning: no comment
    public ScopeToCriterionTransformer createScopeTransformer(ServiceExtensionContext context) {
                                       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/DefaultServicesExtension.java:60: warning: no comment
    public SignatureSuiteRegistry createSignatureSuiteRegistry() {
                                  ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/defaults/EdcScopeToCriterionTransformer.java:42: warning: no comment
    public static final String ALIAS_LITERAL = "org.eclipse.edc.vc.type";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/defaults/EdcScopeToCriterionTransformer.java:43: warning: no comment
    public static final String LIKE_OPERATOR = "like";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/defaults/EdcScopeToCriterionTransformer.java:41: warning: no comment
    public static final String TYPE_OPERAND = "verifiableCredential.credential.types";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/defaults/InMemoryCredentialStore.java:33: warning: no comment
public class InMemoryCredentialStore implements CredentialStore {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/LdpPresentationCreator.java:57: warning: no comment
    public static final String HOLDER_PROPERTY = "holder";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/LdpPresentationCreator.java:55: warning: no comment
    public static final String ID_PROPERTY = "id";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/LdpPresentationCreator.java:56: warning: no comment
    public static final String TYPE_PROPERTY = "type";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/LdpPresentationCreator.java:58: warning: no comment
    public static final String VERIFIABLE_CREDENTIAL_PROPERTY = "verifiableCredential";
                               ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/creators/LdpPresentationCreator.java:66: warning: no comment
    public LdpPresentationCreator(PrivateKeyResolver privateKeyResolver, String ownDid,
           ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationCreatorRegistryImpl.java:29: warning: no comment
public class PresentationCreatorRegistryImpl implements PresentationCreatorRegistry {
       ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationGeneratorImpl.java:45: warning: no @param for registry
    public PresentationGeneratorImpl(CredentialFormat defaultFormatVp, PresentationCreatorRegistry registry, Monitor monitor) {
           ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationGeneratorImpl.java:45: warning: no @param for monitor
    public PresentationGeneratorImpl(CredentialFormat defaultFormatVp, PresentationCreatorRegistry registry, Monitor monitor) {
           ^
/home/jenkins/agent/workspace/Publish-Component/core/identity-hub-core/src/main/java/org/eclipse/edc/identityhub/core/PresentationGeneratorImpl.java:35: warning: no comment
public class PresentationGeneratorImpl implements PresentationGenerator {
       ^
37 warnings

> Task :core:identity-hub-core:javadocJar
> Task :core:identity-hub-core:sourcesJar
> Task :core:identity-hub-core:generateMetadataFileForIdentity-hub-corePublication
> Task :core:identity-hub-core:generatePomFileForIdentity-hub-corePublication
> Task :core:identity-hub-core:signIdentity-hub-corePublication
> Task :core:identity-hub-core:publishIdentity-hub-corePublicationToSonatypeRepository
> Task :core:identity-hub-core:publishToSonatype
> Task :e2e-tests:api-tests:publishToSonatype UP-TO-DATE
> Task :extensions:cryptography:publishToSonatype UP-TO-DATE
> Task :spi:identity-hub-spi:processResources NO-SOURCE
> Task :spi:identity-hub-spi:classes
> Task :spi:identity-hub-spi:jar

> Task :spi:identity-hub-spi:javadoc
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/CredentialQueryResolver.java:35: warning: no @return
    QueryResult query(PresentationQuery query, List<String> issuerScopes);
                ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/model/IdentityHubConstants.java:19: warning: no comment
public interface IdentityHubConstants extends VcConstants {
       ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationCreator.java:62: warning: no @param for additionalData
    default T createPresentation(List<VerifiableCredentialContainer> credentials, String keyId, Map<String, Object> additionalData) {
              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationCreatorRegistry.java:31: warning: no @param for creator
    void addCreator(PresentationCreator<?> creator, CredentialFormat format);
         ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/generator/PresentationCreatorRegistry.java:31: warning: no @param for format
    void addCreator(PresentationCreator<?> creator, CredentialFormat format);
         ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java:21: warning: no comment
public class QueryFailure extends Failure {
       ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java:33: warning: no comment
    public enum Reason {
           ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java:29: warning: no comment
    public Reason getReason() {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java:34: warning: no comment
        INVALID_SCOPE,
        ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java:37: warning: no comment
        OTHER
        ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java:35: warning: no comment
        STORAGE_FAILURE,
        ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryFailure.java:36: warning: no comment
        UNAUTHORIZED_SCOPE,
        ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:52: warning: no @param for message
    public static QueryResult noScopeFound(String message) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:52: warning: no @return
    public static QueryResult noScopeFound(String message) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:59: warning: no @param for failureMessages
    public static QueryResult storageFailure(List<String> failureMessages) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:59: warning: no @return
    public static QueryResult storageFailure(List<String> failureMessages) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:66: warning: no @param for failureMessages
    public static QueryResult invalidScope(List<String> failureMessages) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:66: warning: no @return
    public static QueryResult invalidScope(List<String> failureMessages) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:73: warning: no @param for failureMessage
    public static QueryResult unauthorized(String failureMessage) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:73: warning: no @return
    public static QueryResult unauthorized(String failureMessage) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:80: warning: no @param for credentials
    public static QueryResult success(Stream<VerifiableCredentialContainer> credentials) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:80: warning: no @return
    public static QueryResult success(Stream<VerifiableCredentialContainer> credentials) {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:33: warning: no comment
    protected QueryResult(Stream<VerifiableCredentialContainer> content, QueryFailure failure) {
              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-spi/src/main/java/org/eclipse/edc/identityhub/spi/resolution/QueryResult.java:37: warning: no comment
    public QueryFailure.Reason reason() {
                               ^
24 warnings

> Task :spi:identity-hub-spi:javadocJar
> Task :spi:identity-hub-spi:sourcesJar
> Task :spi:identity-hub-spi:compileTestFixturesJava
> Task :spi:identity-hub-spi:processTestFixturesResources NO-SOURCE
> Task :spi:identity-hub-spi:testFixturesClasses
> Task :spi:identity-hub-spi:testFixturesJar
> Task :spi:identity-hub-spi:generateMetadataFileForIdentity-hub-spiPublication
> Task :spi:identity-hub-spi:generatePomFileForIdentity-hub-spiPublication
> Task :spi:identity-hub-spi:signIdentity-hub-spiPublication
> Task :spi:identity-hub-spi:publishIdentity-hub-spiPublicationToSonatypeRepository
> Task :spi:identity-hub-spi:publishToSonatype
> Task :spi:identity-hub-store-spi:processResources NO-SOURCE
> Task :spi:identity-hub-store-spi:classes
> Task :spi:identity-hub-store-spi:jar

> Task :spi:identity-hub-store-spi:javadoc
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:53: warning: no comment
    public abstract static class Builder<T extends IdentityResource, B extends Builder<T, B>> {
                           ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:31: warning: no comment
    protected Clock clock;
                    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:30: warning: no comment
    protected String holderId;
                     ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:27: warning: no comment
    protected String id;
                     ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:29: warning: no comment
    protected String issuerId;
                     ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:28: warning: no comment
    protected long timestamp;
                   ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:33: warning: no comment
    public Clock getClock() {
                 ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:49: warning: no comment
    public String getHolderId() {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:37: warning: no comment
    public String getId() {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:45: warning: no comment
    public String getIssuerId() {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:41: warning: no comment
    public long getTimestamp() {
                ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:54: warning: no comment
        protected final T resource;
                          ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:56: warning: no comment
        protected Builder(T resource) {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:87: warning: no comment
        protected T build() {
                    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:75: warning: no comment
        public B clock(Clock clock) {
                 ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:80: warning: no comment
        public B holderId(String holderId) {
                 ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:60: warning: no comment
        public B id(String id) {
                 ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:70: warning: no comment
        public B issuerId(String issuerId) {
                 ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:85: warning: no comment
        public abstract B self();
                          ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/IdentityResource.java:65: warning: no comment
        public B timestamp(long timestamp) {
                 ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:36: warning: no comment
    public static VcState from(int code) {
                          ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:40: warning: no comment
    public int getCode() {
               ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:19: warning: no comment
public enum VcState {
       ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:28: warning: no comment
    ERROR(900);
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:20: warning: no comment
    INITIAL(100),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:24: warning: no comment
    ISSUED(500),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:23: warning: no comment
    ISSUING(400),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:26: warning: no comment
    REISSUE_REQUESTED(700),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:25: warning: no comment
    REISSUE_REQUESTING(600),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:22: warning: no comment
    REQUESTED(300),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:21: warning: no comment
    REQUESTING(200),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VcState.java:27: warning: no comment
    TERMINATED(800),
    ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:51: warning: no comment
    public static class Builder extends IdentityResource.Builder<VerifiableCredentialResource, Builder> {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:39: warning: no comment
    public Policy getIssuancePolicy() {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:43: warning: no comment
    public Policy getReissuancePolicy() {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:35: warning: no comment
    public VcState getState() {
                   ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:47: warning: no comment
    public VerifiableCredentialContainer getVerifiableCredential() {
                                         ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:53: warning: no comment
        protected Builder(VerifiableCredentialResource resource) {
                  ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:76: warning: no comment
        public Builder credential(VerifiableCredentialContainer credential) {
                       ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:66: warning: no comment
        public Builder issuancePolicy(Policy issuancePolicy) {
                       ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:57: warning: no comment
        public static Builder newInstance() {
                              ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:71: warning: no comment
        public Builder reissuancePolicy(Policy reissuancePolicy) {
                       ^
/home/jenkins/agent/workspace/Publish-Component/spi/identity-hub-store-spi/src/main/java/org/eclipse/edc/identityhub/spi/store/model/VerifiableCredentialResource.java:61: warning: no comment
        public Builder state(VcState state) {
                       ^
43 warnings

> Task :spi:identity-hub-store-spi:javadocJar
> Task :spi:identity-hub-store-spi:sourcesJar
> Task :spi:identity-hub-store-spi:compileTestFixturesJava NO-SOURCE
> Task :spi:identity-hub-store-spi:processTestFixturesResources NO-SOURCE
> Task :spi:identity-hub-store-spi:testFixturesClasses UP-TO-DATE
> Task :spi:identity-hub-store-spi:testFixturesJar
> Task :spi:identity-hub-store-spi:generateMetadataFileForIdentity-hub-store-spiPublication
> Task :spi:identity-hub-store-spi:generatePomFileForIdentity-hub-store-spiPublication
> Task :spi:identity-hub-store-spi:signIdentity-hub-store-spiPublication
> Task :spi:identity-hub-store-spi:publishIdentity-hub-store-spiPublicationToSonatypeRepository
> Task :spi:identity-hub-store-spi:publishToSonatype
> Task :extensions:cryptography:public-key-provider:compileJava
> Task :extensions:cryptography:public-key-provider:processResources
> Task :extensions:cryptography:public-key-provider:classes
> Task :extensions:cryptography:public-key-provider:jar

> Task :extensions:cryptography:public-key-provider:javadoc
/home/jenkins/agent/workspace/Publish-Component/extensions/cryptography/public-key-provider/src/main/java/org/eclipse/edc/identityhub/publickey/resolver/PublicKeyWrapperExtension.java:52: warning: no comment
    public static final String PUBLIC_KEY_PATH_PROPERTY = "edc.ih.iam.publickey.path";
                               ^
/home/jenkins/agent/workspace/Publish-Component/extensions/cryptography/public-key-provider/src/main/java/org/eclipse/edc/identityhub/publickey/resolver/PublicKeyWrapperExtension.java:55: warning: no comment
    public static final String PUBLIC_KEY_PEM = "edc.ih.iam.publickey.pem";
                               ^
/home/jenkins/agent/workspace/Publish-Component/extensions/cryptography/public-key-provider/src/main/java/org/eclipse/edc/identityhub/publickey/resolver/PublicKeyWrapperExtension.java:49: warning: no comment
    public static final String PUBLIC_KEY_VAULT_ALIAS_PROPERTY = "edc.ih.iam.publickey.alias";
                               ^
/home/jenkins/agent/workspace/Publish-Component/extensions/cryptography/public-key-provider/src/main/java/org/eclipse/edc/identityhub/publickey/resolver/PublicKeyWrapperExtension.java:62: warning: no comment
    public PublicKeyWrapper createPublicKey(ServiceExtensionContext context) {
                            ^
4 warnings

> Task :extensions:cryptography:public-key-provider:javadocJar
> Task :extensions:cryptography:public-key-provider:sourcesJar
> Task :extensions:cryptography:public-key-provider:generateMetadataFileForPublic-key-providerPublication
> Task :extensions:cryptography:public-key-provider:generatePomFileForPublic-key-providerPublication
> Task :extensions:cryptography:public-key-provider:signPublic-key-providerPublication
> Task :extensions:cryptography:public-key-provider:publishPublic-key-providerPublicationToSonatypeRepository
> Task :extensions:cryptography:public-key-provider:publishToSonatype

BUILD SUCCESSFUL in 2m 10s
63 actionable tasks: 63 executed
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] withCredentials
Masking supported pattern matches of $WEBHOOK_URL
[Pipeline] {
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision e90fc5a53c73048c84a5c0f48635b4879c0974fb (refs/remotes/origin/main)
Commit message: "feat: trigger snapshot post-release job also for technology repositories"
Cloning repository https://github.com/eclipse-edc/JenkinsPipelines.git
 > git init /home/jenkins/agent/workspace/Publish-Component # timeout=10
Fetching upstream changes from https://github.com/eclipse-edc/JenkinsPipelines.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edc/JenkinsPipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-edc/JenkinsPipelines.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e90fc5a53c73048c84a5c0f48635b4879c0974fb # timeout=10
[Pipeline] sh
+ chmod +x scripts/discord_webhook.sh
+ ./scripts/discord_webhook.sh SUCCESS Publish-Component 850 https://github.com/eclipse-edc/IdentityHub ''
'WEBHOOK_URL:  https://discord.com/api/webhooks/<masked_url>'
'STATUS: SUCCESS'
'JENKINS_JOB: Publish-Component'
'BUILD_NUMBER: 850'
'REPO_URL: https://github.com/eclipse-edc/IdentityHub'
'VERSION: 0.1.0-SNAPSHOT'
'CONTENT: Publish-Component build SUCCESS. Version 0.1.0-SNAPSHOT'

[Webhook]: Jenkins CI detected.
[Webhook]: Sending webhook to Discord...


######################################################################## 100.0%

[Webhook]: Successfully sent the webhook.
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS