Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-4v53q is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4v53q"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4v53q"
    - 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-4v53q"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.lyo.svc.cluster.local/lyo/"
    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-lyo"
      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-4v53q (basic) in workspace /home/jenkins/agent/workspace/lyo-monorepo
[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-bsk9NlcQQGiG/agent.79
SSH_AGENT_PID=81
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lyo-monorepo@tmp/private_key_16512425169195999206.key (/home/jenkins/agent/workspace/lyo-monorepo@tmp/private_key_16512425169195999206.key)
[ssh-agent] Using credentials genie.lyo (ssh://genie.lyo@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lyo.git
 > git init /home/jenkins/agent/workspace/lyo-monorepo # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/lyo.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lyo.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 cd2041b4210d6cfec09ba7adf9cacfaf256ae7b4 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cd2041b4210d6cfec09ba7adf9cacfaf256ae7b4 # timeout=10
Commit message: "Switch to Jena 4.4.0 (#241)"
 > git rev-list --no-walk 5b23d9ef2ac328c56daa8c1645128c0ef94d60e8 # timeout=10
[lyo-monorepo] $ /bin/sh -xe /tmp/jenkins16480735239719570153.sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 3759646E4D67684C: public key "Eclipse Lyo Project <lyo-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 3759646E4D67684C: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 08ED613334D5F73EFDA66EDE3759646E4D67684C trust
Secret subkeys are available.

pub  rsa4096/3759646E4D67684C
     created: 2020-11-30  expires: 2025-11-29  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/6C77C1A404FF49D1
     created: 2020-11-30  expires: 2025-11-29  usage: S   
[ unknown] (1). Eclipse Lyo Project <lyo-dev@eclipse.org>

pub  rsa4096/3759646E4D67684C
     created: 2020-11-30  expires: 2025-11-29  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/6C77C1A404FF49D1
     created: 2020-11-30  expires: 2025-11-29  usage: S   
[ unknown] (1). Eclipse Lyo Project <lyo-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/3759646E4D67684C
     created: 2020-11-30  expires: 2025-11-29  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/6C77C1A404FF49D1
     created: 2020-11-30  expires: 2025-11-29  usage: S   
[ unknown] (1). Eclipse Lyo Project <lyo-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key D305B6C2C43BFC1ADE4699EB6C77C1A404FF49D1 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2025-11-29
pub  rsa4096/3759646E4D67684C
     created: 2020-11-30  expires: 2025-11-29  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/6C77C1A404FF49D1
     created: 2020-11-30  expires: 2025-11-29  usage: S   
[ultimate] (1). Eclipse Lyo Project <lyo-dev@eclipse.org>

pub  rsa4096/3759646E4D67684C
     created: 2020-11-30  expires: 2025-11-29  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/6C77C1A404FF49D1
     created: 2020-11-30  expires: 2025-11-29  usage: S   
[ultimate] (1). Eclipse Lyo Project <lyo-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/3759646E4D67684C
     created: 2020-11-30  expires: 2025-11-29  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/6C77C1A404FF49D1
     created: 2020-11-30  expires: 2025-11-29  usage: S   
[ultimate] (1). Eclipse Lyo Project <lyo-dev@eclipse.org>

[lyo-monorepo] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f pom.xml install -N
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------------< org.eclipse.lyo:lyo-parent >---------------------
[INFO] Building Lyo :: _Parent 5.0.0-SNAPSHOT
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce) @ lyo-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ lyo-parent ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-monorepo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/lyo-parent/5.0.0-SNAPSHOT/lyo-parent-5.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.991 s
[INFO] Finished at: 2022-02-12T12:54:24Z
[INFO] ------------------------------------------------------------------------
[lyo-monorepo] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f pom.xml -B clean verify javadoc:aggregate -P gpg-sign,!eclipse-deploy,ossrh-deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Lyo :: _Parent                                                     [pom]
[INFO] Lyo :: Core :: _Parent                                             [pom]
[INFO] Lyo :: Core :: OSLC                                                [jar]
[INFO] Lyo :: Core :: Query                                               [jar]
[INFO] Lyo :: Core :: Jena Provider                                       [jar]
[INFO] Lyo :: Core :: TRS                                                 [jar]
[INFO] Lyo :: Core :: JSON4J Provider (legacy)                            [jar]
[INFO] Lyo :: Core :: Utilities                                           [jar]
[INFO] Lyo :: Core :: SHACL                                               [jar]
[INFO] Lyo :: Domains                                                     [jar]
[INFO] Lyo :: Client :: _Parent                                           [pom]
[INFO] Lyo :: Client :: Base                                              [jar]
[INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new)                             [jar]
[INFO] Lyo :: Client :: Resources (legacy)                                [jar]
[INFO] Lyo :: Server :: _Parent                                           [pom]
[INFO] Lyo :: Server :: OAuth Core                                        [jar]
[INFO] Lyo :: Server :: OAuth Consumer Store                              [jar]
[INFO] Lyo :: Server :: OAuth Webapp                                      [war]
[INFO] Lyo :: Server:: OSLC UI model classes                              [jar]
[INFO] Lyo :: TRS :: Server                                               [jar]
[INFO] Lyo :: TRS :: Client :: _Parent                                    [pom]
[INFO] Lyo :: TRS :: Client :: Client library                             [jar]
[INFO] Lyo :: TRS :: Client :: MQTT source                                [jar]
[INFO] Lyo :: Store :: _Parent                                            [pom]
[INFO] Lyo :: Store :: Core                                               [jar]
[INFO] 
[INFO] ---------------------< org.eclipse.lyo:lyo-parent >---------------------
[INFO] Building Lyo :: _Parent 5.0.0-SNAPSHOT                            [1/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lyo-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce) @ lyo-parent ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ lyo-parent ---
[INFO] 
[INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------
[INFO] Building Lyo :: Core :: _Parent 5.0.0-SNAPSHOT                    [2/25]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-core-build ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce) @ oslc4j-core-build ---
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ oslc4j-core-build ---
[INFO] 
[INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >---------------
[INFO] Building Lyo :: Core :: OSLC 5.0.0-SNAPSHOT                       [3/25]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oslc4j-core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce) @ oslc4j-core ---
[WARNING] Rule 4: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for org.slf4j:slf4j-api:1.7.32 paths to dependency are:
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.slf4j:slf4j-api:1.7.32
and
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.slf4j:jcl-over-slf4j:1.7.32
    +-org.slf4j:slf4j-api:1.7.32 (managed) <-- org.slf4j:slf4j-api:1.7.32
and
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.apache.jena:apache-jena-libs:4.4.0
    +-org.apache.jena:jena-shacl:4.4.0
      +-org.apache.jena:jena-arq:4.4.0
        +-org.apache.thrift:libthrift:0.15.0
          +-org.slf4j:slf4j-api:1.7.32 (managed) <-- org.slf4j:slf4j-api:1.7.28
and
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.apache.jena:apache-jena-libs:4.4.0
    +-org.apache.jena:jena-shacl:4.4.0
      +-org.apache.jena:jena-arq:4.4.0
        +-org.apache.jena:jena-core:4.4.0 (managed) <-- org.apache.jena:jena-core:4.4.0
          +-org.apache.jena:jena-base:4.4.0
            +-org.slf4j:slf4j-api:1.7.32 (managed) <-- org.slf4j:slf4j-api:1.7.35
, 
Require upper bound dependencies error for org.slf4j:jcl-over-slf4j:1.7.32 paths to dependency are:
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.slf4j:jcl-over-slf4j:1.7.32
and
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.apache.jena:apache-jena-libs:4.4.0
    +-org.apache.jena:jena-shacl:4.4.0
      +-org.apache.jena:jena-arq:4.4.0
        +-org.slf4j:jcl-over-slf4j:1.7.32 (managed) <-- org.slf4j:jcl-over-slf4j:1.7.35
and
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.apache.jena:apache-jena-libs:4.4.0
    +-org.apache.jena:jena-shacl:4.4.0
      +-org.apache.jena:jena-arq:4.4.0
        +-com.github.jsonld-java:jsonld-java:0.13.4
          +-org.slf4j:jcl-over-slf4j:1.7.32 [runtime] (managed) <-- org.slf4j:jcl-over-slf4j:1.7.32 [runtime]
, 
Require upper bound dependencies error for com.fasterxml.jackson.core:jackson-core:2.13.0 paths to dependency are:
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.apache.jena:apache-jena-libs:4.4.0
    +-org.apache.jena:jena-shacl:4.4.0
      +-org.apache.jena:jena-arq:4.4.0
        +-com.fasterxml.jackson.core:jackson-core:2.13.0 (managed) <-- com.fasterxml.jackson.core:jackson-core:2.13.1
and
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.apache.jena:apache-jena-libs:4.4.0
    +-org.apache.jena:jena-shacl:4.4.0
      +-org.apache.jena:jena-arq:4.4.0
        +-com.fasterxml.jackson.core:jackson-databind:2.13.0 (managed) <-- com.fasterxml.jackson.core:jackson-databind:2.13.1
          +-com.fasterxml.jackson.core:jackson-core:2.13.0 (managed) <-- com.fasterxml.jackson.core:jackson-core:2.13.0
, 
Require upper bound dependencies error for com.fasterxml.jackson.core:jackson-databind:2.13.0 paths to dependency are:
+-org.eclipse.lyo.oslc4j.core:oslc4j-core:5.0.0-SNAPSHOT
  +-org.apache.jena:apache-jena-libs:4.4.0
    +-org.apache.jena:jena-shacl:4.4.0
      +-org.apache.jena:jena-arq:4.4.0
        +-com.fasterxml.jackson.core:jackson-databind:2.13.0 (managed) <-- com.fasterxml.jackson.core:jackson-databind:2.13.1
]
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Lyo :: _Parent
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Lyo :: _Parent 5.0.0-SNAPSHOT:
[INFO] 
[INFO] Lyo :: _Parent ..................................... SUCCESS [  2.080 s]
[INFO] Lyo :: Core :: _Parent ............................. SUCCESS [  0.276 s]
[INFO] Lyo :: Core :: OSLC ................................ FAILURE [  5.276 s]
[INFO] Lyo :: Core :: Query ............................... SKIPPED
[INFO] Lyo :: Core :: Jena Provider ....................... SKIPPED
[INFO] Lyo :: Core :: TRS ................................. SKIPPED
[INFO] Lyo :: Core :: JSON4J Provider (legacy) ............ SKIPPED
[INFO] Lyo :: Core :: Utilities ........................... SKIPPED
[INFO] Lyo :: Core :: SHACL ............................... SKIPPED
[INFO] Lyo :: Domains ..................................... SKIPPED
[INFO] Lyo :: Client :: _Parent ........................... SKIPPED
[INFO] Lyo :: Client :: Base .............................. SKIPPED
[INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) ............. SKIPPED
[INFO] Lyo :: Client :: Resources (legacy) ................ SKIPPED
[INFO] Lyo :: Server :: _Parent ........................... SKIPPED
[INFO] Lyo :: Server :: OAuth Core ........................ SKIPPED
[INFO] Lyo :: Server :: OAuth Consumer Store .............. SKIPPED
[INFO] Lyo :: Server :: OAuth Webapp ...................... SKIPPED
[INFO] Lyo :: Server:: OSLC UI model classes .............. SKIPPED
[INFO] Lyo :: TRS :: Server ............................... SKIPPED
[INFO] Lyo :: TRS :: Client :: _Parent .................... SKIPPED
[INFO] Lyo :: TRS :: Client :: Client library ............. SKIPPED
[INFO] Lyo :: TRS :: Client :: MQTT source ................ SKIPPED
[INFO] Lyo :: Store :: _Parent ............................ SKIPPED
[INFO] Lyo :: Store :: Core ............................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.009 s
[INFO] Finished at: 2022-02-12T12:54:35Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0:enforce (enforce) on project oslc4j-core: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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 <args> -rf :oslc4j-core
Build step 'Invoke top-level Maven targets' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 81 killed;
[ssh-agent] Stopped.
Not sending mail to unregistered user noreply@github.com
Sending e-mails to: andriib@kth.se jad@kth.se jamsden@us.ibm.com
Finished: FAILURE