Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 04d0873daa8101e0ca4c90e7648e20be9b88b9e7 [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-7wxpv is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-7wxpv" namespace: "lyo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.lyo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-7wxpv" - 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-7wxpv" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.lyo.svc.cluster.local/lyo/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" 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-lyo" 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-7wxpv in /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Warning: CredentialId "github-bot" could not be found. Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/lyo.git > git init /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress -- https://github.com/eclipse/lyo.git +refs/heads/maint-5.0:refs/remotes/origin/maint-5.0 # timeout=10 > git config remote.origin.url https://github.com/eclipse/lyo.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/maint-5.0:refs/remotes/origin/maint-5.0 # timeout=10 Avoid second fetch Checking out Revision 04d0873daa8101e0ca4c90e7648e20be9b88b9e7 (maint-5.0) Commit message: "release: 5.0.1.CR" > git config core.sparsecheckout # timeout=10 > git checkout -f 04d0873daa8101e0ca4c90e7648e20be9b88b9e7 # timeout=10 > git rev-list --no-walk 6056f9deac745bbfc3537c882650804f5d7f4080 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (SonarCloud) [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withSonarQubeEnv Injecting SonarQube environment variables using the configuration: SonarCloud.io [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn clean verify -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=org.eclipse.lyo -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Lyo :: _Parent [pom] [INFO] Lyo :: Core :: _Parent [pom] [INFO] Lyo :: Core :: OSLC [jar] [INFO] Lyo :: Core :: Query [jar] [INFO] Lyo :: Core :: Jena Provider [jar] [INFO] Lyo :: Core :: TRS [jar] [INFO] Lyo :: Core :: JSON4J Provider (legacy) [jar] [INFO] Lyo :: Core :: Utilities [jar] [INFO] Lyo :: Core :: SHACL [jar] [INFO] Lyo :: Domains [jar] [INFO] Lyo :: Client :: _Parent [pom] [INFO] Lyo :: Client :: Base [jar] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) [jar] [INFO] Lyo :: Client :: Resources (legacy) [jar] [INFO] Lyo :: Server :: _Parent [pom] [INFO] Lyo :: Server :: OAuth Core [jar] [INFO] Lyo :: Server :: OAuth Consumer Store [jar] [INFO] Lyo :: Server :: OAuth Webapp [war] [INFO] Lyo :: Server:: OSLC UI model classes [jar] [INFO] Lyo :: TRS :: Server [jar] [INFO] Lyo :: TRS :: Client :: _Parent [pom] [INFO] Lyo :: TRS :: Client :: Client library [jar] [INFO] Lyo :: TRS :: Client :: MQTT source [jar] [INFO] Lyo :: Store :: _Parent [pom] [INFO] Lyo :: Store :: Core [jar] [INFO] [INFO] ---------------------< org.eclipse.lyo:lyo-parent >--------------------- [INFO] Building Lyo :: _Parent 5.0.1.CR [1/25] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ lyo-parent --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------ [INFO] Building Lyo :: Core :: _Parent 5.0.1.CR [2/25] [INFO] from core/oslc4j-core-build/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-core-build --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >--------------- [INFO] Building Lyo :: Core :: OSLC 5.0.1.CR [3/25] [INFO] from core/oslc4j-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-core --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[65,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[80,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[88,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[96,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[104,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.oslc4j.core.test.ShapeTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.lyo.oslc4j.core.test.ShapeTest [INFO] Running org.eclipse.lyo.oslc4j.core.test.OslcGlobalNamespaceProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.lyo.oslc4j.core.test.OslcGlobalNamespaceProviderTest [INFO] Running org.eclipse.lyo.oslc4j.core.OSLC4JUtilsTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.lyo.oslc4j.core.OSLC4JUtilsTest [INFO] Running org.eclipse.lyo.oslc4j.core.model.ServiceProviderFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.lyo.oslc4j.core.model.ServiceProviderFactoryTest [INFO] Running org.eclipse.lyo.oslc4j.core.model.ResourceShapeFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.lyo.oslc4j.core.model.ResourceShapeFactoryTest [INFO] Running org.eclipse.lyo.oslc4j.core.model.LinkTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.lyo.oslc4j.core.model.LinkTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.core... Loading source files for package org.eclipse.lyo.oslc4j.core.annotation... Loading source files for package org.eclipse.lyo.oslc4j.core.exception... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.lyo.core.query:oslc-query >---------------- [INFO] Building Lyo :: Core :: Query 5.0.1.CR [4/25] [INFO] from core/oslc-query/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-query --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcSearchTermsParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g org/eclipse/lyo/core/query/OslcSearchTerms.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcWhereParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g org/eclipse/lyo/core/query/OslcWhere.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcOrderByParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g org/eclipse/lyo/core/query/OslcOrderBy.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcPrefixParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g org/eclipse/lyo/core/query/OslcPrefix.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcSelectParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g org/eclipse/lyo/core/query/OslcSelect.g [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-query --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.core.query.test.BasicSearchTermsTest "foobar" "foobar","whatsis\"yousa" [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.lyo.core.query.test.BasicSearchTermsTest [INFO] Running org.eclipse.lyo.core.query.test.BasicSelectTest line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' *{*} qm:testcase * oslc:create,qm:verified qm:state{oslc:verified_by{oslc:owner,qm:duration}} qm:submitted{*} qm:testcase,* *,qm:state{*} [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.lyo.core.query.test.BasicSelectTest [INFO] Running org.eclipse.lyo.core.query.test.BasicWhereTest line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' line 1:3 no viable alternative at character '' qm:testcase= qm:duration>=10.4 oslc:create!="Bob" and qm:verified!=true qm:state in ["Done","Open"] oslc:verified_by{oslc:owner="Steve" and qm:duration=-47.0} and oslc:description="very hairy expression" qm:submitted<"2011-10-10T07:00:00Z"^^xs:dateTime oslc:label>"The End"@en-US [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.lyo.core.query.test.BasicWhereTest [INFO] Running org.eclipse.lyo.core.query.test.BasicOrderByTest +gm:priority +gm:priority,-oscl:name gm:tested_by{+oslc:description} line 1:0 no viable alternative at character '?' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.lyo.core.query.test.BasicOrderByTest [INFO] Running org.eclipse.lyo.core.query.test.BasicPrefixesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.lyo.core.query.test.BasicPrefixesTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-query --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-query >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-query <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-query --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-query --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.query... Loading source files for package org.eclipse.lyo.core.query.impl... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-javadoc.jar [INFO] [INFO] ----------< org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider >---------- [INFO] Building Lyo :: Core :: Jena Provider 5.0.1.CR [5/25] [INFO] from core/oslc4j-jena-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-jena-provider --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[171,27] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[205,62] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[327,39] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[329,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.java:[210,103] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.java:[156,64] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[548,55] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[907,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[925,72] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1053,70] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1183,81] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[2184,54] newInstance() in java.lang.Class has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ServiceProviderTest.java:[41,82] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/JenaOslcNameTest.java:[125,43] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ReifiedLinksTest.java:[88,53] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[68,82] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[69,82] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[71,61] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java:[38,62] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java:[43,73] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-jena-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.shapefactory.test.ShapeFactoryTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 s - in org.eclipse.lyo.oslc4j.provider.jena.shapefactory.test.ShapeFactoryTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.ServiceProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.898 s - in org.eclipse.lyo.oslc4j.provider.jena.test.ServiceProviderTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.JsonLdTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.243 s - in org.eclipse.lyo.oslc4j.provider.jena.test.JsonLdTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.JenaOslcNameTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.lyo.oslc4j.provider.jena.test.JenaOslcNameTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.ReifiedLinksTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s - in org.eclipse.lyo.oslc4j.provider.jena.test.ReifiedLinksTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.ShapeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.lyo.oslc4j.provider.jena.test.ShapeTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.TypesTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.lyo.oslc4j.provider.jena.test.TypesTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest [main] WARN org.apache.jena.riot - [line: 7, col: 25] Lexical form 'thirteen' not valid for datatype XSD int [main] WARN org.apache.jena.riot - [line: 8, col: 25] Lexical form '' not valid for datatype XSD long [main] WARN org.apache.jena.riot - [line: 9, col: 25] Lexical form 'yesterday' not valid for datatype XSD dateTime [main] WARN org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper - Property http://purl.org/dc/terms/modified could not be parsed as datatype http://www.w3.org/2001/XMLSchema#dateTime org.apache.jena.datatypes.DatatypeFormatException: Lexical form 'yesterday' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#dateTime -> class org.apache.jena.datatypes.xsd.XSDDateTime]. at org.apache.jena.graph.impl.LiteralLabelImpl.getValue(LiteralLabelImpl.java:383) at org.apache.jena.graph.Node_Literal.getLiteralValue(Node_Literal.java:39) at org.apache.jena.rdf.model.impl.LiteralImpl.getValue(LiteralImpl.java:98) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.handleExtendedPropertyValue(JenaModelHelper.java:1175) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromResource(JenaModelHelper.java:680) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.createObjectResultList(JenaModelHelper.java:552) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromJenaModel(JenaModelHelper.java:424) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.unmarshal(JenaModelHelper.java:388) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.jena.datatypes.DatatypeFormatException: Lexical form 'yesterday' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#dateTime -> class org.apache.jena.datatypes.xsd.XSDDateTime] during parse -org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeValueException: cvc-datatype-valid.1.2.1: 'yesterday' is not a valid value for 'dateTime'. at org.apache.jena.datatypes.xsd.XSDDatatype.parse(XSDDatatype.java:274) at org.apache.jena.graph.impl.LiteralLabelImpl.setValue(LiteralLabelImpl.java:218) at org.apache.jena.graph.impl.LiteralLabelImpl.setLiteralLabel_1(LiteralLabelImpl.java:112) at org.apache.jena.graph.impl.LiteralLabelImpl.(LiteralLabelImpl.java:101) at org.apache.jena.graph.impl.LiteralLabelFactory.create(LiteralLabelFactory.java:50) at org.apache.jena.graph.NodeFactory.createLiteral(NodeFactory.java:151) at org.apache.jena.riot.system.FactoryRDFStd.createTypedLiteral(FactoryRDFStd.java:60) at org.apache.jena.riot.system.FactoryRDFCaching.createTypedLiteral(FactoryRDFCaching.java:88) at org.apache.jena.riot.system.ParserProfileStd.createTypedLiteral(ParserProfileStd.java:199) at org.apache.jena.riot.system.ParserProfileStd.create(ParserProfileStd.java:294) at org.apache.jena.riot.lang.LangTurtleBase.tokenAsNode(LangTurtleBase.java:577) at org.apache.jena.riot.lang.LangTurtleBase.node(LangTurtleBase.java:410) at org.apache.jena.riot.lang.LangTurtleBase.triplesNode(LangTurtleBase.java:445) at org.apache.jena.riot.lang.LangTurtleBase.objectList(LangTurtleBase.java:419) at org.apache.jena.riot.lang.LangTurtleBase.predicateObjectItem(LangTurtleBase.java:352) at org.apache.jena.riot.lang.LangTurtleBase.predicateObjectList(LangTurtleBase.java:345) at org.apache.jena.riot.lang.LangTurtleBase.triples(LangTurtleBase.java:314) at org.apache.jena.riot.lang.LangTurtleBase.triplesSameSubject(LangTurtleBase.java:178) at org.apache.jena.riot.lang.LangTurtle.oneTopLevelElement(LangTurtle.java:46) at org.apache.jena.riot.lang.LangTurtleBase.runParser(LangTurtleBase.java:79) at org.apache.jena.riot.lang.LangBase.parse(LangBase.java:43) at org.apache.jena.riot.RDFParserRegistry$ReaderRIOTLang.read(RDFParserRegistry.java:203) at org.apache.jena.riot.RDFParser.read(RDFParser.java:416) at org.apache.jena.riot.RDFParser.parseNotUri(RDFParser.java:406) at org.apache.jena.riot.RDFParser.parse(RDFParser.java:356) at org.apache.jena.riot.RDFParserBuilder.parse(RDFParserBuilder.java:570) at org.apache.jena.riot.RDFDataMgr.parseFromInputStream(RDFDataMgr.java:718) at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:253) at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:235) at org.apache.jena.riot.adapters.RDFReaderRIOT.read(RDFReaderRIOT.java:69) at org.apache.jena.rdf.model.impl.ModelCom.read(ModelCom.java:253) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:51) ... 30 more [main] WARN org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper - Property http://example.com/ns#age could not be parsed as datatype http://www.w3.org/2001/XMLSchema#long org.apache.jena.datatypes.DatatypeFormatException: Lexical form '' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#long -> class java.lang.Long]. at org.apache.jena.graph.impl.LiteralLabelImpl.getValue(LiteralLabelImpl.java:383) at org.apache.jena.graph.Node_Literal.getLiteralValue(Node_Literal.java:39) at org.apache.jena.rdf.model.impl.LiteralImpl.getValue(LiteralImpl.java:98) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.handleExtendedPropertyValue(JenaModelHelper.java:1175) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromResource(JenaModelHelper.java:680) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.createObjectResultList(JenaModelHelper.java:552) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromJenaModel(JenaModelHelper.java:424) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.unmarshal(JenaModelHelper.java:388) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.jena.datatypes.DatatypeFormatException: Lexical form '' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#long -> class java.lang.Long] during parse -org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeValueException: cvc-datatype-valid.1.2.1: '' is not a valid value for 'integer'. at org.apache.jena.datatypes.xsd.XSDDatatype.parse(XSDDatatype.java:274) at org.apache.jena.datatypes.xsd.impl.XSDBaseNumericType.parse(XSDBaseNumericType.java:161) at org.apache.jena.graph.impl.LiteralLabelImpl.setValue(LiteralLabelImpl.java:218) at org.apache.jena.graph.impl.LiteralLabelImpl.setLiteralLabel_1(LiteralLabelImpl.java:112) at org.apache.jena.graph.impl.LiteralLabelImpl.(LiteralLabelImpl.java:101) at org.apache.jena.graph.impl.LiteralLabelFactory.create(LiteralLabelFactory.java:50) at org.apache.jena.graph.NodeFactory.createLiteral(NodeFactory.java:151) at org.apache.jena.riot.system.FactoryRDFStd.createTypedLiteral(FactoryRDFStd.java:60) at org.apache.jena.riot.system.FactoryRDFCaching.createTypedLiteral(FactoryRDFCaching.java:88) at org.apache.jena.riot.system.ParserProfileStd.createTypedLiteral(ParserProfileStd.java:199) at org.apache.jena.riot.system.ParserProfileStd.create(ParserProfileStd.java:294) at org.apache.jena.riot.lang.LangTurtleBase.tokenAsNode(LangTurtleBase.java:577) at org.apache.jena.riot.lang.LangTurtleBase.node(LangTurtleBase.java:410) at org.apache.jena.riot.lang.LangTurtleBase.triplesNode(LangTurtleBase.java:445) at org.apache.jena.riot.lang.LangTurtleBase.objectList(LangTurtleBase.java:419) at org.apache.jena.riot.lang.LangTurtleBase.predicateObjectItem(LangTurtleBase.java:352) at org.apache.jena.riot.lang.LangTurtleBase.predicateObjectList(LangTurtleBase.java:345) at org.apache.jena.riot.lang.LangTurtleBase.triples(LangTurtleBase.java:314) at org.apache.jena.riot.lang.LangTurtleBase.triplesSameSubject(LangTurtleBase.java:178) at org.apache.jena.riot.lang.LangTurtle.oneTopLevelElement(LangTurtle.java:46) at org.apache.jena.riot.lang.LangTurtleBase.runParser(LangTurtleBase.java:79) at org.apache.jena.riot.lang.LangBase.parse(LangBase.java:43) at org.apache.jena.riot.RDFParserRegistry$ReaderRIOTLang.read(RDFParserRegistry.java:203) at org.apache.jena.riot.RDFParser.read(RDFParser.java:416) at org.apache.jena.riot.RDFParser.parseNotUri(RDFParser.java:406) at org.apache.jena.riot.RDFParser.parse(RDFParser.java:356) at org.apache.jena.riot.RDFParserBuilder.parse(RDFParserBuilder.java:570) at org.apache.jena.riot.RDFDataMgr.parseFromInputStream(RDFDataMgr.java:718) at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:253) at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:235) at org.apache.jena.riot.adapters.RDFReaderRIOT.read(RDFReaderRIOT.java:69) at org.apache.jena.rdf.model.impl.ModelCom.read(ModelCom.java:253) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:51) ... 30 more [main] WARN org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper - Property http://purl.org/dc/terms/identifier could not be parsed as datatype http://www.w3.org/2001/XMLSchema#int org.apache.jena.datatypes.DatatypeFormatException: Lexical form 'thirteen' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#int -> class java.lang.Integer]. at org.apache.jena.graph.impl.LiteralLabelImpl.getValue(LiteralLabelImpl.java:383) at org.apache.jena.graph.Node_Literal.getLiteralValue(Node_Literal.java:39) at org.apache.jena.rdf.model.impl.LiteralImpl.getValue(LiteralImpl.java:98) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.handleExtendedPropertyValue(JenaModelHelper.java:1175) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromResource(JenaModelHelper.java:680) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.createObjectResultList(JenaModelHelper.java:552) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.fromJenaModel(JenaModelHelper.java:424) at org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper.unmarshal(JenaModelHelper.java:388) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:53) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.jena.datatypes.DatatypeFormatException: Lexical form 'thirteen' is not a legal instance of Datatype[http://www.w3.org/2001/XMLSchema#int -> class java.lang.Integer] during parse -org.apache.jena.ext.xerces.impl.dv.InvalidDatatypeValueException: cvc-datatype-valid.1.2.1: 'thirteen' is not a valid value for 'integer'. at org.apache.jena.datatypes.xsd.XSDDatatype.parse(XSDDatatype.java:274) at org.apache.jena.datatypes.xsd.impl.XSDBaseNumericType.parse(XSDBaseNumericType.java:161) at org.apache.jena.graph.impl.LiteralLabelImpl.setValue(LiteralLabelImpl.java:218) at org.apache.jena.graph.impl.LiteralLabelImpl.setLiteralLabel_1(LiteralLabelImpl.java:112) at org.apache.jena.graph.impl.LiteralLabelImpl.(LiteralLabelImpl.java:101) at org.apache.jena.graph.impl.LiteralLabelFactory.create(LiteralLabelFactory.java:50) at org.apache.jena.graph.NodeFactory.createLiteral(NodeFactory.java:151) at org.apache.jena.riot.system.FactoryRDFStd.createTypedLiteral(FactoryRDFStd.java:60) at org.apache.jena.riot.system.FactoryRDFCaching.createTypedLiteral(FactoryRDFCaching.java:88) at org.apache.jena.riot.system.ParserProfileStd.createTypedLiteral(ParserProfileStd.java:199) at org.apache.jena.riot.system.ParserProfileStd.create(ParserProfileStd.java:294) at org.apache.jena.riot.lang.LangTurtleBase.tokenAsNode(LangTurtleBase.java:577) at org.apache.jena.riot.lang.LangTurtleBase.node(LangTurtleBase.java:410) at org.apache.jena.riot.lang.LangTurtleBase.triplesNode(LangTurtleBase.java:445) at org.apache.jena.riot.lang.LangTurtleBase.objectList(LangTurtleBase.java:419) at org.apache.jena.riot.lang.LangTurtleBase.predicateObjectItem(LangTurtleBase.java:352) at org.apache.jena.riot.lang.LangTurtleBase.predicateObjectList(LangTurtleBase.java:345) at org.apache.jena.riot.lang.LangTurtleBase.triples(LangTurtleBase.java:314) at org.apache.jena.riot.lang.LangTurtleBase.triplesSameSubject(LangTurtleBase.java:178) at org.apache.jena.riot.lang.LangTurtle.oneTopLevelElement(LangTurtle.java:46) at org.apache.jena.riot.lang.LangTurtleBase.runParser(LangTurtleBase.java:79) at org.apache.jena.riot.lang.LangBase.parse(LangBase.java:43) at org.apache.jena.riot.RDFParserRegistry$ReaderRIOTLang.read(RDFParserRegistry.java:203) at org.apache.jena.riot.RDFParser.read(RDFParser.java:416) at org.apache.jena.riot.RDFParser.parseNotUri(RDFParser.java:406) at org.apache.jena.riot.RDFParser.parse(RDFParser.java:356) at org.apache.jena.riot.RDFParserBuilder.parse(RDFParserBuilder.java:570) at org.apache.jena.riot.RDFDataMgr.parseFromInputStream(RDFDataMgr.java:718) at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:253) at org.apache.jena.riot.RDFDataMgr.read(RDFDataMgr.java:235) at org.apache.jena.riot.adapters.RDFReaderRIOT.read(RDFReaderRIOT.java:69) at org.apache.jena.rdf.model.impl.ModelCom.read(ModelCom.java:253) at org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest.testParseTheUnparseable(UnparseableLiteralTest.java:51) ... 30 more [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.lyo.oslc4j.provider.jena.test.UnparseableLiteralTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.TurtleTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.lyo.oslc4j.provider.jena.test.TurtleTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.JenaCustomNamespaceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.lyo.oslc4j.provider.jena.test.JenaCustomNamespaceTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.test.RdfXmlAbbreviatedWriterTest 1 TEST PROJECT [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.lyo.oslc4j.provider.jena.test.RdfXmlAbbreviatedWriterTest [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackagesTests [main] INFO org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackagesTests - Scanned package: org.eclipse.lyo.oslc4j.provider.jena.resources [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 s - in org.eclipse.lyo.oslc4j.provider.jena.ordfm.ResourcePackagesTests [INFO] Running org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelperTest [main] WARN org.apache.jena.riot - [line: 22, col: 1 ] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 25, col: 27] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 26, col: 27] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 30, col: 27] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 31, col: 27] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 34, col: 19] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 34, col: 27] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 37, col: 27] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 38, col: 27] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 41, col: 1 ] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 45, col: 1 ] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 8, col: 27] Lexical form '][$%§{​​​"}​​​?\#^°1' not valid for datatype XSD XMLLiteral [main] WARN org.apache.jena.riot - [line: 10, col: 28] Lexical form '][$%§{​​​"}​​​?\#^°1' not valid for datatype XSD XMLLiteral [main] WARN org.apache.jena.riot - [line: 23, col: 1 ] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 25, col: 19] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 27, col: 1 ] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 23, col: 1 ] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 25, col: 19] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - [line: 27, col: 1 ] Bad IRI: Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific syntax rules are violated. [main] WARN org.apache.jena.riot - Lexical form '"test"' not valid for datatype XSD XMLLiteral [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.226 s - in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelperTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 42, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-jena-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-jena-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-jena-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-jena-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-jena-provider --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.jena... Loading source files for package org.eclipse.lyo.oslc4j.provider.jena.ordfm... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/class-use/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] ----------------------< org.eclipse.lyo:oslc-trs >---------------------- [INFO] Building Lyo :: Core :: TRS 5.0.1.CR [6/25] [INFO] from core/oslc-trs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-trs --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java:[40,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java:[58,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-trs --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.core.trs.TrackedResourceSetTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - in org.eclipse.lyo.core.trs.TrackedResourceSetTest [INFO] Running org.eclipse.lyo.core.trs.ChangeLogTest [main] INFO org.eclipse.lyo.core.trs.ChangeLogTest - a ; 9223372036854775808 . [main] INFO org.eclipse.lyo.core.trs.ChangeLogTest - Setting changeLog Change Event list to null [main] INFO org.eclipse.lyo.core.trs.ChangeLogTest - a ; "9223372036854775806"^^ . [main] INFO org.eclipse.lyo.core.trs.ChangeLogTest - a ; "2147483646"^^ . [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.lyo.core.trs.ChangeLogTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-trs --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-trs >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-trs <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-trs --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-trs --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.trs... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-javadoc.jar [INFO] [INFO] ---------< org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider >--------- [INFO] Building Lyo :: Core :: JSON4J Provider (legacy) 5.0.1.CR [7/25] [INFO] from core/oslc4j-json4j-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-json4j-provider --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-json4j-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.oslc4j.provider.json4j.test.TestInvalidTypesJson SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.lyo.oslc4j.provider.json4j.test.TestInvalidTypesJson [INFO] Running org.eclipse.lyo.oslc4j.provider.json4j.test.JsonOslcNameTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.lyo.oslc4j.provider.json4j.test.JsonOslcNameTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-json4j-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-json4j-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-json4j-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-json4j-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-json4j-provider --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.json4j... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-utils >-------------- [INFO] Building Lyo :: Core :: Utilities 5.0.1.CR [8/25] [INFO] from core/oslc4j-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-utils --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[61,72] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[72,49] org.eclipse.lyo.oslc4j.provider.json4j.JsonHelper in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[59,50] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[72,37] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[76,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[80,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[84,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.core.utils.test.UmmarshallerTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s - in org.eclipse.lyo.core.utils.test.UmmarshallerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-utils >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-utils <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-utils --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.utils.marshallers... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-javadoc.jar [INFO] [INFO] -----------------------< org.eclipse.lyo:shacl >------------------------ [INFO] Building Lyo :: Core :: SHACL 5.0.1.CR [9/25] [INFO] from core/shacl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ shacl --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ shacl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ shacl --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ shacl >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ shacl <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ shacl --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ shacl --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.shacl... Loading source files for package org.eclipse.lyo.shacl.annotations... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-javadoc.jar [INFO] [INFO] --------------------< org.eclipse.lyo:oslc-domains >-------------------- [INFO] Building Lyo :: Domains 5.0.1.CR [10/25] [INFO] from domains/oslc-domains/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-domains --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-domains --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-domains --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-domains --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-domains --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-domains >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-domains <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-domains --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-domains --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc.domains... Loading source files for package org.eclipse.lyo.oslc.domains.am... Loading source files for package org.eclipse.lyo.oslc.domains.auto... Loading source files for package org.eclipse.lyo.oslc.domains.cm... Loading source files for package org.eclipse.lyo.oslc.domains.config... Loading source files for package org.eclipse.lyo.oslc.domains.jazz_am... Loading source files for package org.eclipse.lyo.oslc.domains.qm... Loading source files for package org.eclipse.lyo.oslc.domains.rm... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/class-use/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-javadoc.jar [INFO] [INFO] ---------------< org.eclipse.lyo.clients:clients-parent >--------------- [INFO] Building Lyo :: Client :: _Parent 5.0.1.CR [11/25] [INFO] from client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ clients-parent --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ clients-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ clients-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --------------< org.eclipse.lyo.clients:oslc-client-base >-------------- [INFO] Building Lyo :: Client :: Base 5.0.1.CR [12/25] [INFO] from client/oslc-client-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-client-base --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/java/org/eclipse/lyo/client/exception/JazzAuthErrorException.java:[33,50] Integer(int) in java.lang.Integer has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client-base --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client-base --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client-base >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client-base <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client-base --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.exception... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-javadoc.jar [INFO] [INFO] ----------------< org.eclipse.lyo.clients:oslc-client >----------------- [INFO] Building Lyo :: Client :: OSLC JAX-RS 2.0 (new) 5.0.1.CR [13/25] [INFO] from client/oslc-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-client --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/RootServicesHelper.java:[279,36] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/OslcClient.java:[95,42] org.eclipse.lyo.oslc4j.provider.json4j.Json4JProvidersRegistry in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/query/OslcQueryResult.java:[266,62] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.client.test.OslcClientTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.627 s - in org.eclipse.lyo.client.test.OslcClientTest [INFO] Running org.eclipse.lyo.client.test.OslcQueryResultTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.567 s - in org.eclipse.lyo.client.test.OslcQueryResultTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client... Loading source files for package org.eclipse.lyo.client.query... Loading source files for package org.eclipse.lyo.client.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/class-use/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-javadoc.jar [INFO] [INFO] ---------< org.eclipse.lyo.clients:oslc-java-client-resources >--------- [INFO] Building Lyo :: Client :: Resources (legacy) 5.0.1.CR [14/25] [INFO] from client/oslc-java-client-resources/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-java-client-resources --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-java-client-resources --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-java-client-resources --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-java-client-resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-java-client-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-java-client-resources >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-java-client-resources <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-java-client-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-java-client-resources --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.oslc.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-javadoc.jar [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.server:lyo-server-build >----------- [INFO] Building Lyo :: Server :: _Parent 5.0.1.CR [15/25] [INFO] from server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ lyo-server-build --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-server-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-server-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] -----------------< org.eclipse.lyo.server:oauth-core >------------------ [INFO] Building Lyo :: Server :: OAuth Core 5.0.1.CR [16/25] [INFO] from server/oauth-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oauth-core --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:[485,59] Integer(int) in java.lang.Integer has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.server.oauth.provider.core.AppTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.lyo.server.oauth.provider.core.AppTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.core... Loading source files for package org.eclipse.lyo.server.oauth.core.consumer... Loading source files for package org.eclipse.lyo.server.oauth.core.token... Loading source files for package org.eclipse.lyo.server.oauth.core.utils... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/help-doc.html... 14 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.java:76: warning: no description for @throws [WARNING] * @throws ConsumerStoreException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:156: warning: no description for @param [WARNING] * @param loginSession [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:157: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:166: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:167: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:168: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:169: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:178: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:179: warning: no description for @throws [WARNING] * @throws Exception [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:188: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:201: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:342: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:343: warning: no description for @throws [WARNING] * @throws ServletException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-javadoc.jar [INFO] [INFO] ------------< org.eclipse.lyo.server:oauth-consumer-store >------------- [INFO] Building Lyo :: Server :: OAuth Consumer Store 5.0.1.CR [17/25] [INFO] from server/oauth-consumer-store/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oauth-consumer-store --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-consumer-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,44] get() in org.apache.jena.util.FileManager has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,50] loadModel(java.lang.String) in org.apache.jena.util.FileManager has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-consumer-store --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-consumer-store --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-consumer-store --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-consumer-store >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-consumer-store <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-consumer-store --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-consumer-store --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.consumerstore... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-javadoc.jar [INFO] [INFO] ----------------< org.eclipse.lyo.server:oauth-webapp >----------------- [INFO] Building Lyo :: Server :: OAuth Webapp 5.0.1.CR [18/25] [INFO] from server/oauth-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oauth-webapp --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-webapp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:[141,59] Boolean(boolean) in java.lang.Boolean has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-webapp --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-webapp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- war:3.3.2:war (default-war) @ oauth-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [oauth-webapp] in [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp.war [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-webapp >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-webapp <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-webapp --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.webapp.services... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:268: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:269: warning: no description for @throws [WARNING] * @throws NullPointerException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-javadoc.jar [INFO] [INFO] ----------------< org.eclipse.lyo.server:oslc-ui-model >---------------- [INFO] Building Lyo :: Server:: OSLC UI model classes 5.0.1.CR [19/25] [INFO] from server/oslc-ui-model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-ui-model --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-ui-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[63,84] unchecked cast required: java.util.Collection found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[76,109] unchecked cast required: java.util.Collection found: java.lang.Object [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-ui-model --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-ui-model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-ui-model --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-ui-model >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-ui-model <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-ui-model --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-ui-model --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.ui.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-javadoc.jar [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-server >------------------- [INFO] Building Lyo :: TRS :: Server 5.0.1.CR [20/25] [INFO] from trs/server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ trs-server --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ trs-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[117,69] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[124,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[131,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[174,47] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ trs-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/test/java/org/eclipse/lyo/oslc4j/trs/server/TRSTestUtil.java:[34,28] getTimestamp() in org.eclipse.lyo.oslc4j.trs.server.HistoryData has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/test/java/org/eclipse/lyo/oslc4j/trs/server/TRSTestUtil.java:[40,56] getTimestamp() in org.eclipse.lyo.oslc4j.trs.server.HistoryData has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-server --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.oslc4j.trs.server.TRSUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.lyo.oslc4j.trs.server.TRSUtilTest [INFO] Running org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrsTest [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrsTest [INFO] Running org.eclipse.lyo.oslc4j.trs.server.service.DummyServiceTest Apr 27, 2023 10:36:04 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 27, 2023 10:36:04 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 27, 2023 10:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 27, 2023 10:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer] Started. Apr 27, 2023 10:36:05 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 s - in org.eclipse.lyo.oslc4j.trs.server.service.DummyServiceTest [INFO] Running org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceTest Apr 27, 2023 10:36:05 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 27, 2023 10:36:05 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 27, 2023 10:36:05 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 27, 2023 10:36:05 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-1] Started. [INFO] org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceResource - Starting up [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource Apr 27, 2023 10:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 27, 2023 10:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 27, 2023 10:36:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 27, 2023 10:36:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 27, 2023 10:36:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-2] Started. [INFO] org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceResource - Starting up [INFO] org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceResource - Starting up [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService - TRS Base page contains 5 members Apr 27, 2023 10:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 27, 2023 10:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ Apr 27, 2023 10:36:06 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 27, 2023 10:36:06 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 27, 2023 10:36:06 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-3] Started. [INFO] org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceResource - Starting up [INFO] org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceResource - Starting up [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource [DEBUG] org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService - TRS Base page contains 5 members Apr 27, 2023 10:36:06 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.497 s - in org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceTest [INFO] Running org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceDITest Apr 27, 2023 10:36:06 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource Apr 27, 2023 10:36:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-4] Started. Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 27, 2023 10:36:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource Apr 27, 2023 10:36:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-5] Started. [DEBUG] org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService - TRS Base page contains 0 members Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] Apr 27, 2023 10:36:07 PM org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory$GrizzlyTestContainer INFO: Creating GrizzlyTestContainer configured at the base URI http://localhost:9998/ [DEBUG] org.eclipse.lyo.oslc4j.trs.server.InmemPagedTrs - Adding a new Base resource Apr 27, 2023 10:36:07 PM org.glassfish.jersey.server.wadl.WadlFeature configure WARNING: JAXBContext implementation could not be found. WADL feature is disabled. Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.NetworkListener start INFO: Started listener bound to [localhost:9998] Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.HttpServer start INFO: [HttpServer-6] Started. [DEBUG] org.eclipse.lyo.oslc4j.trs.server.service.TrackedResourceSetService - TRS Base page contains 0 members Apr 27, 2023 10:36:07 PM org.glassfish.grizzly.http.server.NetworkListener shutdownNow INFO: Stopped listener bound to [localhost:9998] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.354 s - in org.eclipse.lyo.oslc4j.trs.server.service.TRSServiceDITest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-server <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-server --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.trs.server... Loading source files for package org.eclipse.lyo.oslc4j.trs.server.service... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/class-use/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-javadoc.jar [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-parent >------------------- [INFO] Building Lyo :: TRS :: Client :: _Parent 5.0.1.CR [21/25] [INFO] from trs/client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ trs-parent --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-parent --- [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-client >------------------- [INFO] Building Lyo :: TRS :: Client :: Client library 5.0.1.CR [22/25] [INFO] from trs/client/trs-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ trs-client --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] warning: classpath entry points to a non-existent location: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/classes [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 452 [INFO] Validity check: 1 [INFO] Creating documentation models: 3509 [INFO] Transforming documentation model before merging: 29 [INFO] Merging documentation models: 2 [INFO] Transforming documentation model after merging: 81 [INFO] Creating pages: 119 [INFO] Transforming pages: 5 [INFO] Rendering: 1861 [INFO] Running post-actions: 230 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[295,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[311,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[330,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[346,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[379,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[399,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[436,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[467,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/test/java/org/eclipse/lyo/trs/client/handlers/TrsProviderHandlerTest.java:[249,20] baseChangeEventsOptimization(java.util.List,java.util.List) in org.eclipse.lyo.trs.client.handlers.TrsProviderHandler has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/test/java/org/eclipse/lyo/trs/client/handlers/TrsProviderTest.java:[118,20] baseChangeEventsOptimization(java.util.List,java.util.List) in org.eclipse.lyo.trs.client.handlers.TrsProviderHandler has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.trs.client.handlers.TrsProviderHandlerTest [DEBUG] org.eclipse.lyo.trs.client.util.ProviderUtil - Removing https://host/changeEvents/0 from the base because it has been updated since in the changelog [DEBUG] org.eclipse.lyo.trs.client.util.ProviderUtil - Removing https://host/changeEvents/2 from the base because it has been updated since in the changelog [DEBUG] org.eclipse.lyo.trs.client.handlers.TrsProviderHandler - Removing 'ChangeEvent{kind=Creation, changed=https://host/changeEvents/15, order=12}' from the base because it is already in the changelog [DEBUG] org.eclipse.lyo.trs.client.handlers.TrsProviderHandler - Removing 'ChangeEvent{kind=Modification, changed=https://host/changeEvents/17, order=14}' from the base because it is already in the changelog [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.lyo.trs.client.handlers.TrsProviderHandlerTest [INFO] Running org.eclipse.lyo.trs.client.handlers.TrsProviderTest [DEBUG] org.eclipse.lyo.trs.client.handlers.TrsProviderHandler - Removing 'ChangeEvent{kind=Creation, changed=https://host/changeEvents/0, order=1}' from the base because it is already in the changelog [DEBUG] org.eclipse.lyo.trs.client.handlers.TrsProviderHandler - Removing 'ChangeEvent{kind=Modification, changed=https://host/changeEvents/2, order=3}' from the base because it is already in the changelog [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.lyo.trs.client.handlers.TrsProviderTest [INFO] Running org.eclipse.lyo.trs.client.SparqlUtilTest [INFO] org.apache.jena.tdb.loader - Load: from input stream -- 2023/04/27 22:36:28 UTC [INFO] org.apache.jena.tdb.loader - -- Start triples data phase [INFO] org.apache.jena.tdb.loader - ** Load empty triples table [INFO] org.apache.jena.tdb.loader - -- Start quads data phase [INFO] org.apache.jena.tdb.loader - ** Load empty quads table [INFO] org.apache.jena.tdb.loader - -- Finish triples data phase [INFO] org.apache.jena.tdb.loader - ** Data: 2 triples loaded in 0.23 seconds [Rate: 8.73 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads data phase [INFO] org.apache.jena.tdb.loader - -- Start triples index phase [INFO] org.apache.jena.tdb.loader - ** Index SPO->POS: 2 slots indexed in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - ** Index SPO->OSP: 2 slots indexed [INFO] org.apache.jena.tdb.loader - -- Finish triples index phase [INFO] org.apache.jena.tdb.loader - ** 2 triples indexed in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish triples load [INFO] org.apache.jena.tdb.loader - ** Completed: 2 triples loaded in 0.23 seconds [Rate: 8.58 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads load [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for removal of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - DROP GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - CREATE GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of triples in graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - INSERT DATA { GRAPH { "W3Schools.com" . "Jan Egil Refsnes" . } } [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for removal of all triples from graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - WITH DELETE {?s ?p ?o } WHERE { GRAPH { ?s ?p ?o } } [INFO] org.apache.jena.tdb.loader - Load: from input stream -- 2023/04/27 22:36:29 UTC [INFO] org.apache.jena.tdb.loader - -- Start triples data phase [INFO] org.apache.jena.tdb.loader - ** Load empty triples table [INFO] org.apache.jena.tdb.loader - -- Start quads data phase [INFO] org.apache.jena.tdb.loader - ** Load empty quads table [INFO] org.apache.jena.tdb.loader - -- Finish triples data phase [INFO] org.apache.jena.tdb.loader - ** Data: 2 triples loaded in 0.00 seconds [Rate: 1,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads data phase [INFO] org.apache.jena.tdb.loader - -- Start triples index phase [INFO] org.apache.jena.tdb.loader - ** Index SPO->POS: 2 slots indexed [INFO] org.apache.jena.tdb.loader - ** Index SPO->OSP: 2 slots indexed [INFO] org.apache.jena.tdb.loader - -- Finish triples index phase [INFO] org.apache.jena.tdb.loader - ** 2 triples indexed [INFO] org.apache.jena.tdb.loader - -- Finish triples load [INFO] org.apache.jena.tdb.loader - ** Completed: 2 triples loaded in 0.00 seconds [Rate: 666.67 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads load [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for removal of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - DROP GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - CREATE GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of triples in graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - INSERT DATA { GRAPH { "W3Schools.com" . "Jan Egil Refsnes" . } } [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for removal of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - DROP GRAPH [INFO] org.apache.jena.tdb.loader - Load: from input stream -- 2023/04/27 22:36:29 UTC [INFO] org.apache.jena.tdb.loader - -- Start triples data phase [INFO] org.apache.jena.tdb.loader - ** Load empty triples table [INFO] org.apache.jena.tdb.loader - -- Start quads data phase [INFO] org.apache.jena.tdb.loader - ** Load empty quads table [INFO] org.apache.jena.tdb.loader - -- Finish triples data phase [INFO] org.apache.jena.tdb.loader - ** Data: 2 triples loaded in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads data phase [INFO] org.apache.jena.tdb.loader - -- Start triples index phase [INFO] org.apache.jena.tdb.loader - ** Index SPO->POS: 2 slots indexed [INFO] org.apache.jena.tdb.loader - ** Index SPO->OSP: 2 slots indexed [INFO] org.apache.jena.tdb.loader - -- Finish triples index phase [INFO] org.apache.jena.tdb.loader - ** 2 triples indexed [INFO] org.apache.jena.tdb.loader - -- Finish triples load [INFO] org.apache.jena.tdb.loader - ** Completed: 2 triples loaded in 0.00 seconds [Rate: 1,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads load [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for removal of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - DROP GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - CREATE GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of triples in graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - INSERT DATA { GRAPH { "W3Schools.com" . "Jan Egil Refsnes" . } } [INFO] org.apache.jena.tdb.loader - Load: from input stream -- 2023/04/27 22:36:29 UTC [INFO] org.apache.jena.tdb.loader - -- Start triples data phase [INFO] org.apache.jena.tdb.loader - ** Load empty triples table [INFO] org.apache.jena.tdb.loader - -- Start quads data phase [INFO] org.apache.jena.tdb.loader - ** Load empty quads table [INFO] org.apache.jena.tdb.loader - -- Finish triples data phase [INFO] org.apache.jena.tdb.loader - ** Data: 2 triples loaded in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads data phase [INFO] org.apache.jena.tdb.loader - -- Start triples index phase [INFO] org.apache.jena.tdb.loader - ** Index SPO->POS: 2 slots indexed [INFO] org.apache.jena.tdb.loader - ** Index SPO->OSP: 2 slots indexed [INFO] org.apache.jena.tdb.loader - -- Finish triples index phase [INFO] org.apache.jena.tdb.loader - ** 2 triples indexed in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish triples load [INFO] org.apache.jena.tdb.loader - ** Completed: 2 triples loaded in 0.00 seconds [Rate: 666.67 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads load [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for removal of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - DROP GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - CREATE GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of triples in graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - INSERT DATA { GRAPH { "W3Schools.com" . "Jan Egil Refsnes" . } } [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of triples in graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - INSERT DATA { GRAPH { "Eric Miller" . } } [INFO] org.apache.jena.tdb.loader - Load: from input stream -- 2023/04/27 22:36:29 UTC [INFO] org.apache.jena.tdb.loader - -- Start triples data phase [INFO] org.apache.jena.tdb.loader - ** Load empty triples table [INFO] org.apache.jena.tdb.loader - -- Start quads data phase [INFO] org.apache.jena.tdb.loader - ** Load empty quads table [INFO] org.apache.jena.tdb.loader - -- Finish triples data phase [INFO] org.apache.jena.tdb.loader - ** Data: 2 triples loaded in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads data phase [INFO] org.apache.jena.tdb.loader - -- Start triples index phase [INFO] org.apache.jena.tdb.loader - ** Index SPO->POS: 2 slots indexed in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - ** Index SPO->OSP: 2 slots indexed [INFO] org.apache.jena.tdb.loader - -- Finish triples index phase [INFO] org.apache.jena.tdb.loader - ** 2 triples indexed in 0.00 seconds [Rate: 2,000.00 per second] [INFO] org.apache.jena.tdb.loader - -- Finish triples load [INFO] org.apache.jena.tdb.loader - ** Completed: 2 triples loaded in 0.00 seconds [Rate: 666.67 per second] [INFO] org.apache.jena.tdb.loader - -- Finish quads load [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for removal of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - DROP GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - CREATE GRAPH [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - query for creation of triples in graph: http://graph_whateveuuuur.com [DEBUG] org.eclipse.lyo.trs.client.util.SparqlUtil - INSERT DATA { GRAPH { "W3Schools.com" . "Jan Egil Refsnes" . } } [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.eclipse.lyo.trs.client.SparqlUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-client --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.trs.client.config... Loading source files for package org.eclipse.lyo.trs.client.exceptions... Loading source files for package org.eclipse.lyo.trs.client.handlers... Loading source files for package org.eclipse.lyo.trs.client.handlers.sparql... Loading source files for package org.eclipse.lyo.trs.client.model... Loading source files for package org.eclipse.lyo.trs.client.util... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 123 [INFO] Validity check: 1 [INFO] Creating documentation models: 2958 [INFO] Transforming documentation model before merging: 15 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 53 [INFO] Creating pages: 66 [INFO] Transforming pages: 3 [INFO] Rendering: 1273 [INFO] Running post-actions: 31 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-sources.jar [INFO] [INFO] ---------------< org.eclipse.lyo.trs:client-source-mqtt >--------------- [INFO] Building Lyo :: TRS :: Client :: MQTT source 5.0.1.CR [23/25] [INFO] from trs/client/client-source-mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ client-source-mqtt --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] warning: classpath entry points to a non-existent location: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/classes [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 134 [INFO] Validity check: 0 [INFO] Creating documentation models: 2712 [INFO] Transforming documentation model before merging: 10 [INFO] Merging documentation models: 0 [INFO] Transforming documentation model after merging: 10 [INFO] Creating pages: 44 [INFO] Transforming pages: 3 [INFO] Rendering: 1044 [INFO] Running post-actions: 42 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ client-source-mqtt --- [WARNING] Source root doesn't exist: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/java [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ client-source-mqtt --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/test/resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ client-source-mqtt --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ client-source-mqtt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ client-source-mqtt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ client-source-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ client-source-mqtt --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ client-source-mqtt >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 137 [INFO] Validity check: 1 [INFO] Creating documentation models: 2500 [INFO] Transforming documentation model before merging: 12 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 11 [INFO] Creating pages: 51 [INFO] Transforming pages: 3 [INFO] Rendering: 1463 [INFO] Running post-actions: 24 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:client-source-mqtt:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ client-source-mqtt <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ client-source-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-sources.jar [INFO] [INFO] -----------------< org.eclipse.lyo.store:store-parent >----------------- [INFO] Building Lyo :: Store :: _Parent 5.0.1.CR [24/25] [INFO] from store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ store-parent --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] ------------------< org.eclipse.lyo.store:store-core >------------------ [INFO] Building Lyo :: Store :: Core 5.0.1.CR [25/25] [INFO] from store/store-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ store-core --- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ store-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/Store.java:[313,55] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[47,37] sparqlService(java.lang.String,java.lang.String) in org.apache.jena.query.QueryExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[53,38] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[386,68] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[452,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ store-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.store.SparqlStoreImplTest [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE WHERE { GRAPH { ?p ?o . } }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE WHERE { GRAPH { ?p ?o . } }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX rdf: DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o ; rdf:type FILTER regex(str(?o), "river", "i") } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o FILTER regex(str(?o), "river", "i") } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX rdf: PREFIX dcterms: DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o ; dcterms:identifier "observations" ; rdf:type } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX rdf: DESCRIBE ?s WHERE { GRAPH { ?s ?p ?o { SELECT DISTINCT ?s WHERE { ?s ?p ?o . ?s rdf:type . } ORDER BY ASC(?s) LIMIT 51 OFFSET 0 } } } ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX rdf: DESCRIBE ?s WHERE { GRAPH { ?s ?p ?o { SELECT DISTINCT ?s WHERE { ?s ?p ?o . ?s rdf:type . } ORDER BY ASC(?s) LIMIT 51 OFFSET 50 } } } ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX rdf: PREFIX dcterms: DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o ; dcterms:identifier "observations" ; rdf:type FILTER regex(str(?o), "velocity", "i") } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE ?s WHERE { GRAPH { ?s ?p ?o } }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX prf: PREFIX rdf: DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o ; prf:intProperty 3 ; rdf:type } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX prf: PREFIX rdf: DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o ; prf:stringProperty "2" ; rdf:type } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE WHERE { GRAPH { ?p ?o . } }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE WHERE { GRAPH { ?p ?o . } }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX rdf: PREFIX dcterms: DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o ; dcterms:identifier "observations" ; rdf:type FILTER regex(str(?o), "roof", "i") } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE ?s WHERE { GRAPH { ?s ?p ?o } }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o} }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'PREFIX rdf: DESCRIBE ?s WHERE { GRAPH { SELECT DISTINCT ?s WHERE { ?s ?p ?o ; rdf:type } }} ' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE ?s WHERE { GRAPH { ?s ?p ?o } }' 10 named graphs persisted (raw Model) in 1240 ms[DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE ?s WHERE { GRAPH { ?s ?p ?o } }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' 10 named graphs persisted (resources) in 2934 ms[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.791 s - in org.eclipse.lyo.store.SparqlStoreImplTest [INFO] Running org.eclipse.lyo.store.StorePoolTest [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'ASK {GRAPH {?s ?p ?o} }' [DEBUG] org.eclipse.lyo.store.internals.query.DatasetQueryExecutorImpl - Running query: 'DESCRIBE ?s WHERE { GRAPH { ?s ?p ?o } }' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s - in org.eclipse.lyo.store.StorePoolTest [INFO] Running org.eclipse.lyo.store.DatasetBuilderTest [INFO] org.eclipse.lyo.store.internals.DatasetBuilder - Path /tmp/jenaTest15323650930551552672 should exists now [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.145 s - in org.eclipse.lyo.store.DatasetBuilderTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 26, Failures: 0, Errors: 0, Skipped: 1 [INFO] [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ store-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR.jar [INFO] [INFO] --- jacoco:0.8.8:report (jacoco-site) @ store-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] Analyzed bundle 'Lyo :: Store :: Core' with 10 classes [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.store... Loading source files for package org.eclipse.lyo.store.internals... Loading source files for package org.eclipse.lyo.store.internals.query... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-javadoc.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ store-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ store-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ store-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-sources.jar [INFO] [INFO] --- failsafe:3.0.0-M6:integration-test (default) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M6:verify (default) @ store-core --- [INFO] [INFO] ---------------------< org.eclipse.lyo:lyo-parent >--------------------- [INFO] Building Lyo :: _Parent 5.0.1.CR [26/25] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ lyo-parent --- [INFO] User cache: /home/jenkins/.sonar/cache [INFO] SonarQube version: 8.0.0.40490 [INFO] Default locale: "en_US", source code encoding: "UTF-8" [INFO] Load global settings [INFO] Load global settings (done) | time=536ms [INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] User cache: /home/jenkins/.sonar/cache [INFO] Load/download plugins [INFO] Load plugins index [INFO] Load plugins index (done) | time=518ms [INFO] Load/download plugins (done) | time=29054ms [INFO] Loaded core extensions: developer-scanner [INFO] Found an active CI vendor: 'Jenkins' [INFO] Load project settings for component key: 'org.eclipse.lyo' [INFO] Load project settings for component key: 'org.eclipse.lyo' (done) | time=500ms [INFO] Process project properties [INFO] Execute project builders [INFO] Execute project builders (done) | time=1ms [INFO] Project key: org.eclipse.lyo [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0 [INFO] Working dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar [INFO] Load project branches [INFO] Load project branches (done) | time=508ms [INFO] Check ALM binding of project 'org.eclipse.lyo' [INFO] Detected project binding: NOT_BOUND [INFO] Check ALM binding of project 'org.eclipse.lyo' (done) | time=490ms [INFO] Load project pull requests [INFO] Load project pull requests (done) | time=498ms [INFO] Load branch configuration [INFO] Load branch configuration (done) | time=1ms [INFO] Load quality profiles [INFO] Load quality profiles (done) | time=563ms [INFO] Load active rules [INFO] Load active rules (done) | time=5482ms [INFO] Organization key: eclipse [INFO] Load project repositories [INFO] Load project repositories (done) | time=1989ms [INFO] Indexing files... [INFO] Project configuration: [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Client :: OSLC JAX-RS 2.0 (new)' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Client :: Base' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Client :: Resources (legacy)' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Client :: _Parent' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: Query' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: OSLC' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: Jena Provider' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: JSON4J Provider (legacy)' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: Utilities' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: TRS' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: SHACL' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Core :: _Parent' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core-build [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Server :: OAuth Consumer Store' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Server :: OAuth Core' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Server :: OAuth Webapp' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp [INFO] Source paths: src/main/webapp, pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Server:: OSLC UI model classes' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Server :: _Parent' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Store :: Core' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Store :: _Parent' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: TRS :: Client :: MQTT source' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt [INFO] Source paths: pom.xml, src/main/kotlin [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: TRS :: Client :: Client library' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: TRS :: Client :: _Parent' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: TRS :: Server' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server [INFO] Source paths: pom.xml, src/main/java [INFO] Test paths: src/test/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: Domains' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains [INFO] Source paths: pom.xml, src/main/java [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] Indexing files of module 'Lyo :: _Parent' [INFO] Base dir: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0 [INFO] Source paths: pom.xml [INFO] Excluded sources: **/build-wrapper-dump.json [INFO] 570 files indexed [INFO] 0 files ignored because of inclusion/exclusion patterns [INFO] 0 files ignored because of scm ignore settings [INFO] Quality profile for css: Sonar way [INFO] Quality profile for java: Sonar way [INFO] Quality profile for js: Sonar way [INFO] Quality profile for jsp: Sonar way [INFO] Quality profile for kotlin: Sonar way [INFO] Quality profile for xml: Sonar way [INFO] ------------- Run sensors on module Lyo :: Server :: OAuth Consumer Store [INFO] Load metrics repository [INFO] Load metrics repository (done) | time=491ms [INFO] Sensor cache enabled [INFO] Load sensor cache [INFO] Load sensor cache (1 MB) | time=1871ms [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=5ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 2 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2143ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=13ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=307ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=11ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=87ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=4ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Server:: OSLC UI model classes [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 6 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1251ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=11ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 7 source files to be analyzed [INFO] 7/7 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=56ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Server :: OAuth Core [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 14 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 14 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=852ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=57ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 16 source files to be analyzed [INFO] 16/16 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=26ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=47ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Server :: OAuth Webapp [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms Apr 27, 2023 10:38:07 PM org.apache.jasper.servlet.TldScanner scanJars INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [WARNING] Some JSP pages failed to transpile. Enable debug log for details. [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 5 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Test" source files to scan. [INFO] Using ECJ batch to parse 1 Generated java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] Sensor JavaSensor [java] (done) | time=991ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=125ms [INFO] Sensor XML Sensor [xml] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=122ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 19 source files to be analyzed [INFO] 19/19 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor JavaScript analysis [javascript] [ERROR] Error when running: 'node -v'. Is Node.js available during analysis? org.sonar.plugins.javascript.nodejs.NodeCommandException: Error when running: 'node -v'. Is Node.js available during analysis? at org.sonar.plugins.javascript.nodejs.NodeCommand.start(NodeCommand.java:85) at org.sonar.plugins.javascript.nodejs.NodeCommandBuilderImpl.getVersion(NodeCommandBuilderImpl.java:217) at org.sonar.plugins.javascript.nodejs.NodeCommandBuilderImpl.checkNodeCompatibility(NodeCommandBuilderImpl.java:173) at org.sonar.plugins.javascript.nodejs.NodeCommandBuilderImpl.build(NodeCommandBuilderImpl.java:146) at org.sonar.plugins.javascript.eslint.EslintBridgeServerImpl.initNodeCommand(EslintBridgeServerImpl.java:247) at org.sonar.plugins.javascript.eslint.EslintBridgeServerImpl.startServer(EslintBridgeServerImpl.java:165) at org.sonar.plugins.javascript.eslint.EslintBridgeServerImpl.startServerLazily(EslintBridgeServerImpl.java:279) at org.sonar.plugins.javascript.eslint.AbstractEslintSensor.execute(AbstractEslintSensor.java:72) at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:62) at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:75) at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:48) at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:66) at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:48) at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:64) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109) at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:468) at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:464) at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:461) at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:461) at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:420) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109) at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:130) at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123) at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109) at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:57) at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:51) at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60) at com.sun.proxy.$Proxy81.execute(Unknown Source) at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189) at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138) at org.sonarsource.scanner.maven.bootstrap.ScannerBootstrapper.execute(ScannerBootstrapper.java:65) at org.sonarsource.scanner.maven.SonarQubeMojo.execute(SonarQubeMojo.java:108) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:827) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:272) at org.apache.maven.cli.MavenCli.main(MavenCli.java:195) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:282) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:225) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:406) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:347) Caused by: java.io.IOException: Cannot run program "node": error=2, No such file or directory at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071) at org.sonar.plugins.javascript.nodejs.ProcessWrapperImpl.startProcess(ProcessWrapperImpl.java:43) at org.sonar.plugins.javascript.nodejs.NodeCommand.start(NodeCommand.java:82) ... 65 common frames omitted Caused by: java.io.IOException: error=2, No such file or directory at java.base/java.lang.ProcessImpl.forkAndExec(Native Method) at java.base/java.lang.ProcessImpl.(ProcessImpl.java:340) at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:271) at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107) ... 68 common frames omitted [INFO] Hit the cache for 0 out of 0 [INFO] Miss the cache for 0 out of 0 [INFO] Sensor JavaScript analysis [javascript] (done) | time=1483ms [INFO] Sensor TypeScript analysis [javascript] [INFO] No input files found for analysis [INFO] Hit the cache for 0 out of 0 [INFO] Miss the cache for 0 out of 0 [INFO] Sensor TypeScript analysis [javascript] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] Hit the cache for 0 out of 0 [INFO] Miss the cache for 0 out of 0 [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor CSS Metrics [javascript] [INFO] Sensor CSS Metrics [javascript] (done) | time=50ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Server :: _Parent [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=9ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: TRS :: Client :: Client library [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 26 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 26 files. [INFO] Using ECJ batch to parse 4 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1385ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=6ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=12ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 31 source files to be analyzed [INFO] 31/31 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=58ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: TRS :: Client :: MQTT source [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 3 source files to be analyzed [INFO] 3/3 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=36ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor Kotlin Sensor [kotlin] [INFO] 2 source files to be analyzed [INFO] 2/2 source files have been analyzed [INFO] Sensor Kotlin Sensor [kotlin] (done) | time=4714ms [INFO] Sensor KotlinSurefireSensor [kotlin] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/surefire-reports] [INFO] Sensor KotlinSurefireSensor [kotlin] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: TRS :: Client :: _Parent [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=14ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Store :: Core [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 14 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 14 files. [INFO] Using ECJ batch to parse 14 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 14 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1995ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=9ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=78ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 29 source files to be analyzed [INFO] 29/29 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=129ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=55ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=17ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Store :: _Parent [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: OSLC [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 90 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 90 files. [INFO] Using ECJ batch to parse 7 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=5809ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=5ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 98 source files to be analyzed [INFO] 98/98 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=102ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: JSON4J Provider (legacy) [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 11 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 11 files. [INFO] Using ECJ batch to parse 5 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=3409ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=2ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 17 source files to be analyzed [INFO] 17/17 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=84ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=20ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: TRS [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 13 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] Using ECJ batch to parse 3 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=392ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=6ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 17 source files to be analyzed [INFO] 17/17 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=83ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: SHACL [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 45 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 45 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1659ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 46 source files to be analyzed [INFO] 46/46 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=37ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: Utilities [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 4 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] Using ECJ batch to parse 1 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=279ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=1ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=10ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 6 source files to be analyzed [INFO] 6/6 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=8ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=12ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: Query [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 47 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 47 files. [INFO] Using ECJ batch to parse 5 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1193ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=4ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=8ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 53 source files to be analyzed [INFO] 53/53 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=43ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: Jena Provider [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 26 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 26 files. [INFO] Using ECJ batch to parse 43 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 43 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=5731ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=7ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 70 source files to be analyzed [INFO] 70/70 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=111ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Core :: _Parent [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Client :: Base [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 7 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=223ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=4ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 8 source files to be analyzed [INFO] 8/8 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=6ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Client :: OSLC JAX-RS 2.0 (new) [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 15 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 15 files. [INFO] Using ECJ batch to parse 2 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=1810ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=2ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=1ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=43ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 18 source files to be analyzed [INFO] 18/18 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=37ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Client :: Resources (legacy) [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 22 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 22 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=940ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 23 source files to be analyzed [INFO] 23/23 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=53ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=1ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Client :: _Parent [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=3ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: Domains [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=1ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=0ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 76 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 76 files. [INFO] No "Test" source files to scan. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=2796ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=5ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 77 source files to be analyzed [INFO] 77/77 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=156ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] ------------- Run sensors on module Lyo :: TRS :: Server [INFO] Sensor JavaSensor [java] [INFO] Configured Java source version (sonar.java.source): 11 [INFO] JavaClasspath initialization [INFO] JavaClasspath initialization (done) | time=0ms [INFO] JavaTestClasspath initialization [INFO] JavaTestClasspath initialization (done) | time=1ms [INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] Using ECJ batch to parse 7 Main java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] Using ECJ batch to parse 9 Test java source files with batch size 53 KB. [INFO] Starting batch processing. [INFO] 100% analyzed [INFO] Batch processing: Done. [INFO] Did not optimize analysis for any files, performed a full analysis for all 9 files. [INFO] No "Generated" source files to scan. [INFO] Sensor JavaSensor [java] (done) | time=870ms [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor SurefireSensor [java] [INFO] parsing [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/surefire-reports] [INFO] Sensor SurefireSensor [java] (done) | time=2ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=7ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 17 source files to be analyzed [INFO] 17/17 source files have been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=13ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] ------------- Run sensors on module Lyo :: _Parent [INFO] Sensor C# Project Type Information [csharp] [INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms [INFO] Sensor C# Analysis Log [csharp] [INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms [INFO] Sensor C# Properties [csharp] [INFO] Sensor C# Properties [csharp] (done) | time=0ms [INFO] Sensor HTML [web] [INFO] Sensor HTML [web] (done) | time=0ms [INFO] Sensor XML Sensor [xml] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor XML Sensor [xml] (done) | time=23ms [INFO] Sensor TextAndSecretsSensor [text] [INFO] 1 source file to be analyzed [INFO] 1/1 source file has been analyzed [INFO] Sensor TextAndSecretsSensor [text] (done) | time=12ms [INFO] Sensor VB.NET Project Type Information [vbnet] [INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Analysis Log [vbnet] [INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms [INFO] Sensor VB.NET Properties [vbnet] [INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms [INFO] Sensor JaCoCo XML Report Importer [jacoco] [INFO] 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] Sensor CSS Rules [javascript] [INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped. [INFO] Sensor CSS Rules [javascript] (done) | time=0ms [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] Sensor IaC Docker Sensor [iac] [INFO] 0 source files to be analyzed [INFO] 0/0 source files have been analyzed [INFO] Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] Sensor Serverless configuration file sensor [security] [INFO] 0 Serverless function entries were found in the project [INFO] 0 Serverless function handlers were kept as entrypoints [INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM template file sensor [security] [INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] Sensor AWS SAM Inline template file sensor [security] [INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] Sensor javabugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar/ir/java [INFO] Analyzing 3082 functions to detect bugs. [INFO] Sensor javabugs [dbd] (done) | time=2748ms [INFO] Sensor pythonbugs [dbd] [INFO] Reading IR files from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar/ir/python [INFO] No IR files have been included for analysis. [INFO] Sensor pythonbugs [dbd] (done) | time=0ms [INFO] Sensor JavaSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar/ucfg2/java [INFO] Read 861 type definitions [INFO] Reading UCFGs from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar/ucfg2/java [INFO] 22:38:51.627145 Building Runtime Type propagation graph [INFO] 22:38:51.676712 Running Tarjan on 11726 nodes [INFO] 22:38:51.689038 Tarjan found 11676 components [INFO] 22:38:51.721351 Variable type analysis: done [INFO] 22:38:51.724835 Building Runtime Type propagation graph [INFO] 22:38:51.764136 Running Tarjan on 11631 nodes [INFO] 22:38:51.772937 Tarjan found 11581 components [INFO] 22:38:51.786151 Variable type analysis: done [INFO] Analyzing 2870 ucfgs to detect vulnerabilities. [INFO] All rules entrypoints : 13 [INFO] Retained UCFGs : 172 [INFO] Taint analysis starting. Entrypoints: 13 [INFO] Running symbolic analysis for 'JAVA' [INFO] Taint analysis: done. [INFO] Sensor JavaSecuritySensor [security] (done) | time=4757ms [INFO] Sensor CSharpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/ucfg_cs2 [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor CSharpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PhpSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar/ucfg2/php [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] Sensor PythonSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar/ucfg2/python [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms [INFO] Sensor JsSecuritySensor [security] [INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/sonar/ucfg2/js [INFO] Read 0 type definitions [INFO] No UCFGs have been included for analysis. [INFO] Sensor JsSecuritySensor [security] (done) | time=0ms [INFO] ------------- Run sensors on project [INFO] Sensor Analysis Warnings import [csharp] [INFO] Sensor Analysis Warnings import [csharp] (done) | time=1ms [INFO] Sensor Zero Coverage Sensor [INFO] Sensor Zero Coverage Sensor (done) | time=42ms [INFO] Sensor Java CPD Block Indexer [INFO] Sensor Java CPD Block Indexer (done) | time=351ms [INFO] SCM Publisher SCM provider for this project is: git [INFO] SCM Publisher 25 source files to be analyzed [INFO] Blaming files using jgit implementation [INFO] Blaming files using jgit implementation (done) | time=1071ms [INFO] SCM Publisher 25/25 source files have been analyzed (done) | time=1244ms [INFO] CPD Executor 164 files had no CPD blocks [INFO] CPD Executor Calculating CPD for 275 files [INFO] CPD Executor CPD calculation finished (done) | time=217ms [INFO] Analysis report generated in 302ms, dir size=5 MB [INFO] Analysis report compressed in 736ms, zip size=2 MB [INFO] Analysis report uploaded in 1301ms [INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.lyo [INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYfE3qrlcriIOkHTKJ6S [INFO] Sensor cache published successfully [INFO] Analysis total time: 1:16.948 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Lyo :: _Parent 5.0.1.CR: [INFO] [INFO] Lyo :: _Parent ..................................... SUCCESS [01:51 min] [INFO] Lyo :: Core :: _Parent ............................. SUCCESS [ 0.030 s] [INFO] Lyo :: Core :: OSLC ................................ SUCCESS [ 28.521 s] [INFO] Lyo :: Core :: Query ............................... SUCCESS [ 9.215 s] [INFO] Lyo :: Core :: Jena Provider ....................... SUCCESS [ 9.807 s] [INFO] Lyo :: Core :: TRS ................................. SUCCESS [ 5.164 s] [INFO] Lyo :: Core :: JSON4J Provider (legacy) ............ SUCCESS [ 5.157 s] [INFO] Lyo :: Core :: Utilities ........................... SUCCESS [ 4.935 s] [INFO] Lyo :: Core :: SHACL ............................... SUCCESS [ 6.314 s] [INFO] Lyo :: Domains ..................................... SUCCESS [ 8.125 s] [INFO] Lyo :: Client :: _Parent ........................... SUCCESS [ 0.008 s] [INFO] Lyo :: Client :: Base .............................. SUCCESS [ 3.205 s] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) ............. SUCCESS [ 12.332 s] [INFO] Lyo :: Client :: Resources (legacy) ................ SUCCESS [ 4.348 s] [INFO] Lyo :: Server :: _Parent ........................... SUCCESS [ 0.007 s] [INFO] Lyo :: Server :: OAuth Core ........................ SUCCESS [ 4.880 s] [INFO] Lyo :: Server :: OAuth Consumer Store .............. SUCCESS [ 3.712 s] [INFO] Lyo :: Server :: OAuth Webapp ...................... SUCCESS [ 3.735 s] [INFO] Lyo :: Server:: OSLC UI model classes .............. SUCCESS [ 3.744 s] [INFO] Lyo :: TRS :: Server ............................... SUCCESS [ 14.457 s] [INFO] Lyo :: TRS :: Client :: _Parent .................... SUCCESS [ 1.528 s] [INFO] Lyo :: TRS :: Client :: Client library ............. SUCCESS [ 25.449 s] [INFO] Lyo :: TRS :: Client :: MQTT source ................ SUCCESS [ 14.301 s] [INFO] Lyo :: Store :: _Parent ............................ SUCCESS [ 0.007 s] [INFO] Lyo :: Store :: Core ............................... SUCCESS [ 18.386 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:06 min [INFO] Finished at: 2023-04-27T22:39:02Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withSonarQubeEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + 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 3759646E4D67684C: public key "Eclipse Lyo Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 3759646E4D67684C: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 [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 08ED613334D5F73EFDA66EDE3759646E4D67684C trust Secret subkeys are available. pub rsa4096/3759646E4D67684C created: 2020-11-30 expires: 2025-11-29 usage: SCEA trust: unknown validity: unknown ssb rsa4096/6C77C1A404FF49D1 created: 2020-11-30 expires: 2025-11-29 usage: S [ unknown] (1). Eclipse Lyo Project pub rsa4096/3759646E4D67684C created: 2020-11-30 expires: 2025-11-29 usage: SCEA trust: unknown validity: unknown ssb rsa4096/6C77C1A404FF49D1 created: 2020-11-30 expires: 2025-11-29 usage: S [ unknown] (1). Eclipse Lyo Project 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/3759646E4D67684C created: 2020-11-30 expires: 2025-11-29 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/6C77C1A404FF49D1 created: 2020-11-30 expires: 2025-11-29 usage: S [ unknown] (1). Eclipse Lyo Project 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 D305B6C2C43BFC1ADE4699EB6C77C1A404FF49D1 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 2025-11-29 pub rsa4096/3759646E4D67684C created: 2020-11-30 expires: 2025-11-29 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/6C77C1A404FF49D1 created: 2020-11-30 expires: 2025-11-29 usage: S [ultimate] (1). Eclipse Lyo Project pub rsa4096/3759646E4D67684C created: 2020-11-30 expires: 2025-11-29 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/6C77C1A404FF49D1 created: 2020-11-30 expires: 2025-11-29 usage: S [ultimate] (1). Eclipse Lyo Project 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/3759646E4D67684C created: 2020-11-30 expires: 2025-11-29 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/6C77C1A404FF49D1 created: 2020-11-30 expires: 2025-11-29 usage: S [ultimate] (1). Eclipse Lyo Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh + mvn -B -fae clean install -DskipTests javadoc:aggregate -P 'dev,gpg-sign,!eclipse-deploy,ossrh-deploy' [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Lyo :: _Parent [pom] [INFO] Lyo :: Core :: _Parent [pom] [INFO] Lyo :: Core :: OSLC [jar] [INFO] Lyo :: Core :: Query [jar] [INFO] Lyo :: Core :: Jena Provider [jar] [INFO] Lyo :: Core :: TRS [jar] [INFO] Lyo :: Core :: JSON4J Provider (legacy) [jar] [INFO] Lyo :: Core :: Utilities [jar] [INFO] Lyo :: Core :: SHACL [jar] [INFO] Lyo :: Domains [jar] [INFO] Lyo :: Client :: _Parent [pom] [INFO] Lyo :: Client :: Base [jar] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) [jar] [INFO] Lyo :: Client :: Resources (legacy) [jar] [INFO] Lyo :: Server :: _Parent [pom] [INFO] Lyo :: Server :: OAuth Core [jar] [INFO] Lyo :: Server :: OAuth Consumer Store [jar] [INFO] Lyo :: Server :: OAuth Webapp [war] [INFO] Lyo :: Server:: OSLC UI model classes [jar] [INFO] Lyo :: TRS :: Server [jar] [INFO] Lyo :: TRS :: Client :: _Parent [pom] [INFO] Lyo :: TRS :: Client :: Client library [jar] [INFO] Lyo :: TRS :: Client :: MQTT source [jar] [INFO] Lyo :: Store :: _Parent [pom] [INFO] Lyo :: Store :: Core [jar] [INFO] [INFO] ---------------------< org.eclipse.lyo:lyo-parent >--------------------- [INFO] Building Lyo :: _Parent 5.0.1.CR [1/25] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ lyo-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ lyo-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ lyo-parent --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/lyo-parent/5.0.1.CR/lyo-parent-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/lyo-parent-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/lyo-parent/5.0.1.CR/lyo-parent-5.0.1.CR.pom.asc [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------ [INFO] Building Lyo :: Core :: _Parent 5.0.1.CR [2/25] [INFO] from core/oslc4j-core-build/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-core-build --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core-build/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-core-build --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-core-build --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core-build/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/5.0.1.CR/oslc4j-core-build-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core-build/target/oslc4j-core-build-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core-build/5.0.1.CR/oslc4j-core-build-5.0.1.CR.pom.asc [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >--------------- [INFO] Building Lyo :: Core :: OSLC 5.0.1.CR [3/25] [INFO] from core/oslc4j-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-core --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[65,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[80,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[88,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[96,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/java/org/eclipse/lyo/oslc4j/core/model/LinkTest.java:[104,9] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.core... Loading source files for package org.eclipse.lyo.oslc4j.core.annotation... Loading source files for package org.eclipse.lyo.oslc4j.core.exception... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-core --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-core/5.0.1.CR/oslc4j-core-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ---------------< org.eclipse.lyo.core.query:oslc-query >---------------- [INFO] Building Lyo :: Core :: Query 5.0.1.CR [4/25] [INFO] from core/oslc-query/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-query --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcSearchTermsParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g org/eclipse/lyo/core/query/OslcSearchTerms.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcWhereParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g org/eclipse/lyo/core/query/OslcWhere.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcOrderByParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g org/eclipse/lyo/core/query/OslcOrderBy.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcPrefixParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g org/eclipse/lyo/core/query/OslcPrefix.g Output file /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3/org/eclipse/lyo/core/query/OslcSelectParser.java does not exist: must build /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g org/eclipse/lyo/core/query/OslcSelect.g [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-query --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-query --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-query >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-query <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-query --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-query --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.query... Loading source files for package org.eclipse.lyo.core.query.impl... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-query --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-query --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/core/query/oslc-query/5.0.1.CR/oslc-query-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ----------< org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider >---------- [INFO] Building Lyo :: Core :: Jena Provider 5.0.1.CR [5/25] [INFO] from core/oslc4j-jena-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-jena-provider --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[171,27] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[205,62] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[327,39] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[329,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.java:[210,103] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.java:[156,64] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[548,55] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[907,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[925,72] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1053,70] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1183,81] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[2184,54] newInstance() in java.lang.Class has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ServiceProviderTest.java:[41,82] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/JenaOslcNameTest.java:[125,43] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ReifiedLinksTest.java:[88,53] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[68,82] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[69,82] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[71,61] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java:[38,62] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java:[43,73] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-jena-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-jena-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-jena-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-jena-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-jena-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-jena-provider --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.jena... Loading source files for package org.eclipse.lyo.oslc4j.provider.jena.ordfm... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/class-use/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-jena-provider --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-jena-provider --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-jena-provider/5.0.1.CR/oslc4j-jena-provider-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ----------------------< org.eclipse.lyo:oslc-trs >---------------------- [INFO] Building Lyo :: Core :: TRS 5.0.1.CR [6/25] [INFO] from core/oslc-trs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-trs --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java:[40,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java:[58,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-trs --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-trs --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-trs >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-trs <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-trs --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-trs --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.trs... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-trs --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-trs --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-trs/5.0.1.CR/oslc-trs-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ---------< org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider >--------- [INFO] Building Lyo :: Core :: JSON4J Provider (legacy) 5.0.1.CR [7/25] [INFO] from core/oslc4j-json4j-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-json4j-provider --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-json4j-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-json4j-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-json4j-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-json4j-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-json4j-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-json4j-provider --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.json4j... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-json4j-provider --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-json4j-provider --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-json4j-provider/5.0.1.CR/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-utils >-------------- [INFO] Building Lyo :: Core :: Utilities 5.0.1.CR [8/25] [INFO] from core/oslc4j-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc4j-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[61,72] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[72,49] org.eclipse.lyo.oslc4j.provider.json4j.JsonHelper in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[59,50] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[72,37] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[76,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[80,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[84,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-utils >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-utils <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-utils --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.utils.marshallers... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-utils --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-utils --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/core/oslc4j-utils/5.0.1.CR/oslc4j-utils-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] -----------------------< org.eclipse.lyo:shacl >------------------------ [INFO] Building Lyo :: Core :: SHACL 5.0.1.CR [9/25] [INFO] from core/shacl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ shacl --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ shacl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ shacl --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ shacl >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ shacl <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ shacl --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ shacl --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.shacl... Loading source files for package org.eclipse.lyo.shacl.annotations... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ shacl --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ shacl --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/shacl/5.0.1.CR/shacl-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] --------------------< org.eclipse.lyo:oslc-domains >-------------------- [INFO] Building Lyo :: Domains 5.0.1.CR [10/25] [INFO] from domains/oslc-domains/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-domains --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-domains --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-domains --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-domains --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-domains --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-domains >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-domains <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-domains --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-domains --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc.domains... Loading source files for package org.eclipse.lyo.oslc.domains.am... Loading source files for package org.eclipse.lyo.oslc.domains.auto... Loading source files for package org.eclipse.lyo.oslc.domains.cm... Loading source files for package org.eclipse.lyo.oslc.domains.config... Loading source files for package org.eclipse.lyo.oslc.domains.jazz_am... Loading source files for package org.eclipse.lyo.oslc.domains.qm... Loading source files for package org.eclipse.lyo.oslc.domains.rm... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/class-use/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-domains --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-domains --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc-domains/5.0.1.CR/oslc-domains-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ---------------< org.eclipse.lyo.clients:clients-parent >--------------- [INFO] Building Lyo :: Client :: _Parent 5.0.1.CR [11/25] [INFO] from client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ clients-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ clients-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ clients-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ clients-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ clients-parent --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/clients-parent/5.0.1.CR/clients-parent-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/target/clients-parent-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/clients-parent/5.0.1.CR/clients-parent-5.0.1.CR.pom.asc [INFO] [INFO] --------------< org.eclipse.lyo.clients:oslc-client-base >-------------- [INFO] Building Lyo :: Client :: Base 5.0.1.CR [12/25] [INFO] from client/oslc-client-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-client-base --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/java/org/eclipse/lyo/client/exception/JazzAuthErrorException.java:[33,50] Integer(int) in java.lang.Integer has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client-base --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client-base --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client-base >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client-base <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client-base --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.exception... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-client-base --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-client-base --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client-base/5.0.1.CR/oslc-client-base-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ----------------< org.eclipse.lyo.clients:oslc-client >----------------- [INFO] Building Lyo :: Client :: OSLC JAX-RS 2.0 (new) 5.0.1.CR [13/25] [INFO] from client/oslc-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-client --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/RootServicesHelper.java:[279,36] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/OslcClient.java:[95,42] org.eclipse.lyo.oslc4j.provider.json4j.Json4JProvidersRegistry in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/query/OslcQueryResult.java:[266,62] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client... Loading source files for package org.eclipse.lyo.client.query... Loading source files for package org.eclipse.lyo.client.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/class-use/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-client --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-client --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-client/5.0.1.CR/oslc-client-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ---------< org.eclipse.lyo.clients:oslc-java-client-resources >--------- [INFO] Building Lyo :: Client :: Resources (legacy) 5.0.1.CR [14/25] [INFO] from client/oslc-java-client-resources/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-java-client-resources --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-java-client-resources --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-java-client-resources --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-java-client-resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-java-client-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-java-client-resources >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-java-client-resources <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-java-client-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-java-client-resources --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.oslc.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-java-client-resources --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-java-client-resources --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/clients/oslc-java-client-resources/5.0.1.CR/oslc-java-client-resources-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.server:lyo-server-build >----------- [INFO] Building Lyo :: Server :: _Parent 5.0.1.CR [15/25] [INFO] from server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ lyo-server-build --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-server-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-server-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ lyo-server-build --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ lyo-server-build --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/server/lyo-server-build/5.0.1.CR/lyo-server-build-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/target/lyo-server-build-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/oslc4j/server/lyo-server-build/5.0.1.CR/lyo-server-build-5.0.1.CR.pom.asc [INFO] [INFO] -----------------< org.eclipse.lyo.server:oauth-core >------------------ [INFO] Building Lyo :: Server :: OAuth Core 5.0.1.CR [16/25] [INFO] from server/oauth-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oauth-core --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:[485,59] Integer(int) in java.lang.Integer has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.core... Loading source files for package org.eclipse.lyo.server.oauth.core.consumer... Loading source files for package org.eclipse.lyo.server.oauth.core.token... Loading source files for package org.eclipse.lyo.server.oauth.core.utils... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/help-doc.html... 14 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.java:76: warning: no description for @throws [WARNING] * @throws ConsumerStoreException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:156: warning: no description for @param [WARNING] * @param loginSession [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:157: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:166: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:167: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:168: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:169: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:178: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:179: warning: no description for @throws [WARNING] * @throws Exception [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:188: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:201: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:342: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:343: warning: no description for @throws [WARNING] * @throws ServletException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-core --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-core/5.0.1.CR/oauth-core-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ------------< org.eclipse.lyo.server:oauth-consumer-store >------------- [INFO] Building Lyo :: Server :: OAuth Consumer Store 5.0.1.CR [17/25] [INFO] from server/oauth-consumer-store/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oauth-consumer-store --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-consumer-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,44] get() in org.apache.jena.util.FileManager has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,50] loadModel(java.lang.String) in org.apache.jena.util.FileManager has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-consumer-store --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-consumer-store --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-consumer-store --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-consumer-store >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-consumer-store <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-consumer-store --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-consumer-store --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.consumerstore... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-consumer-store --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-consumer-store --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-consumer-store/5.0.1.CR/oauth-consumer-store-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ----------------< org.eclipse.lyo.server:oauth-webapp >----------------- [INFO] Building Lyo :: Server :: OAuth Webapp 5.0.1.CR [18/25] [INFO] from server/oauth-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oauth-webapp --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-webapp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:[141,59] Boolean(boolean) in java.lang.Boolean has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-webapp --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-webapp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.2:war (default-war) @ oauth-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [oauth-webapp] in [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp.war [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-webapp >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-webapp <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-webapp --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.webapp.services... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:268: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:269: warning: no description for @throws [WARNING] * @throws NullPointerException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-webapp --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-webapp --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp.war to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR.war [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp.war.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR.war.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oauth-webapp/5.0.1.CR/oauth-webapp-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] ----------------< org.eclipse.lyo.server:oslc-ui-model >---------------- [INFO] Building Lyo :: Server:: OSLC UI model classes 5.0.1.CR [19/25] [INFO] from server/oslc-ui-model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ oslc-ui-model --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-ui-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[63,84] unchecked cast required: java.util.Collection found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[76,109] unchecked cast required: java.util.Collection found: java.lang.Object [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-ui-model --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-ui-model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-ui-model --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-ui-model >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-ui-model <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-ui-model --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-ui-model --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.ui.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-ui-model --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-ui-model --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/server/oslc-ui-model/5.0.1.CR/oslc-ui-model-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-server >------------------- [INFO] Building Lyo :: TRS :: Server 5.0.1.CR [20/25] [INFO] from trs/server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ trs-server --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ trs-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[117,69] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[124,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[131,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[174,47] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ trs-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/test/java/org/eclipse/lyo/oslc4j/trs/server/TRSTestUtil.java:[34,28] getTimestamp() in org.eclipse.lyo.oslc4j.trs.server.HistoryData has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/test/java/org/eclipse/lyo/oslc4j/trs/server/TRSTestUtil.java:[40,56] getTimestamp() in org.eclipse.lyo.oslc4j.trs.server.HistoryData has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-server --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-server <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-server --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.trs.server... Loading source files for package org.eclipse.lyo.oslc4j.trs.server.service... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/class-use/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-server --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-server --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-server/5.0.1.CR/trs-server-5.0.1.CR-javadoc.jar.asc [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-parent >------------------- [INFO] Building Lyo :: TRS :: Client :: _Parent 5.0.1.CR [21/25] [INFO] from trs/client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ trs-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-parent --- [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-parent --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-parent/5.0.1.CR/trs-parent-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/target/trs-parent-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-parent/5.0.1.CR/trs-parent-5.0.1.CR.pom.asc [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-client >------------------- [INFO] Building Lyo :: TRS :: Client :: Client library 5.0.1.CR [22/25] [INFO] from trs/client/trs-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ trs-client --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] warning: classpath entry points to a non-existent location: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/classes [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 540 [INFO] Validity check: 1 [INFO] Creating documentation models: 2734 [INFO] Transforming documentation model before merging: 78 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 35 [INFO] Creating pages: 106 [INFO] Transforming pages: 4 [INFO] Rendering: 1647 [INFO] Running post-actions: 315 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[295,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[311,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[330,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[346,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[379,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[399,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[436,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[467,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/test/java/org/eclipse/lyo/trs/client/handlers/TrsProviderHandlerTest.java:[249,20] baseChangeEventsOptimization(java.util.List,java.util.List) in org.eclipse.lyo.trs.client.handlers.TrsProviderHandler has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/test/java/org/eclipse/lyo/trs/client/handlers/TrsProviderTest.java:[118,20] baseChangeEventsOptimization(java.util.List,java.util.List) in org.eclipse.lyo.trs.client.handlers.TrsProviderHandler has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-client --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.trs.client.config... Loading source files for package org.eclipse.lyo.trs.client.exceptions... Loading source files for package org.eclipse.lyo.trs.client.handlers... Loading source files for package org.eclipse.lyo.trs.client.handlers.sparql... Loading source files for package org.eclipse.lyo.trs.client.model... Loading source files for package org.eclipse.lyo.trs.client.util... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 120 [INFO] Validity check: 0 [INFO] Creating documentation models: 2627 [INFO] Transforming documentation model before merging: 50 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 26 [INFO] Creating pages: 69 [INFO] Transforming pages: 3 [INFO] Rendering: 1133 [INFO] Running post-actions: 67 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-sources.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-client --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-client --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/trs-client/5.0.1.CR/trs-client-5.0.1.CR-sources.jar.asc [INFO] [INFO] ---------------< org.eclipse.lyo.trs:client-source-mqtt >--------------- [INFO] Building Lyo :: TRS :: Client :: MQTT source 5.0.1.CR [23/25] [INFO] from trs/client/client-source-mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ client-source-mqtt --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] warning: classpath entry points to a non-existent location: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/classes [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 114 [INFO] Validity check: 1 [INFO] Creating documentation models: 2501 [INFO] Transforming documentation model before merging: 10 [INFO] Merging documentation models: 0 [INFO] Transforming documentation model after merging: 14 [INFO] Creating pages: 25 [INFO] Transforming pages: 3 [INFO] Rendering: 991 [INFO] Running post-actions: 58 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ client-source-mqtt --- [WARNING] Source root doesn't exist: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/java [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ client-source-mqtt --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/test/resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ client-source-mqtt --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ client-source-mqtt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ client-source-mqtt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ client-source-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ client-source-mqtt --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ client-source-mqtt >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 96 [INFO] Validity check: 0 [INFO] Creating documentation models: 2410 [INFO] Transforming documentation model before merging: 11 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 10 [INFO] Creating pages: 27 [INFO] Transforming pages: 2 [INFO] Rendering: 1022 [INFO] Running post-actions: 34 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:client-source-mqtt:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ client-source-mqtt <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ client-source-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-sources.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ client-source-mqtt --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ client-source-mqtt --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/trs/client-source-mqtt/5.0.1.CR/client-source-mqtt-5.0.1.CR-sources.jar.asc [INFO] [INFO] -----------------< org.eclipse.lyo.store:store-parent >----------------- [INFO] Building Lyo :: Store :: _Parent 5.0.1.CR [24/25] [INFO] from store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ store-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ store-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ store-parent --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-parent/5.0.1.CR/store-parent-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/target/store-parent-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-parent/5.0.1.CR/store-parent-5.0.1.CR.pom.asc [INFO] [INFO] ------------------< org.eclipse.lyo.store:store-core >------------------ [INFO] Building Lyo :: Store :: Core 5.0.1.CR [25/25] [INFO] from store/store-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ store-core --- [INFO] Deleting /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ store-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/Store.java:[313,55] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[47,37] sparqlService(java.lang.String,java.lang.String) in org.apache.jena.query.QueryExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[53,38] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[386,68] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[452,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ store-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ store-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR.jar [INFO] [INFO] --- jacoco:0.8.8:report (jacoco-site) @ store-core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-core --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.store... Loading source files for package org.eclipse.lyo.store.internals... Loading source files for package org.eclipse.lyo.store.internals.query... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-javadoc.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ store-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ store-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ store-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-sources.jar [INFO] [INFO] --- failsafe:3.0.0-M6:integration-test (default) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M6:verify (default) @ store-core --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ store-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ store-core --- [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR.pom [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR-sources.jar [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR.pom.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR.pom.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/lyo/store/store-core/5.0.1.CR/store-core-5.0.1.CR-sources.jar.asc [INFO] [INFO] ---------------------< org.eclipse.lyo:lyo-parent >--------------------- [INFO] Building Lyo :: _Parent 5.0.1.CR [26/25] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] >>> javadoc:3.3.2:aggregate (default-cli) > compile @ lyo-parent >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: _Parent 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-parent --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: _Parent 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core-build --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: OSLC 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: Query 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: Jena Provider 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[171,27] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[205,62] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[327,39] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[329,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.java:[210,103] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.java:[156,64] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[548,55] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[907,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[925,72] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1053,70] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1183,81] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[2184,54] newInstance() in java.lang.Class has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: TRS 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: JSON4J Provider (legacy) 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: Utilities 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[61,72] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[72,49] org.eclipse.lyo.oslc4j.provider.json4j.JsonHelper in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[59,50] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[72,37] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[76,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[80,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[84,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Core :: SHACL 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Domains 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-domains --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Client :: _Parent 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ clients-parent --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Client :: Base 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/java/org/eclipse/lyo/client/exception/JazzAuthErrorException.java:[33,50] Integer(int) in java.lang.Integer has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Client :: OSLC JAX-RS 2.0 (new) 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/RootServicesHelper.java:[279,36] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/OslcClient.java:[95,42] org.eclipse.lyo.oslc4j.provider.json4j.Json4JProvidersRegistry in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/query/OslcQueryResult.java:[266,62] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Client :: Resources (legacy) 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-java-client-resources --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Server :: _Parent 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-server-build --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Server :: OAuth Core 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:[485,59] Integer(int) in java.lang.Integer has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Server :: OAuth Consumer Store 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-consumer-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,44] get() in org.apache.jena.util.FileManager has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,50] loadModel(java.lang.String) in org.apache.jena.util.FileManager has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Server :: OAuth Webapp 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-webapp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:[141,59] Boolean(boolean) in java.lang.Boolean has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Server:: OSLC UI model classes 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-ui-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[63,84] unchecked cast required: java.util.Collection found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[76,109] unchecked cast required: java.util.Collection found: java.lang.Object [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: TRS :: Server 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ trs-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[117,69] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[124,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[131,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[174,47] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: TRS :: Client :: _Parent 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-parent --- [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: TRS :: Client :: Client library 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 92 [INFO] Validity check: 1 [INFO] Creating documentation models: 2461 [INFO] Transforming documentation model before merging: 21 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 22 [INFO] Creating pages: 82 [INFO] Transforming pages: 3 [INFO] Rendering: 1188 [INFO] Running post-actions: 32 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[295,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[311,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[330,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[346,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[379,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[399,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[436,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[467,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: TRS :: Client :: MQTT source 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 102 [INFO] Validity check: 0 [INFO] Creating documentation models: 2163 [INFO] Transforming documentation model before merging: 17 [INFO] Merging documentation models: 16 [INFO] Transforming documentation model after merging: 13 [INFO] Creating pages: 35 [INFO] Transforming pages: 4 [INFO] Rendering: 994 [INFO] Running post-actions: 21 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:client-source-mqtt:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ client-source-mqtt --- [WARNING] Source root doesn't exist: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/java [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ client-source-mqtt --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Store :: _Parent 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-parent --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Lyo :: Store :: Core 5.0.1.CR [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ store-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/Store.java:[313,55] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[47,37] sparqlService(java.lang.String,java.lang.String) in org.apache.jena.query.QueryExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[53,38] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[386,68] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[452,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] <<< javadoc:3.3.2:aggregate (default-cli) < compile @ lyo-parent <<< [INFO] [INFO] [INFO] --- javadoc:3.3.2:aggregate (default-cli) @ lyo-parent --- [INFO] No previous run data found, generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.query... Loading source files for package org.eclipse.lyo.core.query.impl... Loading source files for package org.eclipse.lyo.core.trs... Loading source files for package org.eclipse.lyo.oslc4j.core... Loading source files for package org.eclipse.lyo.oslc4j.core.annotation... Loading source files for package org.eclipse.lyo.oslc4j.core.exception... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Loading source files for package org.eclipse.lyo.oslc4j.provider.jena... Loading source files for package org.eclipse.lyo.oslc4j.provider.jena.ordfm... Loading source files for package org.eclipse.lyo.oslc4j.provider.json4j... Loading source files for package org.eclipse.lyo.core.utils.marshallers... Loading source files for package org.eclipse.lyo.shacl... Loading source files for package org.eclipse.lyo.shacl.annotations... Loading source files for package org.eclipse.lyo.oslc.domains... Loading source files for package org.eclipse.lyo.oslc.domains.am... Loading source files for package org.eclipse.lyo.oslc.domains.auto... Loading source files for package org.eclipse.lyo.oslc.domains.cm... Loading source files for package org.eclipse.lyo.oslc.domains.config... Loading source files for package org.eclipse.lyo.oslc.domains.jazz_am... Loading source files for package org.eclipse.lyo.oslc.domains.qm... Loading source files for package org.eclipse.lyo.oslc.domains.rm... Loading source files for package org.eclipse.lyo.client.exception... Loading source files for package org.eclipse.lyo.client... Loading source files for package org.eclipse.lyo.client.query... Loading source files for package org.eclipse.lyo.client.resources... Loading source files for package org.eclipse.lyo.client.oslc.resources... Loading source files for package org.eclipse.lyo.server.oauth.core... Loading source files for package org.eclipse.lyo.server.oauth.core.consumer... Loading source files for package org.eclipse.lyo.server.oauth.core.token... Loading source files for package org.eclipse.lyo.server.oauth.core.utils... Loading source files for package org.eclipse.lyo.server.oauth.consumerstore... Loading source files for package org.eclipse.lyo.server.oauth.webapp.services... Loading source files for package org.eclipse.lyo.server.ui.model... Loading source files for package org.eclipse.lyo.oslc4j.trs.server... Loading source files for package org.eclipse.lyo.oslc4j.trs.server.service... Loading source files for package org.eclipse.lyo.trs.client.config... Loading source files for package org.eclipse.lyo.trs.client.exceptions... Loading source files for package org.eclipse.lyo.trs.client.handlers... Loading source files for package org.eclipse.lyo.trs.client.handlers.sparql... Loading source files for package org.eclipse.lyo.trs.client.model... Loading source files for package org.eclipse.lyo.trs.client.util... Loading source files for package org.eclipse.lyo.store... Loading source files for package org.eclipse.lyo.store.internals... Loading source files for package org.eclipse.lyo.store.internals.query... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/resources/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/model/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/model/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/class-use/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/class-use/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/class-use/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/class-use/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/class-use/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/class-use/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/class-use/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/class-use/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/class-use/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/class-use/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/class-use/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/class-use/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/class-use/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/class-use/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/class-use/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/class-use/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/class-use/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/class-use/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/resources/class-use/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/class-use/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/class-use/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/model/class-use/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/model/class-use/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/class-use/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/class-use/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/class-use/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/class-use/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/class-use/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/class-use/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/class-use/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/class-use/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/class-use/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/class-use/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/class-use/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/class-use/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/class-use/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/class-use/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/exception/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/oslc/resources/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/client/resources/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/query/impl/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/trs/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/core/utils/marshallers/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/auto/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/cm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/qm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc/domains/rm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/server/ui/model/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/shacl/annotations/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/store/internals/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/exceptions/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/model/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/org/eclipse/lyo/trs/client/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/target/site/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Lyo :: _Parent 5.0.1.CR: [INFO] [INFO] Lyo :: _Parent ..................................... SUCCESS [ 19.758 s] [INFO] Lyo :: Core :: _Parent ............................. SUCCESS [ 0.354 s] [INFO] Lyo :: Core :: OSLC ................................ SUCCESS [ 8.802 s] [INFO] Lyo :: Core :: Query ............................... SUCCESS [ 9.536 s] [INFO] Lyo :: Core :: Jena Provider ....................... SUCCESS [ 5.928 s] [INFO] Lyo :: Core :: TRS ................................. SUCCESS [ 4.218 s] [INFO] Lyo :: Core :: JSON4J Provider (legacy) ............ SUCCESS [ 4.489 s] [INFO] Lyo :: Core :: Utilities ........................... SUCCESS [ 4.048 s] [INFO] Lyo :: Core :: SHACL ............................... SUCCESS [ 5.321 s] [INFO] Lyo :: Domains ..................................... SUCCESS [ 7.620 s] [INFO] Lyo :: Client :: _Parent ........................... SUCCESS [ 0.306 s] [INFO] Lyo :: Client :: Base .............................. SUCCESS [ 3.917 s] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) ............. SUCCESS [ 4.537 s] [INFO] Lyo :: Client :: Resources (legacy) ................ SUCCESS [ 4.934 s] [INFO] Lyo :: Server :: _Parent ........................... SUCCESS [ 0.277 s] [INFO] Lyo :: Server :: OAuth Core ........................ SUCCESS [ 4.760 s] [INFO] Lyo :: Server :: OAuth Consumer Store .............. SUCCESS [ 4.677 s] [INFO] Lyo :: Server :: OAuth Webapp ...................... SUCCESS [ 4.519 s] [INFO] Lyo :: Server:: OSLC UI model classes .............. SUCCESS [ 4.113 s] [INFO] Lyo :: TRS :: Server ............................... SUCCESS [ 4.496 s] [INFO] Lyo :: TRS :: Client :: _Parent .................... SUCCESS [ 0.430 s] [INFO] Lyo :: TRS :: Client :: Client library ............. SUCCESS [ 14.463 s] [INFO] Lyo :: TRS :: Client :: MQTT source ................ SUCCESS [ 13.167 s] [INFO] Lyo :: Store :: _Parent ............................ SUCCESS [ 0.256 s] [INFO] Lyo :: Store :: Core ............................... SUCCESS [ 5.030 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:24 min [INFO] Finished at: 2023-04-27T22:41:29Z [INFO] ------------------------------------------------------------------------ + mvn -B deploy -DskipTests -Dmaven.install.skip=true -P 'dev,gpg-sign,!eclipse-deploy,ossrh-deploy' [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Lyo :: _Parent [pom] [INFO] Lyo :: Core :: _Parent [pom] [INFO] Lyo :: Core :: OSLC [jar] [INFO] Lyo :: Core :: Query [jar] [INFO] Lyo :: Core :: Jena Provider [jar] [INFO] Lyo :: Core :: TRS [jar] [INFO] Lyo :: Core :: JSON4J Provider (legacy) [jar] [INFO] Lyo :: Core :: Utilities [jar] [INFO] Lyo :: Core :: SHACL [jar] [INFO] Lyo :: Domains [jar] [INFO] Lyo :: Client :: _Parent [pom] [INFO] Lyo :: Client :: Base [jar] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) [jar] [INFO] Lyo :: Client :: Resources (legacy) [jar] [INFO] Lyo :: Server :: _Parent [pom] [INFO] Lyo :: Server :: OAuth Core [jar] [INFO] Lyo :: Server :: OAuth Consumer Store [jar] [INFO] Lyo :: Server :: OAuth Webapp [war] [INFO] Lyo :: Server:: OSLC UI model classes [jar] [INFO] Lyo :: TRS :: Server [jar] [INFO] Lyo :: TRS :: Client :: _Parent [pom] [INFO] Lyo :: TRS :: Client :: Client library [jar] [INFO] Lyo :: TRS :: Client :: MQTT source [jar] [INFO] Lyo :: Store :: _Parent [pom] [INFO] Lyo :: Store :: Core [jar] [INFO] [INFO] ---------------------< org.eclipse.lyo:lyo-parent >--------------------- [INFO] Building Lyo :: _Parent 5.0.1.CR [1/25] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ lyo-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ lyo-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ lyo-parent --- [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------ [INFO] Building Lyo :: Core :: _Parent 5.0.1.CR [2/25] [INFO] from core/oslc4j-core-build/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-core-build --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-core-build --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-core-build --- [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >--------------- [INFO] Building Lyo :: Core :: OSLC 5.0.1.CR [3/25] [INFO] from core/oslc4j-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-core --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.core... Loading source files for package org.eclipse.lyo.oslc4j.core.annotation... Loading source files for package org.eclipse.lyo.oslc4j.core.exception... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-core --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-core --- [INFO] [INFO] ---------------< org.eclipse.lyo.core.query:oslc-query >---------------- [INFO] Building Lyo :: Core :: Query 5.0.1.CR [4/25] [INFO] from core/oslc-query/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-query --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-query --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-query >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-query <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-query --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-query --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.query... Loading source files for package org.eclipse.lyo.core.query.impl... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-query --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-query --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-query --- [INFO] [INFO] ----------< org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider >---------- [INFO] Building Lyo :: Core :: Jena Provider 5.0.1.CR [5/25] [INFO] from core/oslc4j-jena-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[171,27] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[205,62] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[327,39] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.java:[329,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.java:[210,103] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.java:[156,64] resolveURI(javax.servlet.http.HttpServletRequest,boolean) in org.eclipse.lyo.oslc4j.core.OSLC4JUtils has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[548,55] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[907,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[925,72] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1053,70] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1183,81] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[2184,54] newInstance() in java.lang.Class has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-jena-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ServiceProviderTest.java:[41,82] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/JenaOslcNameTest.java:[125,43] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ReifiedLinksTest.java:[88,53] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[68,82] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[69,82] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/ShapeTest.java:[71,61] Integer(int) in java.lang.Integer has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java:[38,62] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/test/java/org/eclipse/lyo/oslc4j/provider/jena/test/UnparseableLiteralTest.java:[43,73] OSLC4J_STRICT_DATATYPES in org.eclipse.lyo.oslc4j.provider.jena.AbstractOslcRdfXmlProvider has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-jena-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-jena-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-jena-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-jena-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-jena-provider --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-jena-provider --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.jena... Loading source files for package org.eclipse.lyo.oslc4j.provider.jena.ordfm... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/class-use/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-jena-provider --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-jena-provider --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-jena-provider --- [INFO] [INFO] ----------------------< org.eclipse.lyo:oslc-trs >---------------------- [INFO] Building Lyo :: Core :: TRS 5.0.1.CR [6/25] [INFO] from core/oslc-trs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-trs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java:[40,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/java/org/eclipse/lyo/core/trs/TrackedResourceSetTest.java:[58,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-trs --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-trs --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-trs >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-trs <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-trs --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-trs --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.trs... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-trs --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-trs --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-trs --- [INFO] [INFO] ---------< org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider >--------- [INFO] Building Lyo :: Core :: JSON4J Provider (legacy) 5.0.1.CR [7/25] [INFO] from core/oslc4j-json4j-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-json4j-provider --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-json4j-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-json4j-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-json4j-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-json4j-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-json4j-provider --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-json4j-provider --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.json4j... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-json4j-provider --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-json4j-provider --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-json4j-provider --- [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-utils >-------------- [INFO] Building Lyo :: Core :: Utilities 5.0.1.CR [8/25] [INFO] from core/oslc4j-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[61,72] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.java:[72,49] org.eclipse.lyo.oslc4j.provider.json4j.JsonHelper in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[59,50] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[72,37] getReader() in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[76,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[80,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/java/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.java:[84,37] getReader(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-utils --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-utils >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-utils <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-utils --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-utils --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.utils.marshallers... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-utils --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-utils --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-utils --- [INFO] [INFO] -----------------------< org.eclipse.lyo:shacl >------------------------ [INFO] Building Lyo :: Core :: SHACL 5.0.1.CR [9/25] [INFO] from core/shacl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ shacl --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ shacl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ shacl --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ shacl >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ shacl <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ shacl --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ shacl --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.shacl... Loading source files for package org.eclipse.lyo.shacl.annotations... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ shacl --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ shacl --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ shacl --- [INFO] [INFO] --------------------< org.eclipse.lyo:oslc-domains >-------------------- [INFO] Building Lyo :: Domains 5.0.1.CR [10/25] [INFO] from domains/oslc-domains/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-domains --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-domains --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-domains --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-domains --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-domains >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-domains <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-domains --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-domains --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc.domains... Loading source files for package org.eclipse.lyo.oslc.domains.am... Loading source files for package org.eclipse.lyo.oslc.domains.auto... Loading source files for package org.eclipse.lyo.oslc.domains.cm... Loading source files for package org.eclipse.lyo.oslc.domains.config... Loading source files for package org.eclipse.lyo.oslc.domains.jazz_am... Loading source files for package org.eclipse.lyo.oslc.domains.qm... Loading source files for package org.eclipse.lyo.oslc.domains.rm... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/class-use/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-domains --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-domains --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-domains --- [INFO] [INFO] ---------------< org.eclipse.lyo.clients:clients-parent >--------------- [INFO] Building Lyo :: Client :: _Parent 5.0.1.CR [11/25] [INFO] from client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ clients-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ clients-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ clients-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ clients-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ clients-parent --- [INFO] [INFO] --------------< org.eclipse.lyo.clients:oslc-client-base >-------------- [INFO] Building Lyo :: Client :: Base 5.0.1.CR [12/25] [INFO] from client/oslc-client-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client-base --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client-base --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client-base >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client-base <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client-base --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client-base --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.exception... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-client-base --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-client-base --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-client-base --- [INFO] [INFO] ----------------< org.eclipse.lyo.clients:oslc-client >----------------- [INFO] Building Lyo :: Client :: OSLC JAX-RS 2.0 (new) 5.0.1.CR [13/25] [INFO] from client/oslc-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/RootServicesHelper.java:[279,36] unchecked conversion required: java.util.Map found: java.util.Map [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/OslcClient.java:[95,42] org.eclipse.lyo.oslc4j.provider.json4j.Json4JProvidersRegistry in org.eclipse.lyo.oslc4j.provider.json4j has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/src/main/java/org/eclipse/lyo/client/query/OslcQueryResult.java:[266,62] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client... Loading source files for package org.eclipse.lyo.client.query... Loading source files for package org.eclipse.lyo.client.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/class-use/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-client --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-client --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-client --- [INFO] [INFO] ---------< org.eclipse.lyo.clients:oslc-java-client-resources >--------- [INFO] Building Lyo :: Client :: Resources (legacy) 5.0.1.CR [14/25] [INFO] from client/oslc-java-client-resources/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-java-client-resources --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/classes [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-java-client-resources --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-java-client-resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-java-client-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-java-client-resources >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-java-client-resources <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-java-client-resources --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-java-client-resources --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.oslc.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-java-client-resources --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-java-client-resources --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-java-client-resources --- [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.server:lyo-server-build >----------- [INFO] Building Lyo :: Server :: _Parent 5.0.1.CR [15/25] [INFO] from server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-server-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-server-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ lyo-server-build --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ lyo-server-build --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ lyo-server-build --- [INFO] [INFO] -----------------< org.eclipse.lyo.server:oauth-core >------------------ [INFO] Building Lyo :: Server :: OAuth Core 5.0.1.CR [16/25] [INFO] from server/oauth-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-core --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-core --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.core... Loading source files for package org.eclipse.lyo.server.oauth.core.consumer... Loading source files for package org.eclipse.lyo.server.oauth.core.token... Loading source files for package org.eclipse.lyo.server.oauth.core.utils... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/help-doc.html... 14 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.java:76: warning: no description for @throws [WARNING] * @throws ConsumerStoreException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:156: warning: no description for @param [WARNING] * @param loginSession [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:157: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:166: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:167: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:168: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:169: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:178: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:179: warning: no description for @throws [WARNING] * @throws Exception [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:188: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:201: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:342: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:343: warning: no description for @throws [WARNING] * @throws ServletException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-core --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oauth-core --- [INFO] [INFO] ------------< org.eclipse.lyo.server:oauth-consumer-store >------------- [INFO] Building Lyo :: Server :: OAuth Consumer Store 5.0.1.CR [17/25] [INFO] from server/oauth-consumer-store/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-consumer-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,44] get() in org.apache.jena.util.FileManager has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/src/main/java/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.java:[107,50] loadModel(java.lang.String) in org.apache.jena.util.FileManager has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-consumer-store --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-consumer-store --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-consumer-store --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-consumer-store >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-consumer-store <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-consumer-store --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-consumer-store --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.consumerstore... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-consumer-store --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-consumer-store --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oauth-consumer-store --- [INFO] [INFO] ----------------< org.eclipse.lyo.server:oauth-webapp >----------------- [INFO] Building Lyo :: Server :: OAuth Webapp 5.0.1.CR [18/25] [INFO] from server/oauth-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-webapp --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:[141,59] Boolean(boolean) in java.lang.Boolean has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-webapp --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-webapp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.2:war (default-war) @ oauth-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [oauth-webapp] in [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp.war [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-webapp >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-webapp <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-webapp --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.webapp.services... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:268: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:269: warning: no description for @throws [WARNING] * @throws NullPointerException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-webapp --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-webapp --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oauth-webapp --- [INFO] [INFO] ----------------< org.eclipse.lyo.server:oslc-ui-model >---------------- [INFO] Building Lyo :: Server:: OSLC UI model classes 5.0.1.CR [19/25] [INFO] from server/oslc-ui-model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-ui-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[63,84] unchecked cast required: java.util.Collection found: java.lang.Object [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/java/org/eclipse/lyo/server/ui/model/PreviewFactory.java:[76,109] unchecked cast required: java.util.Collection found: java.lang.Object [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-ui-model --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-ui-model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-ui-model --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-ui-model >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-ui-model <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-ui-model --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-ui-model --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.ui.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-ui-model --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-ui-model --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-ui-model --- [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-server >------------------- [INFO] Building Lyo :: TRS :: Server 5.0.1.CR [20/25] [INFO] from trs/server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ trs-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[117,69] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[124,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[131,65] fromJenaResource(org.apache.jena.rdf.model.Resource,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/java/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.java:[174,47] getWriter(java.lang.String) in org.apache.jena.rdf.model.Model has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ trs-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/test/java/org/eclipse/lyo/oslc4j/trs/server/TRSTestUtil.java:[34,28] getTimestamp() in org.eclipse.lyo.oslc4j.trs.server.HistoryData has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/test/java/org/eclipse/lyo/oslc4j/trs/server/TRSTestUtil.java:[40,56] getTimestamp() in org.eclipse.lyo.oslc4j.trs.server.HistoryData has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-server --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-server --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-server <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-server --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-server --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.trs.server... Loading source files for package org.eclipse.lyo.oslc4j.trs.server.service... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/class-use/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-server --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-server --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ trs-server --- [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-parent >------------------- [INFO] Building Lyo :: TRS :: Client :: _Parent 5.0.1.CR [21/25] [INFO] from trs/client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-parent --- [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ trs-parent --- [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-client >------------------- [INFO] Building Lyo :: TRS :: Client :: Client library 5.0.1.CR [22/25] [INFO] from trs/client/trs-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 498 [INFO] Validity check: 1 [INFO] Creating documentation models: 2889 [INFO] Transforming documentation model before merging: 20 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 78 [INFO] Creating pages: 113 [INFO] Transforming pages: 4 [INFO] Rendering: 1464 [INFO] Running post-actions: 310 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[295,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[311,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[330,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[346,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[379,59] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[399,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[436,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/java/org/eclipse/lyo/trs/client/util/SparqlUtil.java:[467,13] initialize() in org.eclipse.rdf4j.repository.base.AbstractRepository has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/test-classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/test/java/org/eclipse/lyo/trs/client/handlers/TrsProviderHandlerTest.java:[249,20] baseChangeEventsOptimization(java.util.List,java.util.List) in org.eclipse.lyo.trs.client.handlers.TrsProviderHandler has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/test/java/org/eclipse/lyo/trs/client/handlers/TrsProviderTest.java:[118,20] baseChangeEventsOptimization(java.util.List,java.util.List) in org.eclipse.lyo.trs.client.handlers.TrsProviderHandler has been deprecated [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-client --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.trs.client.config... Loading source files for package org.eclipse.lyo.trs.client.exceptions... Loading source files for package org.eclipse.lyo.trs.client.handlers... Loading source files for package org.eclipse.lyo.trs.client.handlers.sparql... Loading source files for package org.eclipse.lyo.trs.client.model... Loading source files for package org.eclipse.lyo.trs.client.util... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 295 [INFO] Validity check: 0 [INFO] Creating documentation models: 2886 [INFO] Transforming documentation model before merging: 15 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 22 [INFO] Creating pages: 105 [INFO] Transforming pages: 3 [INFO] Rendering: 1270 [INFO] Running post-actions: 80 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-client --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-client --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-client --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ trs-client --- [INFO] [INFO] ---------------< org.eclipse.lyo.trs:client-source-mqtt >--------------- [INFO] Building Lyo :: TRS :: Client :: MQTT source 5.0.1.CR [23/25] [INFO] from trs/client/client-source-mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 93 [INFO] Validity check: 0 [INFO] Creating documentation models: 2392 [INFO] Transforming documentation model before merging: 10 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 9 [INFO] Creating pages: 25 [INFO] Transforming pages: 2 [INFO] Rendering: 993 [INFO] Running post-actions: 27 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ client-source-mqtt --- [WARNING] Source root doesn't exist: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/java [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ client-source-mqtt --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/test/resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ client-source-mqtt --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ client-source-mqtt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ client-source-mqtt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ client-source-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ client-source-mqtt --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ client-source-mqtt >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 157 [INFO] Validity check: 0 [INFO] Creating documentation models: 2356 [INFO] Transforming documentation model before merging: 38 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 10 [INFO] Creating pages: 25 [INFO] Transforming pages: 3 [INFO] Rendering: 1059 [INFO] Running post-actions: 26 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:client-source-mqtt:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ client-source-mqtt <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ client-source-mqtt --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ client-source-mqtt --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ client-source-mqtt --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ client-source-mqtt --- [INFO] [INFO] -----------------< org.eclipse.lyo.store:store-parent >----------------- [INFO] Building Lyo :: Store :: _Parent 5.0.1.CR [24/25] [INFO] from store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ store-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ store-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ store-parent --- [INFO] [INFO] ------------------< org.eclipse.lyo.store:store-core >------------------ [INFO] Building Lyo :: Store :: Core 5.0.1.CR [25/25] [INFO] from store/store-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ store-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/classes [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/Store.java:[313,55] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[47,37] sparqlService(java.lang.String,java.lang.String) in org.apache.jena.query.QueryExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.java:[53,38] createRemote(org.apache.jena.update.UpdateRequest,java.lang.String) in org.apache.jena.update.UpdateExecutionFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[386,68] Possible heap pollution from parameterized vararg type T [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/java/org/eclipse/lyo/store/internals/SparqlStoreImpl.java:[452,49] fromJenaModel(org.apache.jena.rdf.model.Model,java.lang.Class) in org.eclipse.lyo.oslc4j.provider.jena.JenaModelHelper has been deprecated [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ store-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ store-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR.jar [INFO] [INFO] --- jacoco:0.8.8:report (jacoco-site) @ store-core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-core --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.store... Loading source files for package org.eclipse.lyo.store.internals... Loading source files for package org.eclipse.lyo.store.internals.query... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-javadoc.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ store-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ store-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ store-core --- [INFO] [INFO] --- failsafe:3.0.0-M6:integration-test (default) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M6:verify (default) @ store-core --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ store-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ store-core --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ store-core --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Lyo :: _Parent 5.0.1.CR: [INFO] [INFO] Lyo :: _Parent ..................................... SUCCESS [ 9.425 s] [INFO] Lyo :: Core :: _Parent ............................. SUCCESS [ 0.914 s] [INFO] Lyo :: Core :: OSLC ................................ SUCCESS [ 7.261 s] [INFO] Lyo :: Core :: Query ............................... SUCCESS [ 8.114 s] [INFO] Lyo :: Core :: Jena Provider ....................... SUCCESS [ 6.594 s] [INFO] Lyo :: Core :: TRS ................................. SUCCESS [ 5.234 s] [INFO] Lyo :: Core :: JSON4J Provider (legacy) ............ SUCCESS [ 5.319 s] [INFO] Lyo :: Core :: Utilities ........................... SUCCESS [ 5.096 s] [INFO] Lyo :: Core :: SHACL ............................... SUCCESS [ 6.036 s] [INFO] Lyo :: Domains ..................................... SUCCESS [ 7.024 s] [INFO] Lyo :: Client :: _Parent ........................... SUCCESS [ 0.896 s] [INFO] Lyo :: Client :: Base .............................. SUCCESS [ 4.284 s] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) ............. SUCCESS [ 5.543 s] [INFO] Lyo :: Client :: Resources (legacy) ................ SUCCESS [ 6.036 s] [INFO] Lyo :: Server :: _Parent ........................... SUCCESS [ 0.872 s] [INFO] Lyo :: Server :: OAuth Core ........................ SUCCESS [ 5.247 s] [INFO] Lyo :: Server :: OAuth Consumer Store .............. SUCCESS [ 4.708 s] [INFO] Lyo :: Server :: OAuth Webapp ...................... SUCCESS [ 4.548 s] [INFO] Lyo :: Server:: OSLC UI model classes .............. SUCCESS [ 4.971 s] [INFO] Lyo :: TRS :: Server ............................... SUCCESS [ 5.064 s] [INFO] Lyo :: TRS :: Client :: _Parent .................... SUCCESS [ 0.984 s] [INFO] Lyo :: TRS :: Client :: Client library ............. SUCCESS [ 16.525 s] [INFO] Lyo :: TRS :: Client :: MQTT source ................ SUCCESS [ 13.677 s] [INFO] Lyo :: Store :: _Parent ............................ SUCCESS [ 0.913 s] [INFO] Lyo :: Store :: Core ............................... SUCCESS [ 6.145 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:21 min [INFO] Finished at: 2023-04-27T22:43:52Z [INFO] ------------------------------------------------------------------------ + mvn -B deploy -DskipTests -Dmaven.install.skip=true -P dev,gpg-sign,eclipse-deploy [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Lyo :: _Parent [pom] [INFO] Lyo :: Core :: _Parent [pom] [INFO] Lyo :: Core :: OSLC [jar] [INFO] Lyo :: Core :: Query [jar] [INFO] Lyo :: Core :: Jena Provider [jar] [INFO] Lyo :: Core :: TRS [jar] [INFO] Lyo :: Core :: JSON4J Provider (legacy) [jar] [INFO] Lyo :: Core :: Utilities [jar] [INFO] Lyo :: Core :: SHACL [jar] [INFO] Lyo :: Domains [jar] [INFO] Lyo :: Client :: _Parent [pom] [INFO] Lyo :: Client :: Base [jar] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) [jar] [INFO] Lyo :: Client :: Resources (legacy) [jar] [INFO] Lyo :: Server :: _Parent [pom] [INFO] Lyo :: Server :: OAuth Core [jar] [INFO] Lyo :: Server :: OAuth Consumer Store [jar] [INFO] Lyo :: Server :: OAuth Webapp [war] [INFO] Lyo :: Server:: OSLC UI model classes [jar] [INFO] Lyo :: TRS :: Server [jar] [INFO] Lyo :: TRS :: Client :: _Parent [pom] [INFO] Lyo :: TRS :: Client :: Client library [jar] [INFO] Lyo :: TRS :: Client :: MQTT source [jar] [INFO] Lyo :: Store :: _Parent [pom] [INFO] Lyo :: Store :: Core [jar] [INFO] [INFO] ---------------------< org.eclipse.lyo:lyo-parent >--------------------- [INFO] Building Lyo :: _Parent 5.0.1.CR [1/25] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ lyo-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ lyo-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ lyo-parent --- [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------ [INFO] Building Lyo :: Core :: _Parent 5.0.1.CR [2/25] [INFO] from core/oslc4j-core-build/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-core-build --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-core-build --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-core-build --- [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >--------------- [INFO] Building Lyo :: Core :: OSLC 5.0.1.CR [3/25] [INFO] from core/oslc4j-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-core --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-core --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-core --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.core... Loading source files for package org.eclipse.lyo.oslc4j.core.annotation... Loading source files for package org.eclipse.lyo.oslc4j.core.exception... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/NestedWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OSLC4JUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/OslcGlobalNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/SingletonWildcardProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/class-use/UnparseableLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcAllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcCreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDefaultValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcDialogs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcHidden.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMaxSize.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcMemberProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespace.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNamespaceDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcNotQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcOccurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcPropertyDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcQueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRange.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRdfCollectionType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcReadOnly.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcRepresentation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcSchema.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcTitle.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/class-use/OslcValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/LyoModelException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDeregistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreDuplicatePropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyDefinitionException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidPropertyTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidRepresentationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreInvalidValueTypeException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingAnnotationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespaceDeclarationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingNamespacePrefixException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMissingSetMethodException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreMisusedOccursException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRegistrationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/class-use/OslcCoreRelativeURIException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AbstractResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AllowedValues.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/AnyResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Compact.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/CreationFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Dialog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Error.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ExtendedError.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/FilteredResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IExtendedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IOslcCustomNamespaceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IReifiedResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/InheritedMethodAnnotationHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Occurs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcMediaType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/PrefixDefinition.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Publisher.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/QueryCapability.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Representation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResourceShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfo.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoArray.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ResponseInfoCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Service.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderCatalog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ServiceProviderFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/TypeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/ValueType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/XMLLiteral.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/annotation/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/exception/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-core/target/oslc4j-core-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-core --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-core --- [INFO] [INFO] ---------------< org.eclipse.lyo.core.query:oslc-query >---------------- [INFO] Building Lyo :: Core :: Query 5.0.1.CR [4/25] [INFO] from core/oslc-query/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-query --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-query --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-query --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-query --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-query >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-query --- [INFO] [INFO] --- antlr3:3.5.2:antlr (default) @ oslc-query --- [INFO] ANTLR: Processing source directory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3 ANTLR Parser Generator Version 3.5.2 Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSearchTerms.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcWhere.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcOrderBy.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcPrefix.g is up to date - build skipped Grammar /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/src/main/antlr3/org/eclipse/lyo/core/query/OslcSelect.g is up to date - build skipped [INFO] [INFO] --- build-helper:3.3.0:add-source (default) @ oslc-query --- [INFO] Source directory: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/generated-sources/antlr3 added. [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-query <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-query --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-query --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.query... Loading source files for package org.eclipse.lyo.core.query.impl... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/BooleanValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ComparisonTerm.Operator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/CompoundTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/DecimalValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Identifier.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/InTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/LangedStringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/NestedProperty.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OrderByClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ParseException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Properties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/PropertiesClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Property.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/QueryUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/ScopedSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SearchTermsClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SelectClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleSortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SimpleTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerm.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/SortTerms.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/StringValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/TypedValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/UriRefValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Value.Type.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/WhereClause.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/Wildcard.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsParser.oslc_search_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSearchTermsLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.iriRef_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.string_esc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.decimal_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.langed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.typed_string_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.literal_value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.value_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_val_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.comparison_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.wildcard_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.identifier_wc_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.scoped_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.in_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_simple_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.boolean_op_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.space_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.simple_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.compound_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereParser.oslc_where_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA21.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcWhereLexer.DFA15.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.scoped_sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_term_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.sort_terms_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByParser.oslc_order_by_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcOrderByLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.prefix_binding_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixParser.oslc_prefixes_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcPrefixLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.prefixedName_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.identifier_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.nested_property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.property_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.properties_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectParser.oslc_select_return.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/class-use/OslcSelectLexer.DFA7.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/CompoundTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/PropertiesInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SimpleSortTermInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/SortTermsInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/class-use/WildcardInvocationHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/org/eclipse/lyo/core/query/impl/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-query/target/oslc-query-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-query --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-query --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-query --- [INFO] [INFO] ----------< org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider >---------- [INFO] Building Lyo :: Core :: Jena Provider 5.0.1.CR [5/25] [INFO] from core/oslc4j-jena-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-jena-provider --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-jena-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-jena-provider --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-jena-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-jena-provider --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-jena-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-jena-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-jena-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-jena-provider --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-jena-provider --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.jena... Loading source files for package org.eclipse.lyo.oslc4j.provider.jena.ordfm... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/AbstractOslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/ErrorHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaModelHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/JenaUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcCompactRdfProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcJsonLdProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcRdfXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleRdfXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcSimpleXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcTurtleProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/OslcXmlProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/class-use/RdfXmlAbbreviatedWriter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/class-use/ResourcePackages.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/jena/ordfm/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-jena-provider/target/oslc4j-jena-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-jena-provider --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-jena-provider --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-jena-provider --- [INFO] [INFO] ----------------------< org.eclipse.lyo:oslc-trs >---------------------- [INFO] Building Lyo :: Core :: TRS 5.0.1.CR [6/25] [INFO] from core/oslc-trs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-trs --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-trs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-trs --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-trs --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-trs --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-trs >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-trs --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-trs <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-trs --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-trs --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.trs... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/AbstractChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Base.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeEvent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/ChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Creation.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Deletion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/EmptyChangeLog.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/HttpConstants.HttpMethod.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Modification.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/Page.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TRSConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/class-use/TrackedResourceSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/org/eclipse/lyo/core/trs/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc-trs/target/oslc-trs-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-trs --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-trs --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-trs --- [INFO] [INFO] ---------< org.eclipse.lyo.oslc4j.core:oslc4j-json4j-provider >--------- [INFO] Building Lyo :: Core :: JSON4J Provider (legacy) 5.0.1.CR [7/25] [INFO] from core/oslc4j-json4j-provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-json4j-provider --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-json4j-provider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-json4j-provider --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-json4j-provider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-json4j-provider --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-json4j-provider >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-json4j-provider --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-json4j-provider <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-json4j-provider --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-json4j-provider --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.provider.json4j... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/AbstractOslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JSimpleProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/Json4JUpdatedProvidersRegistry.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/JsonHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcCompactJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcRdfJsonProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonArrayProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/class-use/OslcSimpleRdfJsonCollectionProvider.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/org/eclipse/lyo/oslc4j/provider/json4j/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-json4j-provider/target/oslc4j-json4j-provider-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-json4j-provider --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-json4j-provider --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-json4j-provider --- [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-utils >-------------- [INFO] Building Lyo :: Core :: Utilities 5.0.1.CR [8/25] [INFO] from core/oslc4j-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc4j-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc4j-utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc4j-utils --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc4j-utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc4j-utils --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc4j-utils >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc4j-utils --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc4j-utils <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc4j-utils --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc4j-utils --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.core.utils.marshallers... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/MarshallerConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JContext.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JMarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/class-use/OSLC4JUnmarshaller.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/org/eclipse/lyo/core/utils/marshallers/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/oslc4j-utils/target/oslc4j-utils-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc4j-utils --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc4j-utils --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc4j-utils --- [INFO] [INFO] -----------------------< org.eclipse.lyo:shacl >------------------------ [INFO] Building Lyo :: Core :: SHACL 5.0.1.CR [9/25] [INFO] from core/shacl/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ shacl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ shacl --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ shacl --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ shacl --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ shacl >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ shacl --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ shacl <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ shacl --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ shacl --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.shacl... Loading source files for package org.eclipse.lyo.shacl.annotations... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/DataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/IValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ShaclShapeFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/Shape.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationReport.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/class-use/ValidationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RDFType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsIsDefinedBy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/RdfsLabel.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClassType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclClosed.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDataType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDescription.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclDisjoint.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclGroup.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclHasValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIgnoredProperties.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLanguageIn.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclLessThanOrEquals.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMaxLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinCount.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinExclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinInclusive.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclMinLength.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclName.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclNodeKind.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclOrder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclPattern.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetNode.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetObjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclTargetSubjectsOf.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/class-use/ShaclUniqueLang.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/org/eclipse/lyo/shacl/annotations/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/core/shacl/target/shacl-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ shacl --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ shacl --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ shacl --- [INFO] [INFO] --------------------< org.eclipse.lyo:oslc-domains >-------------------- [INFO] Building Lyo :: Domains 5.0.1.CR [10/25] [INFO] from domains/oslc-domains/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-domains --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-domains --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-domains --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-domains --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-domains --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-domains >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-domains --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-domains <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-domains --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-domains --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc.domains... Loading source files for package org.eclipse.lyo.oslc.domains.am... Loading source files for package org.eclipse.lyo.oslc.domains.auto... Loading source files for package org.eclipse.lyo.oslc.domains.cm... Loading source files for package org.eclipse.lyo.oslc.domains.config... Loading source files for package org.eclipse.lyo.oslc.domains.jazz_am... Loading source files for package org.eclipse.lyo.oslc.domains.qm... Loading source files for package org.eclipse.lyo.oslc.domains.rm... Loading source files for package org.eclipse.lyo.oslc4j.core.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Agent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/DctermsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/FoafVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IAgent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IPerson.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/IRdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Nsp10DomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_cmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_configVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_qmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Oslc_rmVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/Person.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/ProvDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsClass.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/class-use/RdfsVocabularyConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/ILinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/IResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/LinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Oslc_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/class-use/Resource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IAutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/IParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/Oslc_autoDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Defect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Enhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeNotice.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IDefect.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IEnhancement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IPriority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/IState.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ITask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Oslc_cmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Priority.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/ReviewTask.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/State.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/class-use/Task.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/ChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IChangeSet.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/IVersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/Oslc_configDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/class-use/VersionResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/class-use/Jazz_amDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/ITestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/Oslc_qmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/IRequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Oslc_rmDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/Discussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/IDiscussion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/class-use/OslcDomainConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/auto/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/cm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/jazz_am/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/qm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc/domains/rm/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/org/eclipse/lyo/oslc4j/core/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/domains/oslc-domains/target/oslc-domains-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-domains --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-domains --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-domains --- [INFO] [INFO] ---------------< org.eclipse.lyo.clients:clients-parent >--------------- [INFO] Building Lyo :: Client :: _Parent 5.0.1.CR [11/25] [INFO] from client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ clients-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ clients-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ clients-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ clients-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ clients-parent --- [INFO] [INFO] --------------< org.eclipse.lyo.clients:oslc-client-base >-------------- [INFO] Building Lyo :: Client :: Base 5.0.1.CR [12/25] [INFO] from client/oslc-client-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client-base --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client-base --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client-base --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client-base --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client-base >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client-base --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client-base <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client-base --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client-base --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.exception... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/FixMessageFormat.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/JazzAuthFailedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/MessageExtractor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/OslcClientApplicationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/ResourceNotFoundException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/class-use/RootServicesException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/org/eclipse/lyo/client/exception/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/apidocs/help-doc.html... 1 warning [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client-base/target/oslc-client-base-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-client-base --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-client-base --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-client-base --- [INFO] [INFO] ----------------< org.eclipse.lyo.clients:oslc-client >----------------- [INFO] Building Lyo :: Client :: OSLC JAX-RS 2.0 (new) 5.0.1.CR [13/25] [INFO] from client/oslc-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-client --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-client --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-client --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-client --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client... Loading source files for package org.eclipse.lyo.client.query... Loading source files for package org.eclipse.lyo.client.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/IOslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/JEEFormAuthenticator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OSLCConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcClientFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/OslcOAuthClientBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/RootServicesHelper.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/class-use/UnderlyingHttpClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQuery.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryParameters.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/class-use/OslcQueryResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/class-use/RmUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/query/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/org/eclipse/lyo/client/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-client/target/oslc-client-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-client --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-client --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-client --- [INFO] [INFO] ---------< org.eclipse.lyo.clients:oslc-java-client-resources >--------- [INFO] Building Lyo :: Client :: Resources (legacy) 5.0.1.CR [14/25] [INFO] from client/oslc-java-client-resources/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-java-client-resources --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-java-client-resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-java-client-resources --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-java-client-resources --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-java-client-resources --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-java-client-resources >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-java-client-resources --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-java-client-resources <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-java-client-resources --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-java-client-resources --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.client.oslc.resources... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureLinkType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ArchitectureResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/AutomationResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ChangeRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/CmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/ParameterInstance.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/QmResource.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/Requirement.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RequirementCollection.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/RmConstants.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestCase.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestExecutionRecord.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestPlan.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestResult.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/class-use/TestScript.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/org/eclipse/lyo/client/oslc/resources/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/client/oslc-java-client-resources/target/oslc-java-client-resources-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-java-client-resources --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-java-client-resources --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-java-client-resources --- [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.server:lyo-server-build >----------- [INFO] Building Lyo :: Server :: _Parent 5.0.1.CR [15/25] [INFO] from server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ lyo-server-build --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ lyo-server-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ lyo-server-build --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ lyo-server-build --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ lyo-server-build --- [INFO] [INFO] -----------------< org.eclipse.lyo.server:oauth-core >------------------ [INFO] Building Lyo :: Server :: OAuth Core 5.0.1.CR [16/25] [INFO] from server/oauth-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-core --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-core --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-core --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-core --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.core... Loading source files for package org.eclipse.lyo.server.oauth.core.consumer... Loading source files for package org.eclipse.lyo.server.oauth.core.token... Loading source files for package org.eclipse.lyo.server.oauth.core.utils... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/Application.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/AuthenticationException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/class-use/OAuthRequest.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/AbstractConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/ConsumerStoreException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/class-use/LyoOAuthConsumer.OAuthVersion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/LRUCache.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/SimpleTokenStrategy.RequestTokenData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/class-use/TokenStrategy.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/AbstractAdapterCredentialsFilter.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/RestException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/class-use/UnauthorizedException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/consumer/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/token/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/org/eclipse/lyo/server/oauth/core/utils/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/apidocs/help-doc.html... 14 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/consumer/ConsumerStore.java:76: warning: no description for @throws [WARNING] * @throws ConsumerStoreException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:156: warning: no description for @param [WARNING] * @param loginSession [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:157: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:166: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:167: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:168: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:169: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:178: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:179: warning: no description for @throws [WARNING] * @throws Exception [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:188: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:201: warning: no description for @param [WARNING] * @param request [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:342: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/src/main/java/org/eclipse/lyo/server/oauth/core/utils/AbstractAdapterCredentialsFilter.java:343: warning: no description for @throws [WARNING] * @throws ServletException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-core/target/oauth-core-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-core --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oauth-core --- [INFO] [INFO] ------------< org.eclipse.lyo.server:oauth-consumer-store >------------- [INFO] Building Lyo :: Server :: OAuth Consumer Store 5.0.1.CR [17/25] [INFO] from server/oauth-consumer-store/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-consumer-store --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-consumer-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-consumer-store --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-consumer-store --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oauth-consumer-store --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-consumer-store >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-consumer-store --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-consumer-store <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-consumer-store --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-consumer-store --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.consumerstore... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/FileSystemConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/class-use/RdfConsumerStore.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/org/eclipse/lyo/server/oauth/consumerstore/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-consumer-store/target/oauth-consumer-store-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-consumer-store --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-consumer-store --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oauth-consumer-store --- [INFO] [INFO] ----------------< org.eclipse.lyo.server:oauth-webapp >----------------- [INFO] Building Lyo :: Server :: OAuth Webapp 5.0.1.CR [18/25] [INFO] from server/oauth-webapp/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oauth-webapp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oauth-webapp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oauth-webapp --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oauth-webapp --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- war:3.3.2:war (default-war) @ oauth-webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [oauth-webapp] in [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp.war [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oauth-webapp >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oauth-webapp --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oauth-webapp <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oauth-webapp --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-sources.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oauth-webapp --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.oauth.webapp.services... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/CSRFPrevent.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/ConsumersService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/class-use/OAuthServletListener.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/org/eclipse/lyo/server/oauth/webapp/services/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/apidocs/help-doc.html... 3 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:268: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/src/main/java/org/eclipse/lyo/server/oauth/webapp/services/OAuthService.java:269: warning: no description for @throws [WARNING] * @throws NullPointerException [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oauth-webapp/target/oauth-webapp-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oauth-webapp --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oauth-webapp --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oauth-webapp --- [INFO] [INFO] ----------------< org.eclipse.lyo.server:oslc-ui-model >---------------- [INFO] Building Lyo :: Server:: OSLC UI model classes 5.0.1.CR [19/25] [INFO] from server/oslc-ui-model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ oslc-ui-model --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ oslc-ui-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ oslc-ui-model --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ oslc-ui-model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ oslc-ui-model --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ oslc-ui-model >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ oslc-ui-model --- [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ oslc-ui-model <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ oslc-ui-model --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ oslc-ui-model --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.server.ui.model... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Link.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Preview.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PreviewFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/Property.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyDefintion.RepresentationType.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/class-use/PropertyValue.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/org/eclipse/lyo/server/ui/model/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/server/oslc-ui-model/target/oslc-ui-model-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ oslc-ui-model --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ oslc-ui-model --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ oslc-ui-model --- [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-server >------------------- [INFO] Building Lyo :: TRS :: Server 5.0.1.CR [20/25] [INFO] from trs/server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ trs-server --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ trs-server --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-server --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-server --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-server >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-server --- [INFO] Ignoring requireUpperBoundDeps in javax.servlet:javax.servlet-api [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-server <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-server --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-server --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.oslc4j.trs.server... Loading source files for package org.eclipse.lyo.oslc4j.trs.server.service... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/HistoryData.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/InmemPagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrs.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/PagedTrsFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TRSUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/class-use/TrsEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/class-use/TrackedResourceSetService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/org/eclipse/lyo/oslc4j/trs/server/service/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/server/target/trs-server-5.0.1.CR-javadoc.jar [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-server --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-server --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ trs-server --- [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-parent >------------------- [INFO] Building Lyo :: TRS :: Client :: _Parent 5.0.1.CR [21/25] [INFO] from trs/client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-parent --- [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-parent --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-parent --- [INFO] No sources to compile [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ trs-parent --- [INFO] [INFO] -------------------< org.eclipse.lyo.trs:trs-client >------------------- [INFO] Building Lyo :: TRS :: Client :: Client library 5.0.1.CR [22/25] [INFO] from trs/client/trs-client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 470 [INFO] Validity check: 0 [INFO] Creating documentation models: 3438 [INFO] Transforming documentation model before merging: 26 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 77 [INFO] Creating pages: 119 [INFO] Transforming pages: 6 [INFO] Rendering: 1663 [INFO] Running post-actions: 312 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ trs-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ trs-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ trs-client --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ trs-client --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ trs-client --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ trs-client --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ trs-client --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.trs.client.config... Loading source files for package org.eclipse.lyo.trs.client.exceptions... Loading source files for package org.eclipse.lyo.trs.client.handlers... Loading source files for package org.eclipse.lyo.trs.client.handlers.sparql... Loading source files for package org.eclipse.lyo.trs.client.model... Loading source files for package org.eclipse.lyo.trs.client.util... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConfigurationLoader.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsConsumerConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/class-use/TrsProviderConfiguration.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/RepresentationRetrievalException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/ServerRollBackException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointConfigException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointErrorException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/class-use/TrsEndpointException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/ConcurrentTrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderEventHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/IPushProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/class-use/TrsProviderHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/IQueryGenerator.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlBatchingHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/class-use/SparqlDirectHandler.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/BaseMember.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/class-use/ChangeEventMessageTR.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ITrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/ProviderUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/RdfUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/SparqlUtil.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TRSScheduledExecutorService.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrackedResourceClient.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/class-use/TrsConsumerUtils.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/config/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/exceptions/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/handlers/sparql/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/model/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/org/eclipse/lyo/trs/client/util/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ trs-client >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ trs-client --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ trs-client --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for trs-client [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] WARN: Attempt to load key 'java.correct.class.type.by.place.resolve.scope' for not yet loaded registry [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 193 [INFO] Validity check: 1 [INFO] Creating documentation models: 2907 [INFO] Transforming documentation model before merging: 16 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 18 [INFO] Creating pages: 91 [INFO] Transforming pages: 4 [INFO] Rendering: 1308 [INFO] Running post-actions: 77 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/trs-client/target/trs-client-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:trs-client:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ trs-client <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ trs-client --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ trs-client --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ trs-client --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ trs-client --- [INFO] [INFO] ---------------< org.eclipse.lyo.trs:client-source-mqtt >--------------- [INFO] Building Lyo :: TRS :: Client :: MQTT source 5.0.1.CR [23/25] [INFO] from trs/client/client-source-mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 102 [INFO] Validity check: 1 [INFO] Creating documentation models: 2537 [INFO] Transforming documentation model before merging: 27 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 11 [INFO] Creating pages: 24 [INFO] Transforming pages: 4 [INFO] Rendering: 978 [INFO] Running post-actions: 40 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/resources [INFO] [INFO] --- kotlin:1.6.20:compile (compile) @ client-source-mqtt --- [WARNING] Source root doesn't exist: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/main/java [INFO] [INFO] --- compiler:3.10.1:compile (java-compile) @ client-source-mqtt --- [INFO] Changes detected - recompiling the module! [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ client-source-mqtt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/src/test/resources [INFO] [INFO] --- kotlin:1.6.20:test-compile (test-compile) @ client-source-mqtt --- [WARNING] No sources found skipping Kotlin compile [INFO] [INFO] --- compiler:3.10.1:testCompile (java-test-compile) @ client-source-mqtt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ client-source-mqtt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ client-source-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR.jar [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ client-source-mqtt --- [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ client-source-mqtt >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ client-source-mqtt --- [INFO] [INFO] --- dokka:1.6.10:javadocJar (default) @ client-source-mqtt --- [INFO] Initializing plugins [INFO] Loaded plugins: [org.jetbrains.dokka.base.DokkaBase, org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin, org.jetbrains.dokka.javadoc.JavadocPlugin] [INFO] Loaded: [ ExtensionPoint: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/preMergeDocumentableTransformer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/preGenerationCheck, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/pageTransformer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/outputWriter, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/externalLocationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/locationProviderFactory, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/kotlinAnalysis, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/renderer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/pageMergerStrategy, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/commentsToContentConverter, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableToPageTranslator, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/signatureProvider, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/documentableMerger, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/sourceToDocumentableTranslator, ExtensionPoint: org.jetbrains.dokka.CoreExtensions/generation, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/deprecatedPageCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/indexGenerator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/allClassessPageInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/rootCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/treeViewInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/resourcesInstaller, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/packageListCreator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/documentableSourceSetFilter, Extension: org.jetbrains.dokka.base.DokkaBase/modulesAndPackagesDocumentation, Extension: org.jetbrains.dokka.base.DokkaBase/kotlinArrayDocumentableReplacer, Extension: org.jetbrains.dokka.base.DokkaBase/inheritedEntriesVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/obviousFunctionsVisbilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/documentableVisibilityFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedBySuppressTagDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/suppressedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/deprecatedDocumentableFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyPackagesFilter, Extension: org.jetbrains.dokka.base.DokkaBase/emptyModulesFilter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocMultiplatformCheck, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableTransformer, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/jvmNameTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/extensionsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/undocumentedCodeReporter, Extension: org.jetbrains.dokka.base.DokkaBase/inheritorsExtractor, Extension: org.jetbrains.dokka.base.DokkaBase/sinceKotlinTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/actualTypealiasAdder, Extension: org.jetbrains.dokka.base.DokkaBase/pathToRootConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/replaceVersionConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/resolveLinkConsumer, Extension: org.jetbrains.dokka.base.DokkaBase/defaultSamplesTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/sourceSetMerger, Extension: org.jetbrains.dokka.base.DokkaBase/pageMerger, Extension: org.jetbrains.dokka.base.DokkaBase/rootCreator, Extension: org.jetbrains.dokka.base.DokkaBase/sourcesetDependencyAppender, Extension: org.jetbrains.dokka.base.DokkaBase/packageListCreator, Extension: org.jetbrains.dokka.base.DokkaBase/assetsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/stylesInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/scriptsInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/customResourceInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/navigationPageInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/sourceLinksTransformer, Extension: org.jetbrains.dokka.base.DokkaBase/baseSearchbarDataInstaller, Extension: org.jetbrains.dokka.base.DokkaBase/fileWriter, Extension: org.jetbrains.dokka.base.DokkaBase/dokkaLocationProvider, Extension: org.jetbrains.dokka.base.DokkaBase/javadocLocationProvider, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.base.DokkaBase/defaultKotlinAnalysis, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.base.DokkaBase/defaultTabSortingStrategy, Extension: org.jetbrains.dokka.base.DokkaBase/sameMethodNameMerger, Extension: org.jetbrains.dokka.base.DokkaBase/fallbackMerger, Extension: org.jetbrains.dokka.base.DokkaBase/docTagToContentConverter, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableMerger, Extension: org.jetbrains.dokka.base.DokkaBase/psiToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/descriptorToDocumentableTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/singleGeneration ] [INFO] Suppressed: [ Extension: org.jetbrains.dokka.base.DokkaBase/kotlinSignatureProvider by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider, Extension: org.jetbrains.dokka.base.DokkaBase/documentableToPageTranslator by Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/htmlRenderer by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/dokkaJavadocPlugin, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/kotlinAsJavaDocumentableToPageTranslator by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/pageTranslator, Extension: org.jetbrains.dokka.base.DokkaBase/locationProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocLocationProviderFactory, Extension: org.jetbrains.dokka.kotlinAsJava.KotlinAsJavaPlugin/javaSignatureProvider by Extension: org.jetbrains.dokka.javadoc.JavadocPlugin/javadocSignatureProvider ] [INFO] Dokka is performing: documentation for client-source-mqtt [INFO] Validity check [INFO] Creating documentation models [INFO] logging: loading modules: [java.se, jdk.accessibility, jdk.attach, jdk.compiler, jdk.dynalink, jdk.httpserver, jdk.jartool, jdk.javadoc, jdk.jconsole, jdk.jdi, jdk.jfr, jdk.jshell, jdk.jsobject, jdk.management, jdk.management.jfr, jdk.naming.ldap, jdk.net, jdk.scripting.nashorn, jdk.sctp, jdk.security.auth, jdk.security.jgss, jdk.unsupported, jdk.unsupported.desktop, jdk.xml.dom, java.base, java.compiler, java.datatransfer, java.desktop, java.xml, java.instrument, java.logging, java.management, java.management.rmi, java.rmi, java.naming, java.net.http, java.prefs, java.scripting, java.security.jgss, java.security.sasl, java.sql, java.transaction.xa, java.sql.rowset, java.xml.crypto, jdk.internal.jvmstat, jdk.management.agent, jdk.jdwp.agent, jdk.internal.ed, jdk.internal.le, jdk.internal.opt] [INFO] Transforming documentation model before merging [INFO] Merging documentation models [INFO] Transforming documentation model after merging [INFO] Creating pages [INFO] Transforming pages [INFO] Rendering [INFO] Running post-actions [INFO] Unused extension points found: ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/immediateHtmlCommandConsumer, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/htmlPreprocessors, ExtensionPoint: org.jetbrains.dokka.base.DokkaBase/tabSortingStrategy [INFO] Generation completed successfully [INFO] [INFO] === TIME MEASUREMENT === [INFO] Initializing plugins: 154 [INFO] Validity check: 0 [INFO] Creating documentation models: 2252 [INFO] Transforming documentation model before merging: 14 [INFO] Merging documentation models: 1 [INFO] Transforming documentation model after merging: 12 [INFO] Creating pages: 30 [INFO] Transforming pages: 3 [INFO] Rendering: 1020 [INFO] Running post-actions: 25 [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/trs/client/client-source-mqtt/target/client-source-mqtt-5.0.1.CR-javadoc.jar [WARNING] artifact org.eclipse.lyo.trs:client-source-mqtt:javadoc:javadoc:5.0.1.CR already attached, replace previous instance [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ client-source-mqtt <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ client-source-mqtt --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ client-source-mqtt --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ client-source-mqtt --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ client-source-mqtt --- [INFO] [INFO] -----------------< org.eclipse.lyo.store:store-parent >----------------- [INFO] Building Lyo :: Store :: _Parent 5.0.1.CR [24/25] [INFO] from store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-parent --- [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ store-parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ store-parent --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ store-parent --- [INFO] [INFO] ------------------< org.eclipse.lyo.store:store-core >------------------ [INFO] Building Lyo :: Store :: Core 5.0.1.CR [25/25] [INFO] from store/store-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ store-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ store-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ store-core --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M6:test (default-test) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.2.2:jar (default-jar) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:report (jacoco-site) @ store-core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- javadoc:3.3.2:jar (attach-javadocs) @ store-core --- [INFO] Configuration changed, re-generating javadoc. [INFO] Loading source files for package org.eclipse.lyo.store... Loading source files for package org.eclipse.lyo.store.internals... Loading source files for package org.eclipse.lyo.store.internals.query... Constructing Javadoc information... Standard Doclet version 11.0.18 Building tree for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/constant-values.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/serialized-form.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/ModelUnmarshallingException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/Store.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreAccessException.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StoreFactory.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/class-use/StorePool.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/DatasetBuilder.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/class-use/SparqlStoreImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/DatasetQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/JenaQueryExecutor.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorBasicAuthImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/class-use/SparqlQueryExecutorImpl.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/package-use.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/org/eclipse/lyo/store/internals/query/package-use.html... Building index for all the packages and classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-tree.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index-all.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allpackages-index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/deprecated-list.html... Building index for all classes... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/allclasses.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/index.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/overview-summary.html... Generating /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/apidocs/help-doc.html... 100 warnings [WARNING] Javadoc Warnings [WARNING] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javaee/7/api/ are in the unnamed module. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] javadoc: warning - The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/store-core-5.0.1.CR-javadoc.jar [INFO] [INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ store-core >>> [INFO] [INFO] --- enforcer:3.0.0:enforce (enforce-maven) @ store-core --- [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (jacoco-initialize) @ store-core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0/store/store-core/target/jacoco.exec [INFO] [INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ store-core <<< [INFO] [INFO] [INFO] --- source:3.2.1:jar (attach-sources) @ store-core --- [INFO] [INFO] --- failsafe:3.0.0-M6:integration-test (default) @ store-core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M6:verify (default) @ store-core --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ store-core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ store-core --- [INFO] Skipping artifact installation [INFO] [INFO] --- deploy:3.0.0-M2:deploy (default-deploy) @ store-core --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Lyo :: _Parent 5.0.1.CR: [INFO] [INFO] Lyo :: _Parent ..................................... SUCCESS [ 2.078 s] [INFO] Lyo :: Core :: _Parent ............................. SUCCESS [ 0.428 s] [INFO] Lyo :: Core :: OSLC ................................ SUCCESS [ 6.586 s] [INFO] Lyo :: Core :: Query ............................... SUCCESS [ 5.912 s] [INFO] Lyo :: Core :: Jena Provider ....................... SUCCESS [ 4.796 s] [INFO] Lyo :: Core :: TRS ................................. SUCCESS [ 4.537 s] [INFO] Lyo :: Core :: JSON4J Provider (legacy) ............ SUCCESS [ 4.361 s] [INFO] Lyo :: Core :: Utilities ........................... SUCCESS [ 4.052 s] [INFO] Lyo :: Core :: SHACL ............................... SUCCESS [ 4.431 s] [INFO] Lyo :: Domains ..................................... SUCCESS [ 5.676 s] [INFO] Lyo :: Client :: _Parent ........................... SUCCESS [ 0.452 s] [INFO] Lyo :: Client :: Base .............................. SUCCESS [ 4.380 s] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) ............. SUCCESS [ 4.816 s] [INFO] Lyo :: Client :: Resources (legacy) ................ SUCCESS [ 7.324 s] [INFO] Lyo :: Server :: _Parent ........................... SUCCESS [ 0.460 s] [INFO] Lyo :: Server :: OAuth Core ........................ SUCCESS [ 4.347 s] [INFO] Lyo :: Server :: OAuth Consumer Store .............. SUCCESS [ 4.095 s] [INFO] Lyo :: Server :: OAuth Webapp ...................... SUCCESS [ 4.297 s] [INFO] Lyo :: Server:: OSLC UI model classes .............. SUCCESS [ 3.987 s] [INFO] Lyo :: TRS :: Server ............................... SUCCESS [ 4.330 s] [INFO] Lyo :: TRS :: Client :: _Parent .................... SUCCESS [ 0.654 s] [INFO] Lyo :: TRS :: Client :: Client library ............. SUCCESS [ 16.103 s] [INFO] Lyo :: TRS :: Client :: MQTT source ................ SUCCESS [ 13.275 s] [INFO] Lyo :: Store :: _Parent ............................ SUCCESS [ 0.417 s] [INFO] Lyo :: Store :: Core ............................... SUCCESS [ 5.231 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:57 min [INFO] Finished at: 2023-04-27T22:45:51Z [INFO] ------------------------------------------------------------------------ [Pipeline] sshagent [ssh-agent] Using credentials genie.lyo (ssh://genie.lyo@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-7g9fTxBqVS0j/agent.7172 SSH_AGENT_PID=7174 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0@tmp/private_key_12485982020251818751.key (/home/jenkins/agent/workspace/Lyo_multibranch_maint-5.0@tmp/private_key_12485982020251818751.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/all ++ mvn -q -Dexec.executable=echo '-Dexec.args=${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec ++ tail -n 1 ++ xargs + VERSION=5.0.1.CR + ssh genie.lyo@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lyo/docs/all/5.0.1.CR + ssh genie.lyo@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lyo/docs/all/5.0.1.CR + scp -rp target/site/apidocs/ genie.lyo@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lyo/docs/all/5.0.1.CR [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 7174 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish latest Javadocs) Stage "Publish latest Javadocs" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS