Started by user Dmitry Kornilov Running as Dmitry Kornilov Agent basic-1rcjm is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-1rcjm" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.jsonp.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-1rcjm" - 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-1rcjm" - 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-1rcjm (basic) in workspace /home/jenkins/agent/workspace/TCK_build_snapshot [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-YI3Ul9SdJ0Gn/agent.73 SSH_AGENT_PID=75 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/TCK_build_snapshot@tmp/private_key_1539752632170721674.key (/home/jenkins/agent/workspace/TCK_build_snapshot@tmp/private_key_1539752632170721674.key) [ssh-agent] Using credentials jsonp-bot (GitHub bot SSH) The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/jsonp.git > git init /home/jenkins/agent/workspace/TCK_build_snapshot # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/jsonp.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/TCK_build_snapshot@tmp/jenkins-gitclient-ssh1995272788585001340.key > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jsonp.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@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 bc37bf8aba26dafcf0e6ef2d97ca008dacba1ea4 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f bc37bf8aba26dafcf0e6ef2d97ca008dacba1ea4 # timeout=10 Commit message: "separate update profile for TCK gh-pages" > git rev-list --no-walk 67464aac5583b9178ae64edd084c52ffdf093325 # timeout=10 [TCK_build_snapshot] $ /bin/bash -ex /tmp/jenkins2814566602713950387.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:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7 + HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.2.0 + cd tck + mvn clean install -Pstaging [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_build_snapshot/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_build_snapshot/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_build_snapshot/tck/tck-common/target/classes [WARNING] /home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-common/src/main/java/ee/jakarta/tck/jsonp/common/JSONP_Util.java: /home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/tck/tck-tests/target/classes [WARNING] /home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/SigTestRecorder.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/SigTestRecorder.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/signaturetest/SigTestResult.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-tests/src/main/java/ee/jakarta/tck/jsonp/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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 21, 2022 6:07:07 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 Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: 33469800448 B/31919 MB/31 GB of physical memory were detected on machine Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod8511cec5_1be4_4e07_bf51_06dd55a5d6a6.slice/crio-2ae767853e10a88505b781d6502f02a155a62d6d9ebd531ca3dd237bb6f4648d.scope' Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory' Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod8511cec5_1be4_4e07_bf51_06dd55a5d6a6.slice/crio-2ae767853e10a88505b781d6502f02a155a62d6d9ebd531ca3dd237bb6f4648d.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 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: cgroup hard memory limit is 4294967296 B/4096 MB/4 GB Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: Detected memory limit for current process is 4294967296 B/4096 MB/4 GB Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: JVM can use maximum 1024MB of heap memory Feb 21, 2022 6:07:07 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 Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: OrientDB auto-config DISKCACHE=2,580MB (heap=1,024MB os=4,096MB) Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: System is started under an effective user : `jenkins` Feb 21, 2022 6:07:07 PM com.orientechnologies.common.log.OLogManager log INFO: Allocation of 39216 pages. Feb 21, 2022 6:07:08 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. [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/config.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/debug.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/faq.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/install.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/intro.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/preface.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rebuild.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rules.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/title.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/toc.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/tck/tck-docs/userguide/target/staging/toc.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/using.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/title.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/rules.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/rebuild.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/preface.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/intro.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/config.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/install.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/faq.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/debug.html]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/README.md]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/_config.yml]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/css/style.css]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/README]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/attributes.conf]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/debug-tips.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/defns.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/install-server-vi.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/install-server.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/intro.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/packages.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/platforms.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rebuild.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/req-software.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rules.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/tck-packages.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/title.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/using.inc]... done! [INFO] Baking finished! [INFO] Baked 11 items in 8257ms Feb 21, 2022 6:07:15 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 15 resources [INFO] Converted /home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/tck/tck-dist-eftl/target/jakarta-jsonp-tck-2.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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 [ 3.018 s] [INFO] jakarta.json-tck-common ............................ SUCCESS [ 16.007 s] [INFO] jakarta.json-tck-tests ............................. SUCCESS [ 2.090 s] [INFO] jakarta.json-tck-tests-pluggability ................ SUCCESS [ 0.315 s] [INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SUCCESS [ 49.907 s] [INFO] JSONP TCK EFTL Distribution ........................ SUCCESS [ 0.297 s] [INFO] JSONP TCK EPL Distribution ......................... SUCCESS [ 8.090 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:20 min [INFO] Finished at: 2022-02-21T18:07:49Z [INFO] ------------------------------------------------------------------------ + mvn deploy -Pstaging,snapshots -am -pl :jakarta.json-tck-dist-epl -Dmaven.site.skip=true -Dmaven.site.deploy.skip=true -Dmaven.deploy.skip=true [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 EPL Distribution [pom] [INFO] [INFO] -------------------< jakarta.json:jakarta.json-tck >-------------------- [INFO] Building Jakarta JSON Processing TCK 2.1.0-SNAPSHOT [1/6] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck --- [INFO] Installing /home/jenkins/agent/workspace/TCK_build_snapshot/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] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jakarta.json-tck --- [INFO] Skipping artifact deployment [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-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_build_snapshot/tck/tck-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jakarta.json-tck-common --- [INFO] Nothing to compile - all classes are up to date [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_build_snapshot/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] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck-common --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-common --- [INFO] Installing /home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/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_build_snapshot/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] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jakarta.json-tck-common --- [INFO] Skipping artifact deployment [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-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] Nothing to compile - all classes are up to date [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_build_snapshot/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] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck-tests --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-tests --- [INFO] Installing /home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/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_build_snapshot/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] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jakarta.json-tck-tests --- [INFO] Skipping artifact deployment [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-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] Nothing to compile - all classes are up to date [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_build_snapshot/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] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck-tests-pluggability --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck-tests-pluggability --- [INFO] Installing /home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/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_build_snapshot/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] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jakarta.json-tck-tests-pluggability --- [INFO] Skipping artifact deployment [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-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 21, 2022 6:07:54 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 Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: 33469800448 B/31919 MB/31 GB of physical memory were detected on machine Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod8511cec5_1be4_4e07_bf51_06dd55a5d6a6.slice/crio-2ae767853e10a88505b781d6502f02a155a62d6d9ebd531ca3dd237bb6f4648d.scope' Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory' Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod8511cec5_1be4_4e07_bf51_06dd55a5d6a6.slice/crio-2ae767853e10a88505b781d6502f02a155a62d6d9ebd531ca3dd237bb6f4648d.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 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: cgroup hard memory limit is 4294967296 B/4096 MB/4 GB Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: Detected memory limit for current process is 4294967296 B/4096 MB/4 GB Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: JVM can use maximum 1024MB of heap memory Feb 21, 2022 6:07:54 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 Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: OrientDB auto-config DISKCACHE=2,580MB (heap=1,024MB os=4,096MB) Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: System is started under an effective user : `jenkins` Feb 21, 2022 6:07:54 PM com.orientechnologies.common.log.OLogManager log INFO: Allocation of 39216 pages. Feb 21, 2022 6:07:55 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. [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/config.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/debug.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/faq.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/install.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/intro.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/preface.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rebuild.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rules.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/title.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/toc.adoc]... : new [INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/tck/tck-docs/userguide/target/staging/toc.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/using.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/title.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/rules.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/rebuild.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/preface.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/intro.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/config.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/install.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/faq.html]... done! [INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/target/staging/debug.html]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/README.md]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/_config.yml]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/css/style.css]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/README]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/attributes.conf]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/debug-tips.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/defns.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/install-server-vi.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/install-server.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/intro.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/packages.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/platforms.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rebuild.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/req-software.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/rules.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/tck-packages.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/title.inc]... done! [INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck/tck-docs/userguide/src/main/jbake/content/using.inc]... done! [INFO] Baking finished! [INFO] Baked 11 items in 8010ms Feb 21, 2022 6:08:02 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 15 resources [INFO] Converted /home/jenkins/agent/workspace/TCK_build_snapshot/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_build_snapshot/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_build_snapshot/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_build_snapshot/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] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ jakarta.json-tck-ug --- [INFO] Skipping artifact deployment [INFO] [INFO] ---------------< jakarta.json:jakarta.json-tck-dist-epl >--------------- [INFO] Building JSONP TCK EPL Distribution 2.1.0-SNAPSHOT [6/6] [INFO] --------------------------------[ pom ]--------------------------------- [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 [WARNING] The POM for jakarta.json:jakarta.json-tck-dist-eftl:zip:2.1.0-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta JSON Processing TCK 2.1.0-SNAPSHOT: [INFO] [INFO] Jakarta JSON Processing TCK ........................ SUCCESS [ 1.230 s] [INFO] jakarta.json-tck-common ............................ SUCCESS [ 0.898 s] [INFO] jakarta.json-tck-tests ............................. SUCCESS [ 0.150 s] [INFO] jakarta.json-tck-tests-pluggability ................ SUCCESS [ 0.093 s] [INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SUCCESS [ 27.536 s] [INFO] JSONP TCK EPL Distribution ......................... FAILURE [ 0.712 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30.881 s [INFO] Finished at: 2022-02-21T18:08:22Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.2.0:unpack (unpack) on project jakarta.json-tck-dist-epl: Unable to find/resolve artifact. Could not find artifact jakarta.json:jakarta.json-tck-dist-eftl:zip:2.1.0-SNAPSHOT in sonatype-nexus-snapshots (https://jakarta.oss.sonatype.org/content/repositories/snapshots/) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :jakarta.json-tck-dist-epl Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 75 killed; [ssh-agent] Stopped. Skipped archiving because build is not successful Finished: FAILURE