Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-xrjqh is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-xrjqh"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lyo.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-xrjqh"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-xrjqh"
    - 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.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  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-xrjqh in workspace /home/jenkins/agent/workspace/lyo-ldp-master
[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-9N8OOJYX9wne/agent.62
SSH_AGENT_PID=64
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lyo-ldp-master@tmp/private_key_4238620713883135365.key (/home/jenkins/agent/workspace/lyo-ldp-master@tmp/private_key_4238620713883135365.key)
[ssh-agent] Using credentials genie.lyo (ssh://genie.lyo@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lyo.ldp.git
 > git init /home/jenkins/agent/workspace/lyo-ldp-master # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.ldp.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- https://github.com/eclipse/lyo.ldp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lyo.ldp.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lyo.ldp.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/lyo.ldp.git
 > git fetch --tags --force --progress -- https://github.com/eclipse/lyo.ldp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 93bd3b34645d5954b924d0a175066e11506a11c4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93bd3b34645d5954b924d0a175066e11506a11c4 # timeout=10
Commit message: "Update README.md"
 > git rev-list --no-walk 835c6cfc9c7c4b0c20a3c25fa2f20839036bfe97 # timeout=10
[lyo-ldp-master] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.lyo.ldp.build/pom.xml clean deploy javadoc:aggregate
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] LDP Reference Implementation :: Build                              [pom]
[INFO] Linked Data Platform Reference Implementation                      [jar]
[INFO] LDP Reference Implementation :: Jena Server                        [jar]
[INFO] LDP Reference Implementation :: Jena Server Webapp                 [war]
[INFO] LDP Reference Implementation :: Sample Loaders (Testsuite, NetWorth, Bugs) [jar]
[INFO] 
[INFO] -------------------< org.eclipse.lyo.ldp:ldp-build >--------------------
[INFO] Building LDP Reference Implementation :: Build 4.0.0-SNAPSHOT      [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ldp-build ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ ldp-build ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.build/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-build/4.0.0-SNAPSHOT/ldp-build-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ ldp-build ---
[INFO] 
[INFO] -------------------< org.eclipse.lyo.ldp:ldp-server >-------------------
[INFO] Building Linked Data Platform Reference Implementation 4.0.0-SNAPSHOT [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ldp-server ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ldp-server ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ldp-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ ldp-server ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ldp-server ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.lyo.ldp.server.URITest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec

Results :

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ldp-server ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server/target/ldp-server-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ ldp-server ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server/target/ldp-server-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-server/4.0.0-SNAPSHOT/ldp-server-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-server/4.0.0-SNAPSHOT/ldp-server-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ ldp-server ---
[INFO] 
[INFO] ----------------< org.eclipse.lyo.ldp:ldp-server-jena >-----------------
[INFO] Building LDP Reference Implementation :: Jena Server 4.0.0-SNAPSHOT [3/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ldp-server-jena ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-server-jena ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ldp-server-jena ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ldp-server-jena ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ldp-server-jena ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ldp-server-jena ---
[INFO] Surefire report directory: /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.lyo.ldp.server.jena.test.SlugTest
log4j:WARN No appenders could be found for logger (Jena).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Using dataset directory: null
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 sec

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ldp-server-jena ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/target/ldp-server-jena-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ ldp-server-jena ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/target/ldp-server-jena-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-server-jena/4.0.0-SNAPSHOT/ldp-server-jena-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-server-jena/4.0.0-SNAPSHOT/ldp-server-jena-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ ldp-server-jena ---
[INFO] 
[INFO] -------------------< org.eclipse.lyo.ldp:ldp-webapp >-------------------
[INFO] Building LDP Reference Implementation :: Jena Server Webapp 4.0.0-SNAPSHOT [4/5]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ldp-webapp ---
[INFO] Deleting /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.webapp (includes = [**/ldpnr-*], excludes = [])
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ldp-webapp ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ldp-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ldp-webapp ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ldp-webapp ---
[INFO] 
[INFO] --- maven-war-plugin:2.2:war (default-war) @ ldp-webapp ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ldp-webapp] in [/home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.webapp/target/ldp-webapp-4.0.0-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.webapp/src/main/webapp]
[INFO] Webapp assembled in [57 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.webapp/target/ldp-webapp-4.0.0-SNAPSHOT.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ ldp-webapp ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.webapp/target/ldp-webapp-4.0.0-SNAPSHOT.war to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-webapp/4.0.0-SNAPSHOT/ldp-webapp-4.0.0-SNAPSHOT.war
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.webapp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-webapp/4.0.0-SNAPSHOT/ldp-webapp-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ ldp-webapp ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] ---------------< org.eclipse.lyo.ldp:ldp-sample-loaders >---------------
[INFO] Building LDP Reference Implementation :: Sample Loaders (Testsuite, NetWorth, Bugs) 4.0.0-SNAPSHOT [5/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ldp-sample-loaders ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-sample-loaders ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 24 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ldp-sample-loaders ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.sample.loaders/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ldp-sample-loaders ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.sample.loaders/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ldp-sample-loaders ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ldp-sample-loaders ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ldp-sample-loaders ---
[INFO] Building jar: /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.sample.loaders/target/ldp-sample-loaders-4.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ ldp-sample-loaders ---
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.sample.loaders/target/ldp-sample-loaders-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-sample-loaders/4.0.0-SNAPSHOT/ldp-sample-loaders-4.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.sample.loaders/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lyo/ldp/ldp-sample-loaders/4.0.0-SNAPSHOT/ldp-sample-loaders-4.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) @ ldp-sample-loaders ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] -------------------< org.eclipse.lyo.ldp:ldp-build >--------------------
[INFO] Building LDP Reference Implementation :: Build 4.0.0-SNAPSHOT      [6/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.2.0:aggregate (default-cli) > compile @ ldp-build >>>
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking Linked Data Platform Reference Implementation 4.0.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ldp-server ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking LDP Reference Implementation :: Jena Server 4.0.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-server-jena ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lyo-ldp-master/org.eclipse.lyo.ldp.server.jena/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ldp-server-jena ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking LDP Reference Implementation :: Jena Server Webapp 4.0.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ldp-webapp ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] Forking LDP Reference Implementation :: Sample Loaders (Testsuite, NetWorth, Bugs) 4.0.0-SNAPSHOT
[INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ldp-sample-loaders ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 24 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ldp-sample-loaders ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.2.0:aggregate (default-cli) < compile @ ldp-build <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.2.0:aggregate (default-cli) @ ldp-build ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for LDP Reference Implementation :: Build 4.0.0-SNAPSHOT:
[INFO] 
[INFO] LDP Reference Implementation :: Build .............. SUCCESS [  1.328 s]
[INFO] Linked Data Platform Reference Implementation ...... SUCCESS [  4.775 s]
[INFO] LDP Reference Implementation :: Jena Server ........ SUCCESS [  3.764 s]
[INFO] LDP Reference Implementation :: Jena Server Webapp . SUCCESS [  2.055 s]
[INFO] LDP Reference Implementation :: Sample Loaders (Testsuite, NetWorth, Bugs) SUCCESS [  0.672 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.194 s
[INFO] Finished at: 2020-11-10T00:21:31Z
[INFO] ------------------------------------------------------------------------
[lyo-ldp-master] $ /bin/sh -xe /tmp/jenkins6587446040470869707.sh
+ STAGING_HOME=/shared/technology/lyo
+ cd org.eclipse.lyo.ldp.build
+ /opt/tools/apache-maven/latest/bin/mvn -q '-Dexec.executable=echo' '-Dexec.args=${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec
+ VERSION=4.0.0-SNAPSHOT
+ DOCS_HOME=/home/data/httpd/download.eclipse.org/lyo/docs/ldp/4.0.0-SNAPSHOT
+ ls org.eclipse.lyo.ldp.build/target
javadoc-bundle-options
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 64 killed;
[ssh-agent] Stopped.
Recording test results
Finished: SUCCESS