Skip to content
Failed

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-z23gd is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-z23gd"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jsonb.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-z23gd"
    - 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-z23gd"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jsonb.svc.cluster.local/jsonb/"
    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-jsonb"
      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-z23gd (basic) in workspace /home/jenkins/agent/workspace/TCK_build_snapshot
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/jsonb-api
 > git init /home/jenkins/agent/workspace/TCK_build_snapshot # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/jsonb-api
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/jsonb-api +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/jsonb-api # 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 362c22e7bca4d8dd354370401cda38bc74a44cec (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 362c22e7bca4d8dd354370401cda38bc74a44cec # timeout=10
Commit message: "minor wording changes (#316)"
 > git rev-list --no-walk 362c22e7bca4d8dd354370401cda38bc74a44cec # timeout=10
[TCK_build_snapshot] $ /bin/bash -ex /tmp/jenkins4308741174806736882.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
+ mvn clean install -f tck-docs/userguide/pom.xml
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------< jakarta.json.bind:jakarta.json.bind-tck-ug >-------------
[INFO] Building Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Binding for Jakarta EE, Release 3.0 3.0.0-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jakarta.json.bind-tck-ug ---
[INFO] Deleting /home/jenkins/agent/workspace/TCK_build_snapshot/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.bind-tck-ug ---
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.3:toc (generate-toc) @ jakarta.json.bind-tck-ug ---
[INFO] 
[INFO] --- glassfish-doc-maven-plugin:1.3:book (generate-book) @ jakarta.json.bind-tck-ug ---
[INFO] 
[INFO] --- jbake-maven-plugin:0.3.3:generate (build-site) @ jakarta.json.bind-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 22, 2022 2:03:09 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 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: 33469800448 B/31919 MB/31 GB of physical memory were detected on machine
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Soft memory limit for this process is set to -1 B/-1 MB/-1 GB
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Hard memory limit for this process is set to -1 B/-1 MB/-1 GB
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Path to 'memory' cgroup is '/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod4203139a_6b21_4a6e_8942_f749ecce181d.slice/crio-ff1925b1dd6912ddd6ceae6f40445ded4674a09aa295e36d31c660b44fef84db.scope'
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Mounting path for memory cgroup controller is '/sys/fs/cgroup/memory'
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Can not find '/sys/fs/cgroup/memory/kubepods.slice/kubepods-burstable.slice/kubepods-burstable-pod4203139a_6b21_4a6e_8942_f749ecce181d.slice/crio-ff1925b1dd6912ddd6ceae6f40445ded4674a09aa295e36d31c660b44fef84db.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 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: cgroup soft memory limit is 9223372036854771712 B/8796093022207 MB/8589934591 GB
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: cgroup hard memory limit is 4294967296 B/4096 MB/4 GB
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Detected memory limit for current process is 4294967296 B/4096 MB/4 GB
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: JVM can use maximum 1024MB of heap memory
Feb 22, 2022 2:03:09 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 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: OrientDB auto-config DISKCACHE=2,580MB (heap=1,024MB os=4,096MB)
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: System is started under an effective user : `jenkins`
Feb 22, 2022 2:03:09 PM com.orientechnologies.common.log.OLogManager log
INFO: Allocation of 39216 pages.
Feb 22, 2022 2:03:09 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-docs/userguide/src/main/jbake/content/config.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/debug.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/faq.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/install.adoc]...  : new 
Feb 22, 2022 2:03:16 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list
WARNING: <stdin>: line 297: list item index: expected 1, got 2
Feb 22, 2022 2:03:16 PM uri:classloader:/gems/asciidoctor-2.0.12/lib/asciidoctor/parser.rb parse_list
WARNING: <stdin>: line 301: list item index: expected 2, got 3
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/intro.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/preface.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/rebuild.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/rules.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/title.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/toc.adoc]...  : new 
[INFO] Processing [/home/jenkins/agent/workspace/TCK_build_snapshot/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-docs/userguide/target/staging/toc.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/using.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/title.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/rules.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/rebuild.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/preface.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/intro.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/install.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/faq.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/config.html]... done!
[INFO] Rendering [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/staging/debug.html]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/assets/README.md]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/assets/_config.yml]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/assets/css/style.css]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/assets/img/eclipse_foundation_logo_tiny.png]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/README]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/attributes.conf]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/config.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/debug-tips.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/defns.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/install-server-vi.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/install-server.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/intro.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/packages.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/platforms.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/rebuild.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/req-software.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/rules.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/tck-packages.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/title.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/using-examples.inc]... done!
[INFO] Copying [/home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/src/main/jbake/content/using.inc]... done!
[INFO] Baking finished!
[INFO] Baked 11 items in 8751ms
Feb 22, 2022 2:03:17 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.bind-tck-ug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] asciidoctor: WARN: intro.adoc: line 295: list item index: expected 1, got 2
[INFO] asciidoctor: WARN: intro.adoc: line 299: list item index: expected 2, got 3
[INFO] Converted /home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/book/book.adoc
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (distribution) @ jakarta.json.bind-tck-ug ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/jakarta.json.bind-tck-ug-3.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json.bind-tck-ug ---
[INFO] Installing /home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/pom.xml to /home/jenkins/.m2/repository/jakarta/json/bind/jakarta.json.bind-tck-ug/3.0.0-SNAPSHOT/jakarta.json.bind-tck-ug-3.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/TCK_build_snapshot/tck-docs/userguide/target/jakarta.json.bind-tck-ug-3.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/jakarta/json/bind/jakarta.json.bind-tck-ug/3.0.0-SNAPSHOT/jakarta.json.bind-tck-ug-3.0.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  47.153 s
[INFO] Finished at: 2022-02-22T14:03:44Z
[INFO] ------------------------------------------------------------------------
+ cd tck-dist
+ mvn clean deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< jakarta.json.bind:jakarta.json.bind-tck-dist >------------
[INFO] Building JSONB TCK Distribution 3.0.0-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json.bind-tck-dist ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (distribution) @ jakarta.json.bind-tck-dist ---
[INFO] Reading assembly descriptor: src/main/assembly/assembly.xml
[WARNING] Missing POM for jakarta.json.bind:jakarta.json.bind-tck:pom:3.0.0-SNAPSHOT
[WARNING] Missing POM for jakarta.json.bind:jakarta.json.bind-tck:jar:3.0.0-SNAPSHOT
[WARNING] Missing POM for jakarta.json.bind:jakarta.json.bind-tck:jar:sources:3.0.0-SNAPSHOT
[WARNING] Missing POM for jakarta.json.bind:jakarta.json.bind-tck:pom:3.0.0-SNAPSHOT
[WARNING] Missing POM for jakarta.json.bind:jakarta.json.bind-tck:jar:3.0.0-SNAPSHOT
[WARNING] Missing POM for jakarta.json.bind:jakarta.json.bind-tck:jar:sources:3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.584 s
[INFO] Finished at: 2022-02-22T14:03:51Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:single (distribution) on project jakarta.json.bind-tck-dist: Failed to create assembly: Failed to resolve dependencies for project: jakarta.json.bind:jakarta.json.bind-tck-dist:pom:3.0.0-SNAPSHOT: Missing:
[ERROR] ----------
[ERROR] 1) jakarta.json.bind:jakarta.json.bind-tck:pom:3.0.0-SNAPSHOT
[ERROR]   Path to dependency: 
[ERROR]   	1) jakarta.json.bind:jakarta.json.bind-tck-dist:pom:3.0.0-SNAPSHOT
[ERROR]   	2) jakarta.json.bind:jakarta.json.bind-tck:pom:3.0.0-SNAPSHOT
[ERROR] 
[ERROR] 2) jakarta.json.bind:jakarta.json.bind-tck:jar:3.0.0-SNAPSHOT
[ERROR] 
[ERROR]   Try downloading the file manually from the project website.
[ERROR] 
[ERROR]   Then, install it using the command: 
[ERROR]       mvn install:install-file -DgroupId=jakarta.json.bind -DartifactId=jakarta.json.bind-tck -Dversion=3.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[ERROR] 
[ERROR]   Alternatively, if you host your own repository you can deploy the file there: 
[ERROR]       mvn deploy:deploy-file -DgroupId=jakarta.json.bind -DartifactId=jakarta.json.bind-tck -Dversion=3.0.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] 
[ERROR]   Path to dependency: 
[ERROR]   	1) jakarta.json.bind:jakarta.json.bind-tck-dist:pom:3.0.0-SNAPSHOT
[ERROR]   	2) jakarta.json.bind:jakarta.json.bind-tck:jar:3.0.0-SNAPSHOT
[ERROR] 
[ERROR] 3) jakarta.json.bind:jakarta.json.bind-tck:jar:sources:3.0.0-SNAPSHOT
[ERROR] 
[ERROR]   Try downloading the file manually from the project website.
[ERROR] 
[ERROR]   Then, install it using the command: 
[ERROR]       mvn install:install-file -DgroupId=jakarta.json.bind -DartifactId=jakarta.json.bind-tck -Dversion=3.0.0-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file
[ERROR] 
[ERROR]   Alternatively, if you host your own repository you can deploy the file there: 
[ERROR]       mvn deploy:deploy-file -DgroupId=jakarta.json.bind -DartifactId=jakarta.json.bind-tck -Dversion=3.0.0-SNAPSHOT -Dclassifier=sources -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
[ERROR] 
[ERROR]   Path to dependency: 
[ERROR]   	1) jakarta.json.bind:jakarta.json.bind-tck-dist:pom:3.0.0-SNAPSHOT
[ERROR]   	2) jakarta.json.bind:jakarta.json.bind-tck:jar:sources:3.0.0-SNAPSHOT
[ERROR] 
[ERROR] ----------
[ERROR] 3 required artifacts are missing.
[ERROR] 
[ERROR] for artifact: 
[ERROR]   jakarta.json.bind:jakarta.json.bind-tck-dist:pom:3.0.0-SNAPSHOT
[ERROR] 
[ERROR] from the specified remote repositories:
[ERROR]   eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, releases=true, snapshots=false)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Execute shell' marked build as failure
Archiving artifacts
Finished: FAILURE