Skip to content

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-vnklj is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-vnklj"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jsonp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-vnklj"
    - 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-vnklj"
    - 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.10.1"
    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-vnklj (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 630c0148ce27c25bb085241e1b4678d0b520e591 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 630c0148ce27c25bb085241e1b4678d0b520e591 # timeout=10
Commit message: "use final api/impl versions"
 > git rev-list --no-walk 630c0148ce27c25bb085241e1b4678d0b520e591 # timeout=10
[TCK_jsonp_build] $ /bin/bash -ex /tmp/jenkins10255073237924636776.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 clean install -Pstaging,snapshots
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] JSON-P 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 Distribution                                             [pom]
[INFO] 
[INFO] ---------------< jakarta.json:jakarta.json-tck-project >----------------
[INFO] Building JSON-P TCK 2.1.0-SNAPSHOT                                 [1/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-project ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-project ---
[INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck-project/2.1.0-SNAPSHOT/jakarta.json-tck-project-2.1.0-SNAPSHOT.pom
[INFO] 
[INFO] ----------------< jakarta.json:jakarta.json-tck-common >----------------
[INFO] Building jakarta.json-tck-common 2.1.0-SNAPSHOT                    [2/6]
[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/jakarta/jsonp/tck/common/JSONP_Util.java: /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/main/java/jakarta/jsonp/tck/common/JSONP_Util.java uses unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-common/src/main/java/jakarta/jsonp/tck/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/6]
[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/jakarta/jsonp/tck/signaturetest/SigTestDriver.java: Some input files use or override a deprecated API.
[WARNING] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/main/java/jakarta/jsonp/tck/signaturetest/SigTestDriver.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/main/java/jakarta/jsonp/tck/signaturetest/SigTestResult.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-tests/src/main/java/jakarta/jsonp/tck/signaturetest/SigTestResult.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/6]
[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/6]
[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...
Jan 26, 2022 12:13:05 PM 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
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: 33480892416 B/31929 MB/31 GB of physical memory were detected on machine
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod8e799475_b540_4b07_aa79_71463d0d943b.slice/crio-36b34e15899512a2f2c33d0e21afc812a809225b65600d182d7144ff16c79755.scope'
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory'
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod8e799475_b540_4b07_aa79_71463d0d943b.slice/crio-36b34e15899512a2f2c33d0e21afc812a809225b65600d182d7144ff16c79755.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
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: cgroup hard memory limit is 4294967296 B/4096 MB/4 GB
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: Detected memory limit for current process is 4294967296 B/4096 MB/4 GB
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: JVM can use maximum 1024MB of heap memory
Jan 26, 2022 12:13:05 PM 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
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: OrientDB auto-config DISKCACHE=2,580MB (heap=1,024MB os=4,096MB)
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: System is started under an effective user : `jenkins`
Jan 26, 2022 12:13:05 PM com.orientechnologies.common.log.OLogManager log
INFO: Allocation of 39216 pages.
Jan 26, 2022 12:13:05 PM 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.
Jan 26, 2022 12:13:09 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list_item
WARNING: <stdin>: line 97: list item index: expected b, got c
Jan 26, 2022 12:13:09 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list_item
WARNING: <stdin>: line 111: list item index: expected c, got d
Jan 26, 2022 12:13:09 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list_item
WARNING: <stdin>: line 171: list item index: expected b, got c
[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 
Jan 26, 2022 12:13:10 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list
WARNING: <stdin>: line 300: list item index: expected 1, got 2
Jan 26, 2022 12:13:10 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list
WARNING: <stdin>: line 305: list item index: expected 2, got 3
[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/config.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/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-examples.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 5563ms
Jan 26, 2022 12:13:10 PM 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 16 resources
[INFO] asciidoctor: WARN: intro.adoc: line 298: list item index: expected 1, got 2
[INFO] asciidoctor: WARN: intro.adoc: line 303: list item index: expected 2, got 3
[INFO] asciidoctor: WARN: config.adoc: line 95: list item index: expected b, got c
[INFO] asciidoctor: WARN: config.adoc: line 109: list item index: expected c, got d
[INFO] asciidoctor: WARN: config.adoc: line 169: list item index: expected b, got c
[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 >--------------------
[INFO] Building JSONP TCK Distribution 2.1.0-SNAPSHOT                     [6/6]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (distribution) @ jakarta.json-tck ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
[WARNING] Cannot include project artifact: jakarta.json:jakarta.json-tck: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/target/jsonp-tck-2.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck ---
[INFO] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist/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] Installing /home/jenkins/agent/workspace/TCK_jsonp_build/tck/tck-dist/target/jsonp-tck-2.1.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck/2.1.0-SNAPSHOT/jakarta.json-tck-2.1.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for JSON-P TCK 2.1.0-SNAPSHOT:
[INFO] 
[INFO] JSON-P TCK ......................................... SUCCESS [  2.842 s]
[INFO] jakarta.json-tck-common ............................ SUCCESS [ 18.469 s]
[INFO] jakarta.json-tck-tests ............................. SUCCESS [  1.889 s]
[INFO] jakarta.json-tck-tests-pluggability ................ SUCCESS [  0.253 s]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SUCCESS [ 41.310 s]
[INFO] JSONP TCK Distribution ............................. SUCCESS [  7.835 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:13 min
[INFO] Finished at: 2022-01-26T12:13:40Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
‘tck/target/*.jar’ doesn’t match anything: ‘tck’ exists but not ‘tck/target/*.jar’
ERROR: Step ‘Archive the artifacts’ failed: No artifacts found that match the file pattern "tck/target/*.jar". Configuration error?
Finished: FAILURE