Started by an SCM change Running as SYSTEM Agent basic-7gx67 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-7gx67" namespace: "jsonp" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jsonp.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-7gx67" - 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-7gx67" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.jsonp.svc.cluster.local/jsonp/" 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-jsonp" 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-7gx67 (basic) in workspace /home/jenkins/agent/workspace/TCK_jsonp_build The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/jakartaee/jsonp-api.git > git init /home/jenkins/agent/workspace/TCK_jsonp_build # timeout=10 Fetching upstream changes from https://github.com/jakartaee/jsonp-api.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/jakartaee/jsonp-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/jakartaee/jsonp-api.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision a75c9ab8455c4d04b787a6eb18fde5b855ba632c (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a75c9ab8455c4d04b787a6eb18fde5b855ba632c # timeout=10 Commit message: "fix JsonParser javadoc" > git rev-list --no-walk 04b4354e7fe1776ec69968720240f8a2ed174784 # timeout=10 [TCK_jsonp_build] $ /bin/bash -ex /tmp/jenkins919767274228703551.sh + TOOLS_PREFIX=/opt/tools + MVN_HOME=/opt/tools/apache-maven/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + cd tck + mvn -V -U -C -B clean install -Pstaging,snapshots Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Jakarta JSON Processing TCK [pom] [INFO] jakarta.json-tck-common [jar] [INFO] jakarta.json-tck-tests [jar] [INFO] jakarta.json-tck-tests-pluggability [jar] [INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 [pom] [INFO] JSONP TCK EFTL Distribution [pom] [INFO] JSONP TCK EPL Distribution [pom] [INFO] [INFO] -------------------< jakarta.json:jakarta.json-tck >-------------------- [INFO] Building Jakarta JSON Processing TCK 2.1.0-SNAPSHOT [1/7] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.json-tck --- [INFO] [INFO] --- install:3.1.0:install (default-install) @ jakarta.json-tck --- [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck/2.1.0-SNAPSHOT/jakarta.json-tck-2.1.0-SNAPSHOT.pom [INFO] [INFO] ----------------< jakarta.json:jakarta.json-tck-common >---------------- [INFO] Building jakarta.json-tck-common 2.1.0-SNAPSHOT [2/7] [INFO] from tck-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.json-tck-common --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ jakarta.json-tck-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jakarta.json-tck-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/target/classes [INFO] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/main/java/ee/jakarta/tck/jsonp/common/JSONP_Util.java: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/main/java/ee/jakarta/tck/jsonp/common/JSONP_Util.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/main/java/ee/jakarta/tck/jsonp/common/JSONP_Util.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ jakarta.json-tck-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jakarta.json-tck-common --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ jakarta.json-tck-common --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jakarta.json-tck-common --- [INFO] Building jar: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/target/jakarta.json-tck-common-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck-common --- [INFO] Building jar: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/target/jakarta.json-tck-common-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ jakarta.json-tck-common --- [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-common/2.1.0-SNAPSHOT/jakarta.json-tck-common-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/target/jakarta.json-tck-common-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-common/2.1.0-SNAPSHOT/jakarta.json-tck-common-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/target/jakarta.json-tck-common-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-common/2.1.0-SNAPSHOT/jakarta.json-tck-common-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------------< jakarta.json:jakarta.json-tck-tests >----------------- [INFO] Building jakarta.json-tck-tests 2.1.0-SNAPSHOT [3/7] [INFO] from tck-tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.json-tck-tests --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ jakarta.json-tck-tests --- [INFO] Copying 24 resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jakarta.json-tck-tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/target/classes [INFO] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/ApiCheckDriver.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/ApiCheckDriver.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/ApiCheckDriver.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/ApiCheckDriver.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ jakarta.json-tck-tests --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jakarta.json-tck-tests --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ jakarta.json-tck-tests --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jakarta.json-tck-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/target/jakarta.json-tck-tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck-tests --- [INFO] Building jar: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/target/jakarta.json-tck-tests-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ jakarta.json-tck-tests --- [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-tests/2.1.0-SNAPSHOT/jakarta.json-tck-tests-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/target/jakarta.json-tck-tests-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-tests/2.1.0-SNAPSHOT/jakarta.json-tck-tests-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/target/jakarta.json-tck-tests-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-tests/2.1.0-SNAPSHOT/jakarta.json-tck-tests-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ----------< jakarta.json:jakarta.json-tck-tests-pluggability >---------- [INFO] Building jakarta.json-tck-tests-pluggability 2.1.0-SNAPSHOT [4/7] [INFO] from tck-tests-pluggability/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.json-tck-tests-pluggability --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ jakarta.json-tck-tests-pluggability --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ jakarta.json-tck-tests-pluggability --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ jakarta.json-tck-tests-pluggability --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/src/test/resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ jakarta.json-tck-tests-pluggability --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0:test (default-test) @ jakarta.json-tck-tests-pluggability --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jakarta.json-tck-tests-pluggability --- [INFO] Building jar: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/target/jakarta.json-tck-tests-pluggability-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck-tests-pluggability --- [INFO] Building jar: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/target/jakarta.json-tck-tests-pluggability-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- install:3.1.0:install (default-install) @ jakarta.json-tck-tests-pluggability --- [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-tests-pluggability/2.1.0-SNAPSHOT/jakarta.json-tck-tests-pluggability-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/target/jakarta.json-tck-tests-pluggability-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-tests-pluggability/2.1.0-SNAPSHOT/jakarta.json-tck-tests-pluggability-2.1.0-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/target/jakarta.json-tck-tests-pluggability-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-tests-pluggability/2.1.0-SNAPSHOT/jakarta.json-tck-tests-pluggability-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] ------------------< jakarta.json:jakarta.json-tck-ug >------------------ [INFO] Building Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 2.1.0-SNAPSHOT [5/7] [INFO] from tck-docs/userguide/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'properties' is unknown for plugin 'jbake-maven-plugin:0.3.3:generate (build-site)' [WARNING] Parameter 'imagesDir' is unknown for plugin 'asciidoctor-maven-plugin:2.1.0:process-asciidoc (generate-pdf-doc)' [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ jakarta.json-tck-ug --- [INFO] Deleting /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content (includes = [toc.adoc], excludes = []) [INFO] [INFO] --- enforcer:3.0.0-M3:enforce (enforce-versions) @ jakarta.json-tck-ug --- [INFO] [INFO] --- glassfish-doc:1.3:toc (generate-toc) @ jakarta.json-tck-ug --- [INFO] [INFO] --- glassfish-doc:1.3:book (generate-book) @ jakarta.json-tck-ug --- [INFO] [INFO] --- jbake:0.3.3:generate (build-site) @ jakarta.json-tck-ug --- [WARNING] Template engine not available: org.jbake.template.GroovyMarkupTemplateEngine [WARNING] Template engine not available: org.jbake.template.PebbleTemplateEngine [WARNING] Template engine not available: org.jbake.template.GroovyTemplateEngine [WARNING] Template engine not available: org.jbake.template.ThymeleafTemplateEngine [WARNING] Template engine not available: org.jbake.template.JadeTemplateEngine [INFO] Baking has started... Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Detected limit of amount of simultaneously open files is 1048576, limit of open files for disk cache will be set to 523776 Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: 270107283456 B/257594 MB/251 GB of physical memory were detected on machine Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-podd29ce3a6_5ffb_47e7_8bdc_3d921b956675.slice/crio-dbf91deda16dab1ae521b673f9c25d74099169072fa694eaabd3724f15fc9835.scope' Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory' Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-podd29ce3a6_5ffb_47e7_8bdc_3d921b956675.slice/crio-dbf91deda16dab1ae521b673f9c25d74099169072fa694eaabd3724f15fc9835.scope' path for memory cgroup, it is supposed that process is running in container, will try to read root '/sys/fs/cgroup/memory' memory cgroup data Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: cgroup hard memory limit is 4294967296 B/4096 MB/4 GB Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Detected memory limit for current process is 4294967296 B/4096 MB/4 GB Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: JVM can use maximum 1024MB of heap memory Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Because OrientDB is running inside a container 12% of memory will be left unallocated according to the setting 'memory.leftToContainer' not taking into account heap memory Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: OrientDB auto-config DISKCACHE=2,580MB (heap=1,024MB os=4,096MB) Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: System is started under an effective user : `jenkins` Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Allocation of 39216 pages. Apr 20, 2023 4:09:59 AM com.orientechnologies.common.log.OLogManager log INFO: Storage 'memory:cache' is created under OrientDB distribution : 3.0.30 - Veloce (build eae50981ca31c79c85e4524fb376fced313acc23, branch UNKNOWN) [WARNING] Unable to load a suitable rendering engine for extensions [md] [INFO] register new extractors for document type: masterindex [INFO] register new extractors for document type: tagsindex [INFO] register new extractors for document type: sitemap [INFO] Initializing Asciidoctor engine... [INFO] Asciidoctor engine initialized. [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/config.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/debug.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/faq.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/install.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/intro.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/preface.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/rebuild.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/rules.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/title.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/toc.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/using.adoc]... : new [INFO] Content detected: [INFO] Parsed 11 files of type: page [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/toc.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/using.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/title.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/rules.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/rebuild.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/preface.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/config.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/intro.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/install.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/faq.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/staging/debug.html]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/assets/README.md]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/assets/_config.yml]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/assets/css/style.css]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/README]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/attributes.conf]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/debug-tips.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/defns.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/install-server-vi.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/install-server.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/intro.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/packages.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/platforms.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/rebuild.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/req-software.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/rules.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/tck-packages.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/title.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/src/main/jbake/content/using.inc]... done! [INFO] Baking finished! [INFO] Baked 11 items in 7435ms Apr 20, 2023 4:10:06 AM com.orientechnologies.common.log.OLogManager log INFO: - shutdown storage: cache... [INFO] [INFO] --- asciidoctor:2.1.0:process-asciidoc (generate-pdf-doc) @ jakarta.json-tck-ug --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 15 resources [INFO] Converted /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/book/book.adoc [INFO] [INFO] --- assembly:3.3.0:single (distribution) @ jakarta.json-tck-ug --- [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] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/jakarta.json-tck-ug-2.1.0-SNAPSHOT.zip [INFO] [INFO] --- install:3.1.0:install (default-install) @ jakarta.json-tck-ug --- [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-ug/2.1.0-SNAPSHOT/jakarta.json-tck-ug-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-docs/userguide/target/jakarta.json-tck-ug-2.1.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-ug/2.1.0-SNAPSHOT/jakarta.json-tck-ug-2.1.0-SNAPSHOT.zip [INFO] [INFO] --------------< jakarta.json:jakarta.json-tck-dist-eftl >--------------- [INFO] Building JSONP TCK EFTL Distribution 2.1.0-SNAPSHOT [6/7] [INFO] from tck-dist-eftl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.json-tck-dist-eftl --- [INFO] [INFO] --- assembly:3.3.0:single (distribution) @ jakarta.json-tck-dist-eftl --- [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. [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [WARNING] Cannot include project artifact: jakarta.json:jakarta.json-tck-dist-eftl:pom:2.1.0-SNAPSHOT; it doesn't have an associated file or directory. [INFO] Building zip: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist-eftl/target/jakarta-jsonp-tck-2.1.0-SNAPSHOT.zip [INFO] [INFO] --- install:3.1.0:install (default-install) @ jakarta.json-tck-dist-eftl --- [INFO] Skipping artifact installation [INFO] [INFO] ---------------< jakarta.json:jakarta.json-tck-dist-epl >--------------- [INFO] Building JSONP TCK EPL Distribution 2.1.0-SNAPSHOT [7/7] [INFO] from tck-dist-epl/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.json-tck-dist-epl --- [INFO] [INFO] --- dependency:3.2.0:unpack (unpack) @ jakarta.json-tck-dist-epl --- [INFO] Configured Artifact: jakarta.json:jakarta.json-tck-dist-eftl:2.1.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist-eftl/target/jakarta-jsonp-tck-2.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist-epl/target/generated with includes "" and excludes "**/LICENSE.md" [INFO] [INFO] --- assembly:3.3.0:single (distribution) @ jakarta.json-tck-dist-epl --- [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. [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist-epl/target/jsonp-tck-2.1.0-SNAPSHOT.zip [INFO] [INFO] --- install:3.1.0:install (default-install) @ jakarta.json-tck-dist-epl --- [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist-epl/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-dist-epl/2.1.0-SNAPSHOT/jakarta.json-tck-dist-epl-2.1.0-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist-epl/target/jsonp-tck-2.1.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-dist-epl/2.1.0-SNAPSHOT/jakarta.json-tck-dist-epl-2.1.0-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta JSON Processing TCK 2.1.0-SNAPSHOT: [INFO] [INFO] Jakarta JSON Processing TCK ........................ SUCCESS [ 1.600 s] [INFO] jakarta.json-tck-common ............................ SUCCESS [ 11.378 s] [INFO] jakarta.json-tck-tests ............................. SUCCESS [ 2.438 s] [INFO] jakarta.json-tck-tests-pluggability ................ SUCCESS [ 0.386 s] [INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SUCCESS [ 47.510 s] [INFO] JSONP TCK EFTL Distribution ........................ SUCCESS [ 0.375 s] [INFO] JSONP TCK EPL Distribution ......................... SUCCESS [ 9.526 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:13 min [INFO] Finished at: 2023-04-20T04:10:42Z [INFO] ------------------------------------------------------------------------ Archiving artifacts Recording fingerprints Recording test results No test report files were found. Configuration error? None of the test reports contained any result [Checks API] No suitable checks publisher found. [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/TCK_jsonp_build') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 0 issues (skipped 0 duplicates) [Java Compiler] Skipping post processing [Java Compiler] No filter has been set, publishing all 0 issues [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/TCK_jsonp_build') [Java Compiler] Successfully parsed console log [Java Compiler] -> found 0 issues (skipped 0 duplicates) [Java Compiler] Skipping post processing [Java Compiler] No filter has been set, publishing all 0 issues [Java Compiler] Repository miner is not configured, skipping repository mining [Java Compiler] Reference build recorder is not configured [Java Compiler] Obtaining reference build from same job (TCK_jsonp_build) [Java Compiler] Using reference build 'TCK_jsonp_build #19' to compute new, fixed, and outstanding issues [Java Compiler] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [Java Compiler] No quality gates have been set - skipping [Java Compiler] Health report is disabled - skipping [Java Compiler] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [Java Compiler] Attaching ResultAction with ID 'java' to build 'TCK_jsonp_build #20'. [Checks API] No suitable checks publisher found. [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/TCK_jsonp_build') [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/TCK_jsonp_build') [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/TCK_jsonp_build') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Successfully parsed console log [JavaDoc] -> found 0 issues (skipped 0 duplicates) [JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/TCK_jsonp_build') [JavaDoc] Skipping post processing [JavaDoc] No filter has been set, publishing all 0 issues [JavaDoc] Repository miner is not configured, skipping repository mining [JavaDoc] Reference build recorder is not configured [JavaDoc] Obtaining reference build from same job (TCK_jsonp_build) [JavaDoc] Using reference build 'TCK_jsonp_build #19' to compute new, fixed, and outstanding issues [JavaDoc] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0 [JavaDoc] No quality gates have been set - skipping [JavaDoc] Health report is disabled - skipping [JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues) [JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'TCK_jsonp_build #20'. [Checks API] No suitable checks publisher found. Finished: SUCCESS