Skip to content

Console Output

Started by upstream project "jnosql-databases" build number 5685
originally caused by:
 Started by upstream project "jnosql-sonar" build number 2158
 originally caused by:
  Started by upstream project "jnosql" build number 2197
  originally caused by:
   Started by timer
Running as SYSTEM
Agent basic-jcqrm is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-jcqrm"
  namespace: "jnosql"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jnosql.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-jcqrm"
    - 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-jcqrm"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jnosql.svc.cluster.local/jnosql/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jnosql"
      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"

Building remotely on basic-jcqrm (basic) in workspace /home/jenkins/agent/workspace/jnosql-extensions
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/jnosql-extensions
 > git init /home/jenkins/agent/workspace/jnosql-extensions # timeout=10
Fetching upstream changes from https://github.com/eclipse/jnosql-extensions
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse/jnosql-extensions +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/jnosql-extensions # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 198db427ced6b81920d5934b11a39b4675c7264d (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 198db427ced6b81920d5934b11a39b4675c7264d # timeout=10
Commit message: "Merge pull request #117 from eclipse/add-grouping-emb"
 > git rev-list --no-walk 198db427ced6b81920d5934b11a39b4675c7264d # timeout=10
[jnosql-extensions] $ /opt/tools/apache-maven/latest/bin/mvn clean install
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jnosql-mapping-extensions                                          [pom]
[INFO] jnosql-lite-parent                                                 [pom]
[INFO] mapping-lite-processor                                             [jar]
[INFO] mapping-lite-key-value-test                                        [jar]
[INFO] mapping-lite-core-test                                             [jar]
[INFO] mapping-lite-document-test                                         [jar]
[INFO] mapping-lite-column-test                                           [jar]
[INFO] mapping-lite-graph-test                                            [jar]
[INFO] jnosql-graph-connections                                           [jar]
[INFO] jnosql-mapping-validation                                          [jar]
[INFO] 
[INFO] --------< org.eclipse.jnosql.mapping:jnosql-mapping-extensions >--------
[INFO] Building jnosql-mapping-extensions 1.1.1-SNAPSHOT                 [1/10]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-mapping-extensions ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-extensions ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-extensions/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 79 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-extensions ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-extensions/target/jacoco.exec
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-mapping-extensions ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-mapping-extensions >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-mapping-extensions ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-extensions/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 79 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-mapping-extensions ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-extensions/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-mapping-extensions <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-mapping-extensions ---
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-mapping-extensions ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-mapping-extensions ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-mapping-extensions ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql-extensions/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/mapping/jnosql-mapping-extensions/1.1.1-SNAPSHOT/jnosql-mapping-extensions-1.1.1-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.jnosql.lite:jnosql-lite-parent >-------------
[INFO] Building jnosql-lite-parent 1.1.1-SNAPSHOT                        [2/10]
[INFO]   from jnosql-lite/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jnosql-lite-parent ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-lite-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 80 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-lite-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/target/jacoco.exec
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ jnosql-lite-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ jnosql-lite-parent >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ jnosql-lite-parent ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 80 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 1 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ jnosql-lite-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ jnosql-lite-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ jnosql-lite-parent ---
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ jnosql-lite-parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ jnosql-lite-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ jnosql-lite-parent ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/lite/jnosql-lite-parent/1.1.1-SNAPSHOT/jnosql-lite-parent-1.1.1-SNAPSHOT.pom
[INFO] 
[INFO] -----------< org.eclipse.jnosql.lite:mapping-lite-processor >-----------
[INFO] Building mapping-lite-processor 1.1.1-SNAPSHOT                    [3/10]
[INFO]   from jnosql-lite/mapping-lite-processor/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ mapping-lite-processor ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ mapping-lite-processor ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 51 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 51 licenses.
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (copy-resources) @ mapping-lite-processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ mapping-lite-processor ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ mapping-lite-processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 9 resources
[INFO] 
[INFO] --- compiler:3.12.1:compile (default-compile) @ mapping-lite-processor ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 46 source files with javac [debug target 17] to target/classes
[INFO] 
[INFO] --- checkstyle:3.3.1:check (verify-style) @ mapping-lite-processor ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ mapping-lite-processor ---
[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/jnosql-extensions/jnosql-lite/mapping-lite-processor/src/test/resources
[INFO] 
[INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ mapping-lite-processor ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ mapping-lite-processor ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.jnosql.lite.mapping.LiteClassConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.jnosql.lite.mapping.LiteClassConverterTest
[INFO] Running org.eclipse.jnosql.lite.mapping.CollectionUtilTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.jnosql.lite.mapping.CollectionUtilTest
[INFO] Running org.eclipse.jnosql.lite.mapping.LiteClassScannerTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.jnosql.lite.mapping.LiteClassScannerTest
[INFO] Running org.eclipse.jnosql.lite.mapping.LiteConstructorBuilderSupplierTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.jnosql.lite.mapping.LiteConstructorBuilderSupplierTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ mapping-lite-processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/mapping-lite-processor-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> source:3.3.0:jar (attach-sources) > generate-sources @ mapping-lite-processor >>>
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ mapping-lite-processor ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 51 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 51 licenses.
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (copy-resources) @ mapping-lite-processor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 10 resources
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ mapping-lite-processor ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.3.0:jar (attach-sources) < generate-sources @ mapping-lite-processor <<<
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar (attach-sources) @ mapping-lite-processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/mapping-lite-processor-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ mapping-lite-processor ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/src/main/java/org/eclipse/jnosql/lite/mapping/EntityProcessor.java:55: warning: no comment
[WARNING] public class EntityProcessor extends AbstractProcessor {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/src/main/java/org/eclipse/jnosql/lite/mapping/EntityProcessor.java:82: warning: no comment
[WARNING] public EntityProcessor() {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/src/main/java/org/eclipse/jnosql/lite/mapping/repository/MethodGenerator.java:19: warning: no comment
[WARNING] public interface MethodGenerator {
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/src/main/java/org/eclipse/jnosql/lite/mapping/repository/MethodGenerator.java:21: warning: no comment
[WARNING] List<String> getLines();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/src/main/java/org/eclipse/jnosql/lite/mapping/repository/MethodGenerator.java:23: warning: no comment
[WARNING] boolean hasReturn();
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/src/main/java/org/eclipse/jnosql/lite/mapping/repository/RepositoryProcessor.java:32: warning: no comment
[WARNING] public class RepositoryProcessor extends AbstractProcessor {
[WARNING] ^
[WARNING] 6 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/mapping-lite-processor-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- jacoco:0.8.11:report (report) @ mapping-lite-processor ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/jacoco.exec
[INFO] Analyzed bundle 'mapping-lite-processor' with 84 classes
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ mapping-lite-processor ---
[INFO] Installing /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/jnosql/lite/mapping-lite-processor/1.1.1-SNAPSHOT/mapping-lite-processor-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/mapping-lite-processor-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/lite/mapping-lite-processor/1.1.1-SNAPSHOT/mapping-lite-processor-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/mapping-lite-processor-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/lite/mapping-lite-processor/1.1.1-SNAPSHOT/mapping-lite-processor-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-processor/target/mapping-lite-processor-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/jnosql/lite/mapping-lite-processor/1.1.1-SNAPSHOT/mapping-lite-processor-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------< org.eclipse.jnosql.lite:mapping-lite-key-value-test >---------
[INFO] Building mapping-lite-key-value-test 1.1.1-SNAPSHOT               [4/10]
[INFO]   from jnosql-lite/mapping-lite-key-value-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ mapping-lite-key-value-test ---
[INFO] 
[INFO] --- apache-rat:0.15:check (default) @ mapping-lite-key-value-test ---
[INFO] Added 1 additional default licenses.
[INFO] Enabled default license matchers.
[INFO] Added 1 custom approved licenses.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-key-value-test/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 74 implicit excludes.
[INFO] No excludes explicitly specified.
[INFO] 18 resources included
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 18 licenses.
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (prepare-agent) @ mapping-lite-key-value-test ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-key-value-test/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ mapping-lite-key-value-test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-key-value-test/src/main/resources
[INFO] 
[INFO] --- compiler:3.12.1:compile (default-compile) @ mapping-lite-key-value-test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug target 17] to target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-key-value-test/src/main/java/org/eclipse/jnosql/lite/mapping/entities/PersonRepository.java:[38,53] type jakarta.data.page.PageRequest does not take parameters
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jnosql-mapping-extensions 1.1.1-SNAPSHOT:
[INFO] 
[INFO] jnosql-mapping-extensions .......................... SUCCESS [  7.085 s]
[INFO] jnosql-lite-parent ................................. SUCCESS [  0.183 s]
[INFO] mapping-lite-processor ............................. SUCCESS [  9.821 s]
[INFO] mapping-lite-key-value-test ........................ FAILURE [  0.577 s]
[INFO] mapping-lite-core-test ............................. SKIPPED
[INFO] mapping-lite-document-test ......................... SKIPPED
[INFO] mapping-lite-column-test ........................... SKIPPED
[INFO] mapping-lite-graph-test ............................ SKIPPED
[INFO] jnosql-graph-connections ........................... SKIPPED
[INFO] jnosql-mapping-validation .......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.669 s
[INFO] Finished at: 2024-04-10T05:15:22Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project mapping-lite-key-value-test: Compilation failure
[ERROR] /home/jenkins/agent/workspace/jnosql-extensions/jnosql-lite/mapping-lite-key-value-test/src/main/java/org/eclipse/jnosql/lite/mapping/entities/PersonRepository.java:[38,53] type jakarta.data.page.PageRequest does not take parameters
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :mapping-lite-key-value-test
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: otaviopolianasantana@gmail.com lucasfurlaneto.s@gmail.com
Finished: FAILURE