Started by an SCM change Running as SYSTEM Agent basic-z1b10 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-z1b10" namespace: "lyo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.lyo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-z1b10" - 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-z1b10" - 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-3160.vd76b_9ddd10cc" 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-z1b10 (basic) in workspace /home/jenkins/agent/workspace/lyo-designer-master [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-yqPy79NllZgO/agent.49 SSH_AGENT_PID=51 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/lyo-designer-master@tmp/private_key_13861405687124045407.key (/home/jenkins/agent/workspace/lyo-designer-master@tmp/private_key_13861405687124045407.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.designer.git > git init /home/jenkins/agent/workspace/lyo-designer-master # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.designer.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/lyo.designer.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/lyo.designer.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 a081e5d2cb49cf231d85255d0e261aa7b5b1ab60 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a081e5d2cb49cf231d85255d0e261aa7b5b1ab60 # timeout=10 Commit message: "use jdk17 (#279)" > git rev-list --no-walk 33195649b54e871d347954eb879c440a70274f5f # timeout=10 [lyo-designer-master] $ /bin/sh -xe /tmp/jenkins5483555202681220944.sh [lyo-designer-master] $ /opt/tools/apache-maven/3.9.6/bin/mvn clean verify -B -P plugins-only [INFO] Scanning for projects... [WARNING] The POM for org.apache.commons:commons-compress:jar:1.25.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-net:commons-net:jar:3.10.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [WARNING] The POM for jakarta.activation:jakarta.activation-api:jar:1.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.14.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-codec:commons-codec:jar:1.15 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.lyo.oslc4j.plugins [pom] [INFO] tools-parent [pom] [INFO] [INFO] --------< org.eclipse.lyo.tools:org.eclipse.lyo.oslc4j.plugins >-------- [INFO] Building org.eclipse.lyo.oslc4j.plugins 6.0.0-SNAPSHOT [1/2] [INFO] from org.eclipse.lyo.oslc4j.plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lyo.oslc4j.plugins --- [WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- p2:2.0.0:site (default-cli) @ org.eclipse.lyo.oslc4j.plugins --- [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] Parameter 'featureDefinitions' is read-only, must not be used in configuration [info] Resolved 0 features [info] Resolving artifact=[org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final] transitive=[true] source=[false] [WARNING] The POM for org.apache.commons:commons-csv:jar:1.10.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-lang3:jar:3.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for org.apache.commons:commons-compress:jar:1.23.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for commons-cli:commons-cli:jar:1.5.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] Resolving artifact=[org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] oslc4j-jena-provider-5.1.1.Final.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] Resolving artifact=[org.eclipse.lyo.core.query:oslc-query:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] oslc-query-5.1.1.Final.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] antlr-runtime-3.5.3.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-jena-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.core.query:oslc-query:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-query-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-model-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-settings-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] classgraph-4.8.143.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [warn] Skip artifact=[org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final]: The JAR/ZIP file (/home/jenkins/.m2/repository/org/apache/jena/apache-jena-libs/4.8.0/apache-jena-libs-4.8.0.pom) seems corrupted, error: zip END header not found [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfpatch-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-arq-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-core-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shaded-guava-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-csv-1.10.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-io-2.11.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-compress-1.23.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] collection-0.7.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-iri-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-cli-1.5.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jsonld-java-0.13.4.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] httpclient-cache-4.5.14.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-core-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-databind-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-annotations-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] titanium-json-ld-1.3.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.json-2.0.1.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] protobuf-java-3.22.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] libthrift-0.18.1.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-lang3-3.12.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shacl-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shex-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb2-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-storage-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-trans-data-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-transaction-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-index-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfconnection-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-codec-1.11.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jcl-over-slf4j-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] slf4j-api-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.xml.bind-api-2.3.3.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.activation-api-1.2.2.jar [debug] Not bundling transitive dependency since it has already been bundled [oslc4j-core-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-model-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-settings-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [classgraph-4.8.143.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.xml.bind-api-2.3.3.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.activation-api-1.2.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [slf4j-api-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [apache-jena-libs-4.8.0.pom] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfpatch-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-arq-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-core-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shaded-guava-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-csv-1.10.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-io-2.11.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-compress-1.23.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [collection-0.7.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-iri-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-cli-1.5.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jsonld-java-0.13.4.jar] [debug] Not bundling transitive dependency since it has already been bundled [httpclient-cache-4.5.14.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-core-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-databind-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-annotations-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [titanium-json-ld-1.3.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.json-2.0.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [protobuf-java-3.22.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [libthrift-0.18.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-lang3-3.12.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shacl-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shex-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb2-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-storage-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-trans-data-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-transaction-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-index-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfconnection-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-codec-1.11.jar] [debug] Not bundling transitive dependency since it has already been bundled [jcl-over-slf4j-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [oslc4j-core-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-model-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-settings-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [classgraph-4.8.143.jar] [debug] Not bundling transitive dependency since it has already been bundled [apache-jena-libs-4.8.0.pom] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfpatch-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-arq-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-core-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shaded-guava-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-csv-1.10.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-io-2.11.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-compress-1.23.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [collection-0.7.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-iri-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-cli-1.5.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jsonld-java-0.13.4.jar] [debug] Not bundling transitive dependency since it has already been bundled [httpclient-cache-4.5.14.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-core-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-databind-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-annotations-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [titanium-json-ld-1.3.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.json-2.0.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [protobuf-java-3.22.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [libthrift-0.18.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-lang3-3.12.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shacl-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shex-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb2-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-storage-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-trans-data-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-transaction-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-index-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfconnection-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-codec-1.11.jar] [debug] Not bundling transitive dependency since it has already been bundled [jcl-over-slf4j-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [slf4j-api-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.xml.bind-api-2.3.3.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.activation-api-1.2.2.jar] [info] Bundling Artifact org.eclipse.lyo.core.query:oslc-query:5.1.1.Final [info] Executing Bundler: [info] [EXEC] antlr-runtime-3.5.3.jar [info] Created feature org.eclipse.lyo.oslc4j.core.plugin.feature [info] Resolving artifact=[org.eclipse.lyo.clients:oslc-client:5.1.1.Final] transitive=[true] source=[false] [WARNING] The POM for net.oauth.core:oauth:jar:20100527 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for net.oauth.core:oauth-consumer:jar:20100527 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [WARNING] The POM for net.oauth.core:oauth-httpclient4:jar:20090913 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [info] [JAR] oslc-client-5.1.1.Final.jar [info] [JAR] oslc-client-base-5.1.1.Final.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] oauth-20100527.jar [info] [JAR] oauth-consumer-20100527.jar [info] [JAR] oauth-httpclient4-20090913.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] oslc4j-jena-provider-5.1.1.Final.jar [info] [JAR] oslc4j-json4j-provider-5.1.1.Final.jar [info] [JAR] oslc4j-core-wink-5.1.1.Final.jar [info] [JAR] wink-json4j-1.4.jar [info] [JAR] javax.servlet-api-3.1.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-client-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-client-base-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] slf4j-api-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [warn] Skip artifact=[org.eclipse.lyo.clients:oslc-client:5.1.1.Final]: The JAR/ZIP file (/home/jenkins/.m2/repository/org/apache/jena/apache-jena-libs/4.8.0/apache-jena-libs-4.8.0.pom) seems corrupted, error: zip END header not found [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfpatch-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-arq-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-core-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shaded-guava-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-csv-1.10.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-io-2.11.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-compress-1.23.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] collection-0.7.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-iri-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-cli-1.5.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jsonld-java-0.13.4.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] httpclient-cache-4.5.14.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-core-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-databind-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-annotations-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] titanium-json-ld-1.3.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.json-2.0.1.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] protobuf-java-3.22.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] libthrift-0.18.1.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-lang3-3.12.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shacl-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shex-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb2-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-storage-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-trans-data-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-transaction-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-index-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfconnection-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-codec-1.11.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jcl-over-slf4j-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oauth-20100527.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oauth-consumer-20100527.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oauth-httpclient4-20090913.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-model-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-settings-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] classgraph-4.8.143.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.xml.bind-api-2.3.3.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.activation-api-1.2.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-jena-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-json4j-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-wink-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] wink-json4j-1.4.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] javax.servlet-api-3.1.0.jar [info] Created feature org.eclipse.lyo.oslc4j.client.plugin.feature [info] Resolving artifact=[org.eclipse.lyo.store:store-core:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] store-core-5.1.1.Final.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] oslc4j-jena-provider-5.1.1.Final.jar [info] [JAR] oslc-query-5.1.1.Final.jar [info] [JAR] antlr-runtime-3.5.3.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] jena-querybuilder-4.8.0.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] checker-qual-3.33.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] store-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-model-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-settings-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] classgraph-4.8.143.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.xml.bind-api-2.3.3.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.activation-api-1.2.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-jena-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-query-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] antlr-runtime-3.5.3.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [warn] Skip artifact=[org.eclipse.lyo.store:store-core:5.1.1.Final]: The JAR/ZIP file (/home/jenkins/.m2/repository/org/apache/jena/apache-jena-libs/4.8.0/apache-jena-libs-4.8.0.pom) seems corrupted, error: zip END header not found [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfpatch-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-arq-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-core-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shaded-guava-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-csv-1.10.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-io-2.11.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-compress-1.23.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] collection-0.7.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-iri-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-cli-1.5.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jsonld-java-0.13.4.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] httpclient-cache-4.5.14.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-core-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-databind-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-annotations-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] titanium-json-ld-1.3.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.json-2.0.1.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] protobuf-java-3.22.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] libthrift-0.18.1.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-lang3-3.12.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shacl-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shex-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb2-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-storage-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-trans-data-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-transaction-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-index-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfconnection-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-codec-1.11.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jcl-over-slf4j-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-querybuilder-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] slf4j-api-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] checker-qual-3.33.0.jar [info] Created feature org.eclipse.lyo.oslc4j.store.plugin.feature [WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.5.0/eclipse/plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar, -configuration, /tmp/tycho-p2-runtime15725573622172910531.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.5.0/eclipse/plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar, -configuration, /tmp/tycho-p2-runtime7216052430062802806.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.CategoryPublisher, -categoryDefinition, file://home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository/category.xml, -metadataRepository, file://home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] -----------------< org.eclipse.lyo.tools:tools-parent >----------------- [INFO] Building tools-parent 6.0.0-SNAPSHOT [2/2] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tools-parent --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tools-parent 6.0.0-SNAPSHOT: [INFO] [INFO] org.eclipse.lyo.oslc4j.plugins ..................... SUCCESS [01:08 min] [INFO] tools-parent ....................................... SUCCESS [ 0.029 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:22 min [INFO] Finished at: 2024-04-02T19:48:50Z [INFO] ------------------------------------------------------------------------ [lyo-designer-master] $ /opt/tools/apache-maven/3.8.2/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/lyo-designer-master/.repository clean verify -B -P default,eclipse-sign [INFO] Scanning for projects... /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.preferences/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.adaptormodel/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.adaptormodel.edit/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.adaptormodel.editor/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.adaptormodel.model/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.codegenerator.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.codegenerator.ui/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.toolchain.feature/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.toolchain.edit/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.toolchain.editor/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.toolchain.model/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.vocabulary.editor/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.vocabulary.model/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.vocabulary.model.edit/.polyglot.build.properties /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.tools.designer.product.feature/.polyglot.build.properties [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.lyo.oslc4j.plugins [pom] [INFO] tools-parent [pom] [INFO] org.eclipse.lyo.tools.preferences [eclipse-plugin] [INFO] org.eclipse.lyo.tools.vocabulary.model [eclipse-plugin] [INFO] org.eclipse.lyo.tools.adaptormodel.model [eclipse-plugin] [INFO] org.eclipse.lyo.tools.toolchain.model [eclipse-plugin] [INFO] org.eclipse.lyo.tools.common [eclipse-plugin] [INFO] org.eclipse.lyo.oslc4j.adaptormodel [eclipse-plugin] [INFO] org.eclipse.lyo.tools.vocabulary.model.edit [eclipse-plugin] [INFO] org.eclipse.lyo.tools.adaptormodel.edit [eclipse-plugin] [INFO] org.eclipse.lyo.tools.adaptormodel.editor [eclipse-plugin] [INFO] org.eclipse.lyo.oslc4j.codegenerator [eclipse-plugin] [INFO] org.eclipse.lyo.tools.codegenerator.ui [eclipse-plugin] [INFO] org.eclipse.lyo.tools.codegenerator.feature [eclipse-feature] [INFO] org.eclipse.lyo.tools.toolchain.edit [eclipse-plugin] [INFO] org.eclipse.lyo.tools.toolchain.design [eclipse-plugin] [INFO] org.eclipse.lyo.tools.toolchain.editor [eclipse-plugin] [INFO] org.eclipse.lyo.tools.vocabulary.editor [eclipse-plugin] [INFO] org.eclipse.lyo.tools.toolchain.feature [eclipse-feature] [INFO] org.eclipse.lyo.tools.designer.branding [eclipse-plugin] [INFO] org.eclipse.lyo.tools.designer.product.feature [eclipse-feature] [INFO] org.eclipse.lyo.tools.designer.product [eclipse-repository] [INFO] tools-updatesite [eclipse-repository] [INFO] [INFO] --------< org.eclipse.lyo.tools:org.eclipse.lyo.oslc4j.plugins >-------- [INFO] Building org.eclipse.lyo.oslc4j.plugins 6.0.0-SNAPSHOT [1/23] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.lyo.oslc4j.plugins --- [INFO] Deleting /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target [INFO] [INFO] --- p2-maven-plugin:2.0.0:site (default-cli) @ org.eclipse.lyo.oslc4j.plugins --- [info] Resolved 0 features [info] Resolving artifact=[org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] Resolving artifact=[org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] oslc4j-jena-provider-5.1.1.Final.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] Resolving artifact=[org.eclipse.lyo.core.query:oslc-query:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] oslc-query-5.1.1.Final.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] antlr-runtime-3.5.3.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-jena-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.core.query:oslc-query:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-query-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-model-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-settings-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] classgraph-4.8.143.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [warn] Skip artifact=[org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final]: The JAR/ZIP file (/home/jenkins/agent/workspace/lyo-designer-master/.repository/org/apache/jena/apache-jena-libs/4.8.0/apache-jena-libs-4.8.0.pom) seems corrupted, error: zip END header not found [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfpatch-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-arq-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-core-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shaded-guava-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-csv-1.10.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-io-2.11.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-compress-1.23.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] collection-0.7.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-iri-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-cli-1.5.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jsonld-java-0.13.4.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] httpclient-cache-4.5.14.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-core-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-databind-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-annotations-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] titanium-json-ld-1.3.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.json-2.0.1.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] protobuf-java-3.22.2.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] libthrift-0.18.1.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-lang3-3.12.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shacl-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shex-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb2-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-storage-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-trans-data-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-transaction-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-index-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfconnection-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-codec-1.11.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jcl-over-slf4j-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] slf4j-api-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.xml.bind-api-2.3.3.jar [info] Bundling Artifact org.eclipse.lyo.oslc4j.core:oslc4j-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.activation-api-1.2.2.jar [debug] Not bundling transitive dependency since it has already been bundled [oslc4j-core-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-model-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-settings-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [classgraph-4.8.143.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.xml.bind-api-2.3.3.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.activation-api-1.2.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [slf4j-api-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [apache-jena-libs-4.8.0.pom] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfpatch-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-arq-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-core-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shaded-guava-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-csv-1.10.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-io-2.11.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-compress-1.23.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [collection-0.7.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-iri-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-cli-1.5.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jsonld-java-0.13.4.jar] [debug] Not bundling transitive dependency since it has already been bundled [httpclient-cache-4.5.14.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-core-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-databind-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-annotations-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [titanium-json-ld-1.3.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.json-2.0.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [protobuf-java-3.22.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [libthrift-0.18.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-lang3-3.12.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shacl-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shex-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb2-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-storage-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-trans-data-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-transaction-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-index-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfconnection-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-codec-1.11.jar] [debug] Not bundling transitive dependency since it has already been bundled [jcl-over-slf4j-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [oslc4j-core-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-model-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [lyo-core-settings-5.1.1.Final.jar] [debug] Not bundling transitive dependency since it has already been bundled [classgraph-4.8.143.jar] [debug] Not bundling transitive dependency since it has already been bundled [apache-jena-libs-4.8.0.pom] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfpatch-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-arq-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-core-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shaded-guava-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-csv-1.10.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-io-2.11.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-compress-1.23.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [collection-0.7.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-iri-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-cli-1.5.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jsonld-java-0.13.4.jar] [debug] Not bundling transitive dependency since it has already been bundled [httpclient-cache-4.5.14.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-core-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-databind-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jackson-annotations-2.14.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [titanium-json-ld-1.3.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.json-2.0.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [protobuf-java-3.22.2.jar] [debug] Not bundling transitive dependency since it has already been bundled [libthrift-0.18.1.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-lang3-3.12.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shacl-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-shex-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-tdb2-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-storage-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-trans-data-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-transaction-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-base-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-dboe-index-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [jena-rdfconnection-4.8.0.jar] [debug] Not bundling transitive dependency since it has already been bundled [commons-codec-1.11.jar] [debug] Not bundling transitive dependency since it has already been bundled [jcl-over-slf4j-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [slf4j-api-1.7.36.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.xml.bind-api-2.3.3.jar] [debug] Not bundling transitive dependency since it has already been bundled [jakarta.activation-api-1.2.2.jar] [info] Bundling Artifact org.eclipse.lyo.core.query:oslc-query:5.1.1.Final [info] Executing Bundler: [info] [EXEC] antlr-runtime-3.5.3.jar [info] Created feature org.eclipse.lyo.oslc4j.core.plugin.feature [info] Resolving artifact=[org.eclipse.lyo.clients:oslc-client:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] oslc-client-5.1.1.Final.jar [info] [JAR] oslc-client-base-5.1.1.Final.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] oauth-20100527.jar [info] [JAR] oauth-consumer-20100527.jar [info] [JAR] oauth-httpclient4-20090913.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] oslc4j-jena-provider-5.1.1.Final.jar [info] [JAR] oslc4j-json4j-provider-5.1.1.Final.jar [info] [JAR] oslc4j-core-wink-5.1.1.Final.jar [info] [JAR] wink-json4j-1.4.jar [info] [JAR] javax.servlet-api-3.1.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-client-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-client-base-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] slf4j-api-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [warn] Skip artifact=[org.eclipse.lyo.clients:oslc-client:5.1.1.Final]: The JAR/ZIP file (/home/jenkins/agent/workspace/lyo-designer-master/.repository/org/apache/jena/apache-jena-libs/4.8.0/apache-jena-libs-4.8.0.pom) seems corrupted, error: zip END header not found [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfpatch-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-arq-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-core-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shaded-guava-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-csv-1.10.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-io-2.11.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-compress-1.23.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] collection-0.7.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-iri-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-cli-1.5.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jsonld-java-0.13.4.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] httpclient-cache-4.5.14.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-core-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-databind-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-annotations-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] titanium-json-ld-1.3.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.json-2.0.1.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] protobuf-java-3.22.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] libthrift-0.18.1.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-lang3-3.12.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shacl-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shex-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb2-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-storage-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-trans-data-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-transaction-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-index-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfconnection-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-codec-1.11.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jcl-over-slf4j-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oauth-20100527.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oauth-consumer-20100527.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oauth-httpclient4-20090913.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-model-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-settings-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] classgraph-4.8.143.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.xml.bind-api-2.3.3.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.activation-api-1.2.2.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-jena-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-json4j-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-wink-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] wink-json4j-1.4.jar [info] Bundling Artifact org.eclipse.lyo.clients:oslc-client:5.1.1.Final [info] Executing Bundler: [info] [SKIP] javax.servlet-api-3.1.0.jar [info] Created feature org.eclipse.lyo.oslc4j.client.plugin.feature [info] Resolving artifact=[org.eclipse.lyo.store:store-core:5.1.1.Final] transitive=[true] source=[false] [info] [JAR] store-core-5.1.1.Final.jar [info] [JAR] oslc4j-core-5.1.1.Final.jar [info] [JAR] lyo-core-model-5.1.1.Final.jar [info] [JAR] lyo-core-settings-5.1.1.Final.jar [info] [JAR] classgraph-4.8.143.jar [info] [JAR] jakarta.xml.bind-api-2.3.3.jar [info] [JAR] jakarta.activation-api-1.2.2.jar [info] [JAR] oslc4j-jena-provider-5.1.1.Final.jar [info] [JAR] oslc-query-5.1.1.Final.jar [info] [JAR] antlr-runtime-3.5.3.jar [info] [JAR] apache-jena-libs-4.8.0.pom [info] [JAR] jena-rdfpatch-4.8.0.jar [info] [JAR] jena-arq-4.8.0.jar [info] [JAR] jena-core-4.8.0.jar [info] [JAR] jena-base-4.8.0.jar [info] [JAR] jena-shaded-guava-4.8.0.jar [info] [JAR] commons-csv-1.10.0.jar [info] [JAR] commons-io-2.11.0.jar [info] [JAR] commons-compress-1.23.0.jar [info] [JAR] collection-0.7.jar [info] [JAR] jena-iri-4.8.0.jar [info] [JAR] commons-cli-1.5.0.jar [info] [JAR] jsonld-java-0.13.4.jar [info] [JAR] httpclient-cache-4.5.14.jar [info] [JAR] jackson-core-2.14.2.jar [info] [JAR] jackson-databind-2.14.2.jar [info] [JAR] jackson-annotations-2.14.2.jar [info] [JAR] titanium-json-ld-1.3.2.jar [info] [JAR] jakarta.json-2.0.1.jar [info] [JAR] protobuf-java-3.22.2.jar [info] [JAR] libthrift-0.18.1.jar [info] [JAR] commons-lang3-3.12.0.jar [info] [JAR] jena-shacl-4.8.0.jar [info] [JAR] jena-shex-4.8.0.jar [info] [JAR] jena-tdb-4.8.0.jar [info] [JAR] jena-tdb2-4.8.0.jar [info] [JAR] jena-dboe-storage-4.8.0.jar [info] [JAR] jena-dboe-trans-data-4.8.0.jar [info] [JAR] jena-dboe-transaction-4.8.0.jar [info] [JAR] jena-dboe-base-4.8.0.jar [info] [JAR] jena-dboe-index-4.8.0.jar [info] [JAR] jena-rdfconnection-4.8.0.jar [info] [JAR] commons-codec-1.11.jar [info] [JAR] jcl-over-slf4j-1.7.36.jar [info] [JAR] jena-querybuilder-4.8.0.jar [info] [JAR] slf4j-api-1.7.36.jar [info] [JAR] checker-qual-3.33.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] store-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-core-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-model-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] lyo-core-settings-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] classgraph-4.8.143.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.xml.bind-api-2.3.3.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.activation-api-1.2.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc4j-jena-provider-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] oslc-query-5.1.1.Final.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] antlr-runtime-3.5.3.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [warn] Skip artifact=[org.eclipse.lyo.store:store-core:5.1.1.Final]: The JAR/ZIP file (/home/jenkins/agent/workspace/lyo-designer-master/.repository/org/apache/jena/apache-jena-libs/4.8.0/apache-jena-libs-4.8.0.pom) seems corrupted, error: zip END header not found [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfpatch-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-arq-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-core-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shaded-guava-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-csv-1.10.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-io-2.11.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-compress-1.23.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] collection-0.7.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-iri-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-cli-1.5.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jsonld-java-0.13.4.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] httpclient-cache-4.5.14.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-core-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-databind-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jackson-annotations-2.14.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] titanium-json-ld-1.3.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jakarta.json-2.0.1.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] protobuf-java-3.22.2.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] libthrift-0.18.1.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-lang3-3.12.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shacl-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-shex-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-tdb2-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-storage-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-trans-data-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-transaction-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-base-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-dboe-index-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-rdfconnection-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] commons-codec-1.11.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] jcl-over-slf4j-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [EXEC] jena-querybuilder-4.8.0.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] slf4j-api-1.7.36.jar [info] Bundling Artifact org.eclipse.lyo.store:store-core:5.1.1.Final [info] Executing Bundler: [info] [SKIP] checker-qual-3.33.0.jar [info] Created feature org.eclipse.lyo.oslc4j.store.plugin.feature [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -jar, /home/jenkins/agent/workspace/lyo-designer-master/.repository/org/eclipse/tycho/tycho-bundles-external/2.5.0/eclipse/plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar, -configuration, /tmp/tycho-p2-runtime17490894744624643640.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, -artifactRepository, file:/home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository, -metadataRepository, file:/home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository, -publishArtifacts, -compress, -source, /home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/source] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/java, -jar, /home/jenkins/agent/workspace/lyo-designer-master/.repository/org/eclipse/tycho/tycho-bundles-external/2.5.0/eclipse/plugins/org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar, -configuration, /tmp/tycho-p2-runtime7716219253367360181.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.CategoryPublisher, -categoryDefinition, file://home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository/category.xml, -metadataRepository, file://home/jenkins/agent/workspace/lyo-designer-master/org.eclipse.lyo.oslc4j.plugins/target/repository] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] -----------------< org.eclipse.lyo.tools:tools-parent >----------------- [INFO] Building tools-parent 6.0.0-SNAPSHOT [2/23] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tools-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ tools-parent --- [INFO] [INFO] ------< org.eclipse.lyo.tools:org.eclipse.lyo.tools.preferences >------- [INFO] Building org.eclipse.lyo.tools.preferences 6.0.0-SNAPSHOT [3/23] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/agent/workspace/lyo-designer-master/.repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: cache first [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] Adding repository https://download.eclipse.org/lyo/bundle/p2/edge [INFO] Adding repository http://download.eclipse.org/releases/2022-03 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.lyo.tools.preferences --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for tools-parent 6.0.0-SNAPSHOT: [INFO] [INFO] org.eclipse.lyo.oslc4j.plugins ..................... SUCCESS [01:00 min] [INFO] tools-parent ....................................... SUCCESS [ 1.438 s] [INFO] org.eclipse.lyo.tools.preferences .................. FAILURE [ 14.634 s] [INFO] org.eclipse.lyo.tools.vocabulary.model ............. SKIPPED [INFO] org.eclipse.lyo.tools.adaptormodel.model ........... SKIPPED [INFO] org.eclipse.lyo.tools.toolchain.model .............. SKIPPED [INFO] org.eclipse.lyo.tools.common ....................... SKIPPED [INFO] org.eclipse.lyo.oslc4j.adaptormodel ................ SKIPPED [INFO] org.eclipse.lyo.tools.vocabulary.model.edit ........ SKIPPED [INFO] org.eclipse.lyo.tools.adaptormodel.edit ............ SKIPPED [INFO] org.eclipse.lyo.tools.adaptormodel.editor .......... SKIPPED [INFO] org.eclipse.lyo.oslc4j.codegenerator ............... SKIPPED [INFO] org.eclipse.lyo.tools.codegenerator.ui ............. SKIPPED [INFO] org.eclipse.lyo.tools.codegenerator.feature ........ SKIPPED [INFO] org.eclipse.lyo.tools.toolchain.edit ............... SKIPPED [INFO] org.eclipse.lyo.tools.toolchain.design ............. SKIPPED [INFO] org.eclipse.lyo.tools.toolchain.editor ............. SKIPPED [INFO] org.eclipse.lyo.tools.vocabulary.editor ............ SKIPPED [INFO] org.eclipse.lyo.tools.toolchain.feature ............ SKIPPED [INFO] org.eclipse.lyo.tools.designer.branding ............ SKIPPED [INFO] org.eclipse.lyo.tools.designer.product.feature ..... SKIPPED [INFO] org.eclipse.lyo.tools.designer.product ............. SKIPPED [INFO] tools-updatesite ................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:39 min [INFO] Finished at: 2024-04-02T19:50:36Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:4.0.6:build-qualifier (default-build-qualifier) on project org.eclipse.lyo.tools.preferences: The plugin org.eclipse.tycho:tycho-packaging-plugin:4.0.6 requires Maven version 3.9.0 -> [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/PluginIncompatibleException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.lyo.tools.preferences 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 51 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