Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-jrwqj is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-jrwqj"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jsonp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-jrwqj"
    - 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-jrwqj"
    - 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-4.11.2"
    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-jrwqj (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/eclipse-ee4j/jsonp.git
 > git init /home/jenkins/agent/workspace/TCK_jsonp_build # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jsonp.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jsonp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jsonp.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 aa29ae68979e84970072aa4cda65ab31a1a2abb9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa29ae68979e84970072aa4cda65ab31a1a2abb9 # timeout=10
Commit message: "fix wrong provider name in the pluggability test"
 > git rev-list --no-walk bc37bf8aba26dafcf0e6ef2d97ca008dacba1ea4 # timeout=10
[TCK_jsonp_build] $ /bin/bash -ex /tmp/jenkins13940023767632423226.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.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
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.14.14-200.fc34.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] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck ---
[INFO] 
[INFO] --- maven-install-plugin:2.4: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] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.json-tck-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.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
[WARNING] /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.
[WARNING] /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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.json-tck-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jakarta.json-tck-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.json-tck-common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4: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] --- maven-source-plugin: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] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-common ---
[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/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-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] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.json-tck-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 24 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.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
[WARNING] /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.
[WARNING] /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.
[WARNING] /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.
[WARNING] /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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.json-tck-tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jakarta.json-tck-tests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.json-tck-tests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4: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] --- maven-source-plugin: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] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-tests ---
[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/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-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] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-tests-pluggability ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.json-tck-tests-pluggability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.json-tck-tests-pluggability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests-pluggability/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jakarta.json-tck-tests-pluggability ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.json-tck-tests-pluggability ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4: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] --- maven-source-plugin: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] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-tests-pluggability ---
[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/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-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] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin: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] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-versions) @ jakarta.json-tck-ug ---
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.3:toc (generate-toc) @ jakarta.json-tck-ug ---
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.3:book (generate-book) @ jakarta.json-tck-ug ---
[INFO] 
[INFO] --- jbake-maven-plugin: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...
Feb 23, 2022 5:10:03 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
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: 33469800448 B/31919 MB/31 GB of physical memory were detected on machine
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-poda1f163ed_182e_46a8_bac6_daae469843dc.slice/crio-8f2c2e9995c32604266e071b240db3e3053c7ab1024b4f08d874db4f89f5f89f.scope'
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory'
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-poda1f163ed_182e_46a8_bac6_daae469843dc.slice/crio-8f2c2e9995c32604266e071b240db3e3053c7ab1024b4f08d874db4f89f5f89f.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
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: cgroup hard memory limit is 4294967296 B/4096 MB/4 GB
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: Detected memory limit for current process is 4294967296 B/4096 MB/4 GB
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: JVM can use maximum 1024MB of heap memory
Feb 23, 2022 5:10:03 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
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: OrientDB auto-config DISKCACHE=2,580MB (heap=1,024MB os=4,096MB)
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: System is started under an effective user : `jenkins`
Feb 23, 2022 5:10:03 AM com.orientechnologies.common.log.OLogManager log
INFO: Allocation of 39216 pages.
Feb 23, 2022 5:10:03 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/intro.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/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 8963ms
Feb 23, 2022 5:10:12 AM com.orientechnologies.common.log.OLogManager log
INFO: - shutdown storage: cache...
[INFO] 
[INFO] --- asciidoctor-maven-plugin: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] --- maven-assembly-plugin:3.3.0:single (distribution) @ jakarta.json-tck-ug ---
[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] --- maven-install-plugin:2.4: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] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-dist-eftl ---
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (distribution) @ jakarta.json-tck-dist-eftl ---
[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] --- maven-install-plugin:2.4: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] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-dist-epl ---
[INFO] 
[INFO] --- maven-dependency-plugin: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] --- maven-assembly-plugin:3.3.0:single (distribution) @ jakarta.json-tck-dist-epl ---
[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] --- maven-install-plugin:2.4: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 [  2.729 s]
[INFO] jakarta.json-tck-common ............................ SUCCESS [ 14.289 s]
[INFO] jakarta.json-tck-tests ............................. SUCCESS [  2.353 s]
[INFO] jakarta.json-tck-tests-pluggability ................ SUCCESS [  0.311 s]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SUCCESS [ 47.698 s]
[INFO] JSONP TCK EFTL Distribution ........................ SUCCESS [  0.307 s]
[INFO] JSONP TCK EPL Distribution ......................... SUCCESS [  8.271 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:16 min
[INFO] Finished at: 2022-02-23T05:10:45Z
[INFO] ------------------------------------------------------------------------
Feb 23, 2022 5:10:45 AM com.orientechnologies.common.log.OLogManager log
INFO: Orient Engine is shutting down...
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] Sleeping for 5 seconds due to JENKINS-32191...
[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 #10' 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 #11'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Sleeping for 5 seconds due to JENKINS-32191...
[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] Reference build recorder is not configured
[JavaDoc] Obtaining reference build from same job (TCK_jsonp_build)
[JavaDoc] Using reference build 'TCK_jsonp_build #10' 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 #11'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS