Started by timer Running as SYSTEM Agent basic-62msc is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-62msc" namespace: "rdf4j" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.rdf4j.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-62msc" - 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-62msc" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.rdf4j.svc.cluster.local/rdf4j/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" 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-rdf4j" 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-62msc (basic) in workspace /home/jenkins/agent/workspace/rdf4j-docker-scan [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/rdf4j.git > git init /home/jenkins/agent/workspace/rdf4j-docker-scan # timeout=10 Fetching upstream changes from https://github.com/eclipse/rdf4j.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/rdf4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/rdf4j.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision d44a0f36ce2fbc8e38e3d4831ee96fb8a985008e (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f d44a0f36ce2fbc8e38e3d4831ee96fb8a985008e # timeout=10 Commit message: "small tweaks to Dockerfile and build script (#4285)" > git rev-list --no-walk 352803f126fdf6b658285d8313914e8008d30b2f # timeout=10 [rdf4j-docker-scan] $ /bin/sh -xe /tmp/jenkins8198510988326221046.sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 7FAA78B1C3FFDD85: public key "Eclipse RDF4J project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 7FAA78B1C3FFDD85: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key 568A177DC23736311CF73C987FAA78B1C3FFDD85 trust Secret subkeys are available. pub rsa4096/7FAA78B1C3FFDD85 created: 2016-05-03 expires: 2026-05-03 usage: SC trust: unknown validity: unknown ssb rsa4096/8C77BC44CD11D499 created: 2016-05-03 expires: 2026-05-03 usage: S [ unknown] (1). Eclipse RDF4J project pub rsa4096/7FAA78B1C3FFDD85 created: 2016-05-03 expires: 2026-05-03 usage: SC trust: unknown validity: unknown ssb rsa4096/8C77BC44CD11D499 created: 2016-05-03 expires: 2026-05-03 usage: S [ unknown] (1). Eclipse RDF4J project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/7FAA78B1C3FFDD85 created: 2016-05-03 expires: 2026-05-03 usage: SC trust: ultimate validity: unknown ssb rsa4096/8C77BC44CD11D499 created: 2016-05-03 expires: 2026-05-03 usage: S [ unknown] (1). Eclipse RDF4J project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key F3E8ABFEADC8FF4BAF6A59878C77BC44CD11D499 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2026-05-03 pub rsa4096/7FAA78B1C3FFDD85 created: 2016-05-03 expires: 2026-05-03 usage: SC trust: ultimate validity: ultimate ssb rsa4096/8C77BC44CD11D499 created: 2016-05-03 expires: 2026-05-03 usage: S [ultimate] (1). Eclipse RDF4J project pub rsa4096/7FAA78B1C3FFDD85 created: 2016-05-03 expires: 2026-05-03 usage: SC trust: ultimate validity: ultimate ssb rsa4096/8C77BC44CD11D499 created: 2016-05-03 expires: 2026-05-03 usage: S [ultimate] (1). Eclipse RDF4J project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/7FAA78B1C3FFDD85 created: 2016-05-03 expires: 2026-05-03 usage: SC trust: ultimate validity: ultimate ssb rsa4096/8C77BC44CD11D499 created: 2016-05-03 expires: 2026-05-03 usage: S [ultimate] (1). Eclipse RDF4J project Parsing POMs Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4.20221013/jackson-bom-2.13.4.20221013.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.49.v20220914/jetty-bom-9.4.49.v20220914.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/2.7.5/spring-boot-dependencies-2.7.5.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/com/datastax/oss/java-driver-bom/4.14.1/java-driver-bom-4.14.1.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-bom/4.2.12/metrics-bom-4.2.12.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.2.12/metrics-parent-4.2.12.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.13/groovy-bom-3.0.13.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/13.0.12.Final/infinispan-bom-13.0.12.Final.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/13.0.12.Final/infinispan-build-configuration-parent-13.0.12.Final.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/2.35/jersey-bom-2.35.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.6.21/kotlin-bom-1.6.21.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.6.4/kotlinx-coroutines-bom-1.6.4.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.17.2/log4j-bom-2.17.2.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-bom/1.9.5/micrometer-bom-1.9.5.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.5.1/mockito-bom-4.5.1.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.84.Final/netty-bom-4.1.84.Final.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp-bom/4.9.3/okhttp-bom-4.9.3.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/21.5.0.0/ojdbc-bom-21.5.0.0.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_bom/0.15.0/simpleclient_bom-0.15.0.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.15.0/parent-0.15.0.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/com/querydsl/querydsl-bom/5.0.0/querydsl-bom-5.0.0.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/r2dbc/r2dbc-bom/Borca-SR2/r2dbc-bom-Borca-SR2.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2020.0.24/reactor-bom-2020.0.24.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/rest-assured/rest-assured-bom/4.5.1/rest-assured-bom-4.5.1.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/io/rsocket/rsocket-bom/1.1.3/rsocket-bom-1.1.3.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-bom/2021.2.5/spring-data-bom-2021.2.5.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.23/spring-framework-bom-5.3.23.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/5.5.15/spring-integration-bom-5.5.15.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/5.7.4/spring-security-bom-5.7.4.pom Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/springframework/session/spring-session-bom/2021.2.0/spring-session-bom-2021.2.0.pom Established TCP socket on 44739 Copied maven35-agent.jar Copied maven35-interceptor.jar Copied maven3-interceptor-commons.jar [rdf4j-docker-scan] $ /opt/tools/java/temurin/jdk-11/latest/bin/java -Dmaven.multiModuleProjectDirectory=/home/jenkins/agent/workspace/rdf4j-main-deploy -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.6.0.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/agent.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 44739 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/jenkins/agent/workspace/rdf4j-docker-scan/pom.xml clean install -Pquick --batch-mode -DskipTests [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/2.8/wagon-ssh-external-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/2.8/wagon-ssh-external-2.8.pom (4.3 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.8/wagon-providers-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.8/wagon-providers-2.8.pom (2.7 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.8/wagon-ssh-common-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.8/wagon-ssh-common-2.8.pom (1.8 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/2.8/wagon-ssh-external-2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.8/wagon-ssh-common-2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.8/wagon-ssh-common-2.8.jar (25 kB at 847 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/2.8/wagon-ssh-external-2.8.jar (15 kB at 164 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 127 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.jar (53 kB at 526 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom (11 kB at 489 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 664 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 958 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 892 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 518 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 906 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 766 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 900 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 591 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 911 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 819 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 684 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 849 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 347 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 8.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 489 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 823 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 839 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 961 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 327 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 468 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 664 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 504 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 683 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 474 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 556 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 552 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar (212 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 590 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 615 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 684 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 425 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 510 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 629 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 130 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 703 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 990 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 420 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 734 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 34 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 50 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 84 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 271 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 37 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Eclipse RDF4J [pom] [INFO] RDF4J: Assembly Descriptors [jar] [INFO] RDF4J: Core [pom] [INFO] RDF4J: common [pom] [INFO] RDF4J: common annotation [jar] [INFO] RDF4J: Model API [jar] [INFO] RDF4J: common exception [jar] [INFO] RDF4J: common utilities [jar] [INFO] RDF4J: common IO [jar] [INFO] RDF4J: common iterators [jar] [INFO] RDF4J: common text [jar] [INFO] RDF4J: RDF Vocabularies [jar] [INFO] RDF4J: Model [jar] [INFO] RDF4J: common transaction [jar] [INFO] RDF4J: common XML [jar] [INFO] RDF4J: SparqlBuilder [jar] [INFO] RDF4J: Rio [pom] [INFO] RDF4J: Rio - API [jar] [INFO] RDF4J: Rio - Languages [jar] [INFO] RDF4J: Rio - Datatypes [jar] [INFO] RDF4J: Query [jar] [INFO] RDF4J: Rio - Binary [jar] [INFO] RDF4J: Rio - N-Triples [jar] [INFO] RDF4J: Rio - HDT [jar] [INFO] RDF4J: Rio - JSON-LD [jar] [INFO] RDF4J: Rio - Turtle [jar] [INFO] RDF4J: Rio - N3 (writer-only) [jar] [INFO] RDF4J: Rio - N-Quads [jar] [INFO] RDF4J: Rio - RDF/JSON [jar] [INFO] RDF4J: Rio - RDF/XML [jar] [INFO] RDF4J: Rio - TriX [jar] [INFO] RDF4J: Rio - TriG [jar] [INFO] RDF4J: Query algebra [pom] [INFO] RDF4J: Query algebra - model [jar] [INFO] RDF4J: Sail [pom] [INFO] RDF4J: Sail API [jar] [INFO] RDF4J: Query result IO [pom] [INFO] RDF4J: Query result IO - API [jar] [INFO] RDF4J: Test Suites [pom] [INFO] RDF4J: QueryResultIO testsuite [jar] [INFO] RDF4J: Query result IO - binary [jar] [INFO] RDF4J: Query result IO - SPARQL/JSON [jar] [INFO] RDF4J: Query result IO - SPARQL/XML [jar] [INFO] RDF4J: Query result IO - plain text booleans [jar] [INFO] RDF4J: Repository [pom] [INFO] RDF4J: Repository - API [jar] [INFO] RDF4J: HTTP [pom] [INFO] RDF4J: HTTP protocol [jar] [INFO] RDF4J: HTTP client [jar] [INFO] RDF4J: Query parser [pom] [INFO] RDF4J: Query parser - API [jar] [INFO] RDF4J: Query parser - SPARQL [jar] [INFO] RDF4J: SPARQL Repository [jar] [INFO] RDF4J: Query algebra - evaluation [jar] [INFO] RDF4J: Repository API testsuite [jar] [INFO] RDF4J: SailRepository [jar] [INFO] RDF4J: Repository - event (wrapper) [jar] [INFO] RDF4J: HTTPRepository [jar] [INFO] RDF4J: Repository manager [jar] [INFO] RDF4J: Sail base implementations [jar] [INFO] RDF4J: Sail API testsuite [jar] [INFO] RDF4J: MemoryStore [jar] [INFO] RDF4J: Query algebra - GeoSPARQL [jar] [INFO] RDF4J: Query Rendering [jar] [INFO] RDF4J: DatasetRepository (wrapper) [jar] [INFO] RDF4J: Repository - context aware (wrapper) [jar] [INFO] RDF4J: Model API testsuite [jar] [INFO] RDF4J: Sail Model [jar] [INFO] RDF4J: NativeStore [jar] [INFO] RDF4J: Inferencer Sails [jar] [INFO] RDF4J: SHACL [jar] [INFO] RDF4J: LmdbStore [jar] [INFO] RDF4J: Lucene Sail API [jar] [INFO] RDF4J: Lucene Sail Index [jar] [INFO] RDF4J: Solr Sail Index [jar] [INFO] RDF4J: Elastic Search Sail Index [jar] [INFO] RDF4J: Extensible Store [jar] [INFO] RDF4J: Elasticsearch Store [jar] [INFO] RDF4J: SPIN [jar] [INFO] RDF4J: Client Libraries [pom] [INFO] RDF4J: Storage Libraries [pom] [INFO] RDF4J: Tools [pom] [INFO] RDF4J: application configuration [jar] [INFO] RDF4J: HTTP server - core [jar] [INFO] RDF4J: SPARQL compliance test suite [jar] [INFO] RDF4J: Federation [jar] [INFO] RDF4J: Console [jar] [INFO] RDF4J: HTTP server [war] [INFO] RDF4J: Workbench [war] [INFO] RDF4J: Runtime [pom] [INFO] RDF4J: Runtime - OSGi [bundle] [INFO] RDF4J: Spring components [pom] [INFO] RDF4J: Spring boot component for a HTTP sparql server [jar] [INFO] RDF4J: Spring [jar] [INFO] RDF4J: Spring Demo [jar] [INFO] RDF4J: Rio compliance test suite [jar] [INFO] RDF4J: SHACL compliance test suite [jar] [INFO] RDF4J: Lucene Sail Tests [jar] [INFO] RDF4J: GeoSPARQL compliance test suite [jar] [INFO] RDF4J: benchmarks [jar] [INFO] RDF4J: Compliance tests [pom] [INFO] RDF4J: Repository compliance tests [war] [INFO] RDF4J: Rio compliance tests [jar] [INFO] RDF4J: Model compliance tests [jar] [INFO] RDF4J: SPARQL query parser compliance tests [war] [INFO] RDF4J: SHACL compliance tests [jar] [INFO] RDF4J: Lucene Sail Tests [jar] [INFO] RDF4J: Solr Sail Tests [jar] [INFO] RDF4J: Elasticsearch Sail Tests [jar] [INFO] RDF4J: GeoSPARQL compliance tests [jar] [INFO] RDF4J: Code examples [jar] [INFO] RDF4J: BOM [pom] [INFO] [INFO] ----------------------< org.eclipse.rdf4j:rdf4j >----------------------- [INFO] Building Eclipse RDF4J 4.2.2-SNAPSHOT [1/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/formatter-maven-plugin/2.12.0/formatter-maven-plugin-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/formatter-maven-plugin/2.12.0/formatter-maven-plugin-2.12.0.pom (33 kB at 728 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.1/jackson-bom-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.1/jackson-bom-2.11.1.pom (13 kB at 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (7.8 kB at 287 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/formatter-maven-plugin/2.12.0/formatter-maven-plugin-2.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/formatter-maven-plugin/2.12.0/formatter-maven-plugin-2.12.0.jar (56 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/impsort-maven-plugin/1.3.2/impsort-maven-plugin-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/impsort-maven-plugin/1.3.2/impsort-maven-plugin-1.3.2.pom (19 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/impsort-maven-plugin/1.3.2/impsort-maven-plugin-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/impsort-maven-plugin/1.3.2/impsort-maven-plugin-1.3.2.jar (38 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.pom (4.8 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom (12 kB at 501 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar (31 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/au/com/acegi/xml-format-maven-plugin/3.1.2/xml-format-maven-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/au/com/acegi/xml-format-maven-plugin/3.1.2/xml-format-maven-plugin-3.1.2.pom (4.1 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/au/com/acegi/acegi-standard-project/0.3.0/acegi-standard-project-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/au/com/acegi/acegi-standard-project/0.3.0/acegi-standard-project-0.3.0.pom (29 kB at 956 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/au/com/acegi/xml-format-maven-plugin/3.1.2/xml-format-maven-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/au/com/acegi/xml-format-maven-plugin/3.1.2/xml-format-maven-plugin-3.1.2.jar (34 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M6/maven-failsafe-plugin-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M6/maven-failsafe-plugin-3.0.0-M6.pom (13 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M6/surefire-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M6/surefire-3.0.0-M6.pom (23 kB at 637 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M6/maven-failsafe-plugin-3.0.0-M6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M6/maven-failsafe-plugin-3.0.0-M6.jar (54 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 6.7 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 838 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 4.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 8.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 455 kB/s) [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.pom (3.5 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.pom (4.9 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.1/jackson-base-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.1/jackson-base-2.11.1.pom (7.4 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.pom (7.4 kB at 434 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/29.0-jre/guava-29.0-jre.pom (11 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/29.0-jre/guava-parent-29.0-jre.pom (13 kB at 820 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.pom (2.4 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 339 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 9.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 730 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/jsdt-core/2.8.0/jsdt-core-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/jsdt-core/2.8.0/jsdt-core-2.8.0.pom (14 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/xml-formatter/0.2.0/xml-formatter-0.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/xml-formatter/0.2.0/xml-formatter-0.2.0.pom (19 kB at 958 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.27/cssparser-0.9.27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.27/cssparser-0.9.27.pom (14 kB at 490 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.pom (1.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 977 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.pom (1.5 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 747 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 860 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 623 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.pom (2.7 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.pom (2.5 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.pom (2.0 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.pom (3.0 kB at 999 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.pom (1.7 kB at 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.pom (2.0 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.pom (2.0 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.pom (2.2 kB at 724 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.pom (2.3 kB at 778 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.pom (2.1 kB at 711 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.pom (2.3 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.pom (2.4 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.pom (1.9 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom (9.2 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.1/jackson-annotations-2.11.1.jar (68 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.1/jackson-core-2.11.1.jar (352 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.1/jackson-databind-2.11.1.jar (1.4 MB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.11.1/checker-qual-2.11.1.jar (201 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/jsdt-core/2.8.0/jsdt-core-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/29.0-jre/guava-29.0-jre.jar (2.8 MB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/xml-formatter/0.2.0/xml-formatter-0.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 658 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.27/cssparser-0.9.27.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/xml-formatter/0.2.0/xml-formatter-0.2.0.jar (28 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.jar (287 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/cssparser/cssparser/0.9.27/cssparser-0.9.27.jar (393 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar (242 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.expressions/3.6.800/org.eclipse.core.expressions-3.6.800.jar (94 kB at 486 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.runtime/3.18.0/org.eclipse.core.runtime-3.18.0.jar (74 kB at 320 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.resources/3.13.700/org.eclipse.core.resources-3.13.700.jar (894 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.jobs/3.10.800/org.eclipse.core.jobs-3.10.800.jar (108 kB at 360 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.common/3.12.0/org.eclipse.equinox.common-3.12.0.jar (130 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.preferences/3.8.0/org.eclipse.equinox.preferences-3.8.0.jar (137 kB at 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.registry/3.8.800/org.eclipse.equinox.registry-3.8.800.jar (195 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar (1.5 MB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/org.eclipse.jdt.core/3.22.0/org.eclipse.jdt.core-3.22.0.jar (7.2 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.equinox.app/1.4.500/org.eclipse.equinox.app-1.4.500.jar (89 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.contenttype/3.7.700/org.eclipse.core.contenttype-3.7.700.jar (101 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.text/3.10.200/org.eclipse.text-3.10.200.jar (296 kB at 601 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.filesystem/1.7.700/org.eclipse.core.filesystem-1.7.700.jar (67 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar (394 kB at 780 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/w3c/css/sac/1.3/sac-1.3.jar (16 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.core.commands/3.9.700/org.eclipse.core.commands-3.9.700.jar (115 kB at 223 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 419 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/revelc/code/formatter/jsdt-core/2.8.0/jsdt-core-2.8.0.jar (30 MB at 40 MB/s) [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.15.4/javaparser-core-3.15.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.15.4/javaparser-core-3.15.4.pom (4.9 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-parent/3.15.4/javaparser-parent-3.15.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-parent/3.15.4/javaparser-parent-3.15.4.pom (14 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.15.4/javaparser-core-3.15.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 8.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.15.4/javaparser-core-3.15.4.jar (1.2 MB at 37 MB/s) [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 778 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.0.3/dom4j-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.0.3/dom4j-2.0.3.pom (2.8 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (47 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar (58 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.0.3/dom4j-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.0.3/dom4j-2.0.3.jar (314 kB at 8.5 MB/s) [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.pom (6.5 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.pom (3.4 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.pom (3.7 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.pom (4.3 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.pom (4.1 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.pom (4.7 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.pom (1.8 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 433 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 632 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 843 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M6/maven-surefire-common-3.0.0-M6.jar (307 kB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M6/surefire-logger-api-3.0.0-M6.jar (14 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M6/surefire-booter-3.0.0-M6.jar (118 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M6/surefire-api-3.0.0-M6.jar (167 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M6/surefire-extensions-api-3.0.0-M6.jar (26 kB at 807 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M6/surefire-extensions-spi-3.0.0-M6.jar (8.1 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 978 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M6/surefire-shared-utils-3.0.0-M6.jar (2.1 MB at 24 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 879 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 990 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 925 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 837 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 881 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 282 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 5.1 MB/s) [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j/4.2.2-SNAPSHOT/rdf4j-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.rdf4j:rdf4j-assembly-descriptors >------------ [INFO] Building RDF4J: Assembly Descriptors 4.2.2-SNAPSHOT [2/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.pom (7.1 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom (10 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.0.2/maven-resources-plugin-3.0.2.jar (32 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.pom (7.2 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M6/maven-surefire-plugin-3.0.0-M6.jar (44 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 1.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-assembly-descriptors --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-assembly-descriptors --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-assembly-descriptors --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-assembly-descriptors --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 940 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 251 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 736 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 2.9 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-assembly-descriptors --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-assembly-descriptors --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 776 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 495 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 8.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 677 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 102 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 434 kB/s) [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-assembly-descriptors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/assembly-descriptors/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-assembly-descriptors --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-assembly-descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-assembly-descriptors --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 954 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 906 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 11 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/assembly-descriptors/target/rdf4j-assembly-descriptors-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-assembly-descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-assembly-descriptors --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-assembly-descriptors --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/assembly-descriptors/target/rdf4j-assembly-descriptors-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-assembly-descriptors/4.2.2-SNAPSHOT/rdf4j-assembly-descriptors-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/assembly-descriptors/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-assembly-descriptors/4.2.2-SNAPSHOT/rdf4j-assembly-descriptors-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.rdf4j:rdf4j-core >-------------------- [INFO] Building RDF4J: Core 4.2.2-SNAPSHOT [3/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.pom (3.2 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.pom (3.2 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.pom (2.8 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.pom (3.2 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.pom (3.2 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.pom (24 kB at 692 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.10/assertj-parent-pom-2.2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.10/assertj-parent-pom-2.2.10.pom (24 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.3/junit-bom-5.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.6.3/junit-bom-5.6.3.pom (4.9 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.8.0/mockito-core-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.8.0/mockito-core-3.8.0.pom (2.5 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.20/byte-buddy-1.10.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.20/byte-buddy-1.10.20.pom (11 kB at 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.20/byte-buddy-parent-1.10.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.20/byte-buddy-parent-1.10.20.pom (41 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.20/byte-buddy-agent-1.10.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.20/byte-buddy-agent-1.10.20.pom (9.6 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.pom (3.5 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.1/objenesis-parent-3.1.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom (4.2 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.8.2/junit-platform-commons-1.8.2.jar (100 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.8.2/junit-platform-engine-1.8.2.jar (186 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.8.2/junit-jupiter-api-5.8.2.jar (194 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.8.2/junit-jupiter-engine-5.8.2.jar (230 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.8.0/mockito-core-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/vintage/junit-vintage-engine/5.8.2/junit-vintage-engine-5.8.2.jar (67 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.20/byte-buddy-1.10.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.20/byte-buddy-agent-1.10.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 693 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.10.20/byte-buddy-agent-1.10.20.jar (259 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/3.8.0/mockito-core-3.8.0.jar (666 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.1/objenesis-3.1.jar (60 kB at 617 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 395 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.20/byte-buddy-1.10.20.jar (3.5 MB at 20 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar (449 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.19.0/assertj-core-3.19.0.jar (4.8 MB at 27 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-core --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-core --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-core --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-core --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-core --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-core/4.2.2-SNAPSHOT/rdf4j-core-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-common >------------------- [INFO] Building RDF4J: common 4.2.2-SNAPSHOT [4/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common/4.2.2-SNAPSHOT/rdf4j-common-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-common-annotation >-------------- [INFO] Building RDF4J: common annotation 4.2.2-SNAPSHOT [5/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.15.7/japicmp-maven-plugin-0.15.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.15.7/japicmp-maven-plugin-0.15.7.pom (5.2 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-base/0.15.7/japicmp-base-0.15.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-base/0.15.7/japicmp-base-0.15.7.pom (16 kB at 612 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.15.7/japicmp-maven-plugin-0.15.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp-maven-plugin/0.15.7/japicmp-maven-plugin-0.15.7.jar (48 kB at 2.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-annotation --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-annotation --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-annotation --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/annotation/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-annotation --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-annotation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/annotation/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-annotation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/annotation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-annotation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-annotation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-annotation --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/annotation/target/rdf4j-common-annotation-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-annotation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-annotation --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-annotation --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 900 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.pom (2.6 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.1/maven-resolver-1.6.1.pom (19 kB at 865 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 872 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 448 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 517 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 776 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 625 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 910 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 8.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 9.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 8.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 3.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 6.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 664 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.15.7/japicmp-0.15.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.15.7/japicmp-0.15.7.pom (4.2 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.pom (11 kB at 632 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 645 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.pom (8.1 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 842 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 878 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 400 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom (5.6 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom (1.1 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom (30 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom (3.1 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom (8.0 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom (2.8 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom (1.1 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom (3.6 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom (5.3 kB at 329 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom (15 kB at 843 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.pom (15 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.pom (17 kB at 939 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.1/maven-resolver-api-1.6.1.jar (149 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 981 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 413 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 645 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 689 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 573 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 425 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.jar (64 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.jar (16 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 142 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 964 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 891 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.15.7/japicmp-0.15.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 657 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/siom79/japicmp/japicmp/0.15.7/japicmp-0.15.7.jar (257 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar (778 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar (100 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 178 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 462 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar (1.0 MB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar (27 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar (72 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar (38 kB at 142 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar (317 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-jsr223/2.4.6/groovy-jsr223-2.4.6.jar (21 kB at 74 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy/2.4.6/groovy-2.4.6.jar (4.6 MB at 13 MB/s) [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-annotation --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/annotation/target/rdf4j-common-annotation-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-annotation/4.2.2-SNAPSHOT/rdf4j-common-annotation-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/annotation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-annotation/4.2.2-SNAPSHOT/rdf4j-common-annotation-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-model-api >------------------ [INFO] Building RDF4J: Model API 4.2.2-SNAPSHOT [6/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-model-api --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-model-api --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-model-api --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-model-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-model-api --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-model-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-model-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-model-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-model-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-model-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/target/rdf4j-model-api-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ rdf4j-model-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/target/rdf4j-model-api-4.2.2-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-model-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-model-api --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-model-api --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-model-api --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/target/rdf4j-model-api-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-api/4.2.2-SNAPSHOT/rdf4j-model-api-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-api/4.2.2-SNAPSHOT/rdf4j-model-api-4.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-api/target/rdf4j-model-api-4.2.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-api/4.2.2-SNAPSHOT/rdf4j-model-api-4.2.2-SNAPSHOT-tests.jar [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-common-exception >-------------- [INFO] Building RDF4J: common exception 4.2.2-SNAPSHOT [7/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-exception --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-exception --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-exception --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-exception --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/exception/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-exception --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-exception --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/exception/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-exception --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/exception/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-exception --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-exception --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-exception --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/exception/target/rdf4j-common-exception-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-exception --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-exception --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-exception --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-exception --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/exception/target/rdf4j-common-exception-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-exception/4.2.2-SNAPSHOT/rdf4j-common-exception-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/exception/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-exception/4.2.2-SNAPSHOT/rdf4j-common-exception-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-common-util >----------------- [INFO] Building RDF4J: common utilities 4.2.2-SNAPSHOT [8/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.35/jmh-core-1.35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.35/jmh-core-1.35.pom (9.6 kB at 480 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-parent/1.35/jmh-parent-1.35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-parent/1.35/jmh-parent-1.35.pom (11 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom (14 kB at 735 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.pom (17 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.35/jmh-generator-annprocess-1.35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.35/jmh-generator-annprocess-1.35.pom (3.8 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.35/jmh-core-1.35.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.35/jmh-generator-annprocess-1.35.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar (78 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-generator-annprocess/1.35/jmh-generator-annprocess-1.35.jar (31 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/openjdk/jmh/jmh-core/1.35/jmh-core-1.35.jar (541 kB at 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar (1.7 MB at 39 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-util --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-util --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-util --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/util/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-util --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-util --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/util/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/util/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-util --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-util --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/util/target/rdf4j-common-util-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-util --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-util --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-util --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/util/target/rdf4j-common-util-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-util/4.2.2-SNAPSHOT/rdf4j-common-util-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/util/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-util/4.2.2-SNAPSHOT/rdf4j-common-util-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-common-io >------------------ [INFO] Building RDF4J: common IO 4.2.2-SNAPSHOT [9/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-io --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-io --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-io --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-io --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/io/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-io --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-io --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/io/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-io --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/io/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-io --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/io/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-io --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-io --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/io/target/rdf4j-common-io-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-io --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-io --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-io --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-io --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/io/target/rdf4j-common-io-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-io/4.2.2-SNAPSHOT/rdf4j-common-io-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/io/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-io/4.2.2-SNAPSHOT/rdf4j-common-io-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-common-iterator >--------------- [INFO] Building RDF4J: common iterators 4.2.2-SNAPSHOT [10/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-iterator --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-iterator --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-iterator --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-iterator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/iterator/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-iterator --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-iterator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/iterator/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-iterator --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/iterator/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-iterator --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/iterator/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-iterator --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-iterator --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/iterator/target/rdf4j-common-iterator-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-iterator --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-iterator --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-iterator --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-iterator --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/iterator/target/rdf4j-common-iterator-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-iterator/4.2.2-SNAPSHOT/rdf4j-common-iterator-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/iterator/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-iterator/4.2.2-SNAPSHOT/rdf4j-common-iterator-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-common-text >----------------- [INFO] Building RDF4J: common text 4.2.2-SNAPSHOT [11/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-text --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-text --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-text --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/text/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-text --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-text --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/text/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-text --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/text/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-text --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-text --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/text/target/rdf4j-common-text-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-text --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-text --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-text --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-text --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/text/target/rdf4j-common-text-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-text/4.2.2-SNAPSHOT/rdf4j-common-text-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/text/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-text/4.2.2-SNAPSHOT/rdf4j-common-text-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-model-vocabulary >-------------- [INFO] Building RDF4J: RDF Vocabularies 4.2.2-SNAPSHOT [12/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-model-vocabulary --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-model-vocabulary --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-model-vocabulary --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-model-vocabulary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-vocabulary/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-model-vocabulary --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-model-vocabulary --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-vocabulary/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-model-vocabulary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-vocabulary/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-model-vocabulary --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-model-vocabulary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-model-vocabulary --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-vocabulary/target/rdf4j-model-vocabulary-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-model-vocabulary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-model-vocabulary --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-model-vocabulary --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-model-vocabulary --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-vocabulary/target/rdf4j-model-vocabulary-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-vocabulary/4.2.2-SNAPSHOT/rdf4j-model-vocabulary-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model-vocabulary/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-vocabulary/4.2.2-SNAPSHOT/rdf4j-model-vocabulary-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-model >-------------------- [INFO] Building RDF4J: Model 4.2.2-SNAPSHOT [13/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 555 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 791 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/30.1.1-jre/guava-testlib-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/30.1.1-jre/guava-testlib-30.1.1-jre.pom (2.8 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/30.1.1-jre/guava-testlib-30.1.1-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 462 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 6.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/30.1.1-jre/guava-testlib-30.1.1-jre.jar (844 kB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 46 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-model --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-model --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-model --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-model --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-model --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model/target/rdf4j-model-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-model --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-model --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-model --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model/target/rdf4j-model-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model/4.2.2-SNAPSHOT/rdf4j-model-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model/4.2.2-SNAPSHOT/rdf4j-model-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-common-transaction >------------- [INFO] Building RDF4J: common transaction 4.2.2-SNAPSHOT [14/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-transaction --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-transaction --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-transaction --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-transaction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/transaction/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-transaction --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-transaction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/transaction/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-transaction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/transaction/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-transaction --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/transaction/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-transaction --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/transaction/target/rdf4j-common-transaction-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-transaction --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-transaction --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-transaction --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/transaction/target/rdf4j-common-transaction-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-transaction/4.2.2-SNAPSHOT/rdf4j-common-transaction-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/transaction/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-transaction/4.2.2-SNAPSHOT/rdf4j-common-transaction-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-common-xml >----------------- [INFO] Building RDF4J: common XML 4.2.2-SNAPSHOT [15/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-common-xml --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-common-xml --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-common-xml --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-common-xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/xml/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-common-xml --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-common-xml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/xml/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-common-xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/xml/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-common-xml --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-common-xml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-common-xml --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/xml/target/rdf4j-common-xml-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-common-xml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-common-xml --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-common-xml --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-common-xml --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/xml/target/rdf4j-common-xml-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-xml/4.2.2-SNAPSHOT/rdf4j-common-xml-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/common/xml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-common-xml/4.2.2-SNAPSHOT/rdf4j-common-xml-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-sparqlbuilder >---------------- [INFO] Building RDF4J: SparqlBuilder 4.2.2-SNAPSHOT [16/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sparqlbuilder --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sparqlbuilder --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sparqlbuilder --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sparqlbuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sparqlbuilder/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sparqlbuilder --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sparqlbuilder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sparqlbuilder/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sparqlbuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sparqlbuilder/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sparqlbuilder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sparqlbuilder/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sparqlbuilder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sparqlbuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sparqlbuilder/target/rdf4j-sparqlbuilder-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sparqlbuilder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sparqlbuilder --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sparqlbuilder --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sparqlbuilder/target/rdf4j-sparqlbuilder-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sparqlbuilder/4.2.2-SNAPSHOT/rdf4j-sparqlbuilder-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sparqlbuilder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sparqlbuilder/4.2.2-SNAPSHOT/rdf4j-sparqlbuilder-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.rdf4j:rdf4j-rio >--------------------- [INFO] Building RDF4J: Rio 4.2.2-SNAPSHOT [17/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio/4.2.2-SNAPSHOT/rdf4j-rio-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-rio-api >------------------- [INFO] Building RDF4J: Rio - API 4.2.2-SNAPSHOT [18/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 789 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 599 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.4/jsonld-java-0.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.4/jsonld-java-0.13.4.pom (6.1 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.13.4/jsonld-java-parent-0.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.13.4/jsonld-java-parent-0.13.4.pom (15 kB at 907 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.4/jackson-bom-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.4/jackson-bom-2.11.4.pom (15 kB at 856 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.4/jsonld-java-0.13.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 6.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.4/jsonld-java-0.13.4.jar (3.1 MB at 46 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-api --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-api --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-api --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-api --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/api/target/rdf4j-rio-api-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:3.2.0:test-jar (default) @ rdf4j-rio-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/api/target/rdf4j-rio-api-4.2.2-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-api --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-rio-api --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-api --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/api/target/rdf4j-rio-api-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-api/4.2.2-SNAPSHOT/rdf4j-rio-api-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-api/4.2.2-SNAPSHOT/rdf4j-rio-api-4.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/api/target/rdf4j-rio-api-4.2.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-api/4.2.2-SNAPSHOT/rdf4j-rio-api-4.2.2-SNAPSHOT-tests.jar [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-languages >---------------- [INFO] Building RDF4J: Rio - Languages 4.2.2-SNAPSHOT [19/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-languages --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-languages --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-languages --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-languages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-languages --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-languages --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/languages/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-languages --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/languages/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-languages --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-languages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-languages --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/languages/target/rdf4j-rio-languages-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-languages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-languages --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-languages --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/languages/target/rdf4j-rio-languages-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-languages/4.2.2-SNAPSHOT/rdf4j-rio-languages-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/languages/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-languages/4.2.2-SNAPSHOT/rdf4j-rio-languages-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-datatypes >---------------- [INFO] Building RDF4J: Rio - Datatypes 4.2.2-SNAPSHOT [20/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-datatypes --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-datatypes --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-datatypes --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-datatypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-datatypes --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-datatypes --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/datatypes/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-datatypes --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/datatypes/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-datatypes --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/datatypes/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-datatypes --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-datatypes --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/datatypes/target/rdf4j-rio-datatypes-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-datatypes --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-datatypes --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-datatypes --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/datatypes/target/rdf4j-rio-datatypes-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-datatypes/4.2.2-SNAPSHOT/rdf4j-rio-datatypes-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/datatypes/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-datatypes/4.2.2-SNAPSHOT/rdf4j-rio-datatypes-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-query >-------------------- [INFO] Building RDF4J: Query 4.2.2-SNAPSHOT [21/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom (6.1 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom (5.5 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom (9.9 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom (17 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom (17 kB at 591 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 958 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar (76 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar (375 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar (1.5 MB at 34 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 4.9 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-query --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-query --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-query --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/query/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-query --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/query/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-query --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/query/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-query --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/query/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-query --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-query --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/query/target/rdf4j-query-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-query --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-query --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-query --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-query --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/query/target/rdf4j-query-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-query/4.2.2-SNAPSHOT/rdf4j-query-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/query/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-query/4.2.2-SNAPSHOT/rdf4j-query-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-rio-binary >----------------- [INFO] Building RDF4J: Rio - Binary 4.2.2-SNAPSHOT [22/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-binary --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-binary --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-binary --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-binary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-binary --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-binary --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/binary/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-binary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-binary --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/binary/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-binary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-binary --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/binary/target/rdf4j-rio-binary-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-binary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-binary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-binary --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/binary/target/rdf4j-rio-binary-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-binary/4.2.2-SNAPSHOT/rdf4j-rio-binary-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/binary/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-binary/4.2.2-SNAPSHOT/rdf4j-rio-binary-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-rio-ntriples >---------------- [INFO] Building RDF4J: Rio - N-Triples 4.2.2-SNAPSHOT [23/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-ntriples --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-ntriples --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-ntriples --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-ntriples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-ntriples --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-ntriples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/ntriples/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-ntriples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-ntriples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/ntriples/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-ntriples --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-ntriples --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/ntriples/target/rdf4j-rio-ntriples-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-ntriples --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-ntriples --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-ntriples --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/ntriples/target/rdf4j-rio-ntriples-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-ntriples/4.2.2-SNAPSHOT/rdf4j-rio-ntriples-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/ntriples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-ntriples/4.2.2-SNAPSHOT/rdf4j-rio-ntriples-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-rio-hdt >------------------- [INFO] Building RDF4J: Rio - HDT 4.2.2-SNAPSHOT [24/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-hdt --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-hdt --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-hdt --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-hdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-hdt --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-hdt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/hdt/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-hdt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-hdt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/hdt/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-hdt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-hdt --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/hdt/target/rdf4j-rio-hdt-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-hdt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-hdt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-hdt --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/hdt/target/rdf4j-rio-hdt-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-hdt/4.2.2-SNAPSHOT/rdf4j-rio-hdt-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/hdt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-hdt/4.2.2-SNAPSHOT/rdf4j-rio-hdt-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-rio-jsonld >----------------- [INFO] Building RDF4J: Rio - JSON-LD 4.2.2-SNAPSHOT [25/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 482 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 732 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.pom (6.6 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar (164 kB at 6.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 24 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-jsonld --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-jsonld --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-jsonld --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-jsonld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-jsonld --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-jsonld --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/jsonld/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-jsonld --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 27 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-jsonld --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/jsonld/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-jsonld --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-jsonld --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/jsonld/target/rdf4j-rio-jsonld-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-jsonld --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-jsonld --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-jsonld --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/jsonld/target/rdf4j-rio-jsonld-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-jsonld/4.2.2-SNAPSHOT/rdf4j-rio-jsonld-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/jsonld/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-jsonld/4.2.2-SNAPSHOT/rdf4j-rio-jsonld-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-rio-turtle >----------------- [INFO] Building RDF4J: Rio - Turtle 4.2.2-SNAPSHOT [26/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-turtle --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-turtle --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-turtle --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-turtle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-turtle --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-turtle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/turtle/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-turtle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-turtle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/turtle/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-turtle --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-turtle --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/turtle/target/rdf4j-rio-turtle-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-turtle --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-turtle --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-turtle --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/turtle/target/rdf4j-rio-turtle-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-turtle/4.2.2-SNAPSHOT/rdf4j-rio-turtle-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/turtle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-turtle/4.2.2-SNAPSHOT/rdf4j-rio-turtle-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-rio-n3 >------------------- [INFO] Building RDF4J: Rio - N3 (writer-only) 4.2.2-SNAPSHOT [27/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-n3 --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-n3 --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-n3 --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-n3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-n3 --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-n3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/n3/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-n3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/n3/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-n3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/n3/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-n3 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-n3 --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/n3/target/rdf4j-rio-n3-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-n3 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-n3 --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-n3 --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/n3/target/rdf4j-rio-n3-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-n3/4.2.2-SNAPSHOT/rdf4j-rio-n3-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/n3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-n3/4.2.2-SNAPSHOT/rdf4j-rio-n3-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-rio-nquads >----------------- [INFO] Building RDF4J: Rio - N-Quads 4.2.2-SNAPSHOT [28/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-nquads --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-nquads --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-nquads --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-nquads --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-nquads --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-nquads --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/nquads/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-nquads --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-nquads --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/nquads/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-nquads --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-nquads --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/nquads/target/rdf4j-rio-nquads-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-nquads --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-nquads --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-nquads --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/nquads/target/rdf4j-rio-nquads-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-nquads/4.2.2-SNAPSHOT/rdf4j-rio-nquads-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/nquads/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-nquads/4.2.2-SNAPSHOT/rdf4j-rio-nquads-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-rio-rdfjson >----------------- [INFO] Building RDF4J: Rio - RDF/JSON 4.2.2-SNAPSHOT [29/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-rdfjson --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-rdfjson --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-rdfjson --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-rdfjson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-rdfjson --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-rdfjson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfjson/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-rdfjson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-rdfjson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfjson/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-rdfjson --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-rdfjson --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfjson/target/rdf4j-rio-rdfjson-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-rdfjson --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-rdfjson --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-rdfjson --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfjson/target/rdf4j-rio-rdfjson-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-rdfjson/4.2.2-SNAPSHOT/rdf4j-rio-rdfjson-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfjson/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-rdfjson/4.2.2-SNAPSHOT/rdf4j-rio-rdfjson-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-rio-rdfxml >----------------- [INFO] Building RDF4J: Rio - RDF/XML 4.2.2-SNAPSHOT [30/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-rdfxml --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-rdfxml --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-rdfxml --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-rdfxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-rdfxml --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-rdfxml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfxml/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-rdfxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-rdfxml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfxml/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-rdfxml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-rdfxml --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfxml/target/rdf4j-rio-rdfxml-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-rdfxml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-rdfxml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-rdfxml --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfxml/target/rdf4j-rio-rdfxml-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-rdfxml/4.2.2-SNAPSHOT/rdf4j-rio-rdfxml-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/rdfxml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-rdfxml/4.2.2-SNAPSHOT/rdf4j-rio-rdfxml-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-rio-trix >------------------ [INFO] Building RDF4J: Rio - TriX 4.2.2-SNAPSHOT [31/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-trix --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-trix --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-trix --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-trix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-trix --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-trix --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trix/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-trix --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-trix --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trix/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-trix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-trix --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trix/target/rdf4j-rio-trix-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-trix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-trix --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-trix --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trix/target/rdf4j-rio-trix-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-trix/4.2.2-SNAPSHOT/rdf4j-rio-trix-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trix/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-trix/4.2.2-SNAPSHOT/rdf4j-rio-trix-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-rio-trig >------------------ [INFO] Building RDF4J: Rio - TriG 4.2.2-SNAPSHOT [32/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-trig --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-trig --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-trig --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-trig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-trig --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-trig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trig/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-trig --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-trig --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trig/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-trig --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-trig --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trig/target/rdf4j-rio-trig-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-trig --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-trig --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-trig --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trig/target/rdf4j-rio-trig-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-trig/4.2.2-SNAPSHOT/rdf4j-rio-trig-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/rio/trig/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-trig/4.2.2-SNAPSHOT/rdf4j-rio-trig-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-queryalgebra >---------------- [INFO] Building RDF4J: Query algebra 4.2.2-SNAPSHOT [33/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryalgebra --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryalgebra --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryalgebra --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryalgebra --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryalgebra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryalgebra --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryalgebra --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra/4.2.2-SNAPSHOT/rdf4j-queryalgebra-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-queryalgebra-model >------------- [INFO] Building RDF4J: Query algebra - model 4.2.2-SNAPSHOT [34/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryalgebra-model --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryalgebra-model --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryalgebra-model --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryalgebra-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/model/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryalgebra-model --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryalgebra-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 118 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryalgebra-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryalgebra-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/model/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryalgebra-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryalgebra-model --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/model/target/rdf4j-queryalgebra-model-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryalgebra-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryalgebra-model --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-queryalgebra-model --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryalgebra-model --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/model/target/rdf4j-queryalgebra-model-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-model/4.2.2-SNAPSHOT/rdf4j-queryalgebra-model-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-model/4.2.2-SNAPSHOT/rdf4j-queryalgebra-model-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.rdf4j:rdf4j-sail >-------------------- [INFO] Building RDF4J: Sail 4.2.2-SNAPSHOT [35/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail/4.2.2-SNAPSHOT/rdf4j-sail-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-sail-api >------------------ [INFO] Building RDF4J: Sail API 4.2.2-SNAPSHOT [36/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-api --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-api --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-api --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/api/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-api --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/api/target/rdf4j-sail-api-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-api --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-sail-api --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-api --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/api/target/rdf4j-sail-api-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-api/4.2.2-SNAPSHOT/rdf4j-sail-api-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-api/4.2.2-SNAPSHOT/rdf4j-sail-api-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-queryresultio >---------------- [INFO] Building RDF4J: Query result IO 4.2.2-SNAPSHOT [37/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryresultio --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryresultio --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryresultio --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryresultio --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryresultio --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryresultio --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryresultio --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio/4.2.2-SNAPSHOT/rdf4j-queryresultio-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-queryresultio-api >-------------- [INFO] Building RDF4J: Query result IO - API 4.2.2-SNAPSHOT [38/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryresultio-api --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryresultio-api --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryresultio-api --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryresultio-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/api/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryresultio-api --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryresultio-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryresultio-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryresultio-api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryresultio-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryresultio-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/api/target/rdf4j-queryresultio-api-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryresultio-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryresultio-api --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-queryresultio-api --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryresultio-api --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/api/target/rdf4j-queryresultio-api-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-api/4.2.2-SNAPSHOT/rdf4j-queryresultio-api-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-api/4.2.2-SNAPSHOT/rdf4j-queryresultio-api-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-testsuites >----------------- [INFO] Building RDF4J: Test Suites 4.2.2-SNAPSHOT [39/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-testsuites --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-testsuites --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-testsuites --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-testsuites --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-testsuites --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-testsuites --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-testsuites --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-testsuites/4.2.2-SNAPSHOT/rdf4j-testsuites-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.rdf4j:rdf4j-queryresultio-testsuite >----------- [INFO] Building RDF4J: QueryResultIO testsuite 4.2.2-SNAPSHOT [40/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryresultio-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryresultio-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryresultio-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryresultio-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/queryresultio/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryresultio-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryresultio-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/queryresultio/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryresultio-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/queryresultio/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryresultio-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryresultio-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryresultio-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/queryresultio/target/rdf4j-queryresultio-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryresultio-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryresultio-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryresultio-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/queryresultio/target/rdf4j-queryresultio-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-testsuite/4.2.2-SNAPSHOT/rdf4j-queryresultio-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/queryresultio/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-testsuite/4.2.2-SNAPSHOT/rdf4j-queryresultio-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.rdf4j:rdf4j-queryresultio-binary >------------ [INFO] Building RDF4J: Query result IO - binary 4.2.2-SNAPSHOT [41/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryresultio-binary --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryresultio-binary --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryresultio-binary --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryresultio-binary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryresultio-binary --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryresultio-binary --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/binary/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryresultio-binary --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryresultio-binary --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/binary/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryresultio-binary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryresultio-binary --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/binary/target/rdf4j-queryresultio-binary-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryresultio-binary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryresultio-binary --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryresultio-binary --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/binary/target/rdf4j-queryresultio-binary-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-binary/4.2.2-SNAPSHOT/rdf4j-queryresultio-binary-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/binary/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-binary/4.2.2-SNAPSHOT/rdf4j-queryresultio-binary-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.rdf4j:rdf4j-queryresultio-sparqljson >---------- [INFO] Building RDF4J: Query result IO - SPARQL/JSON 4.2.2-SNAPSHOT [42/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryresultio-sparqljson --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryresultio-sparqljson --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryresultio-sparqljson --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryresultio-sparqljson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryresultio-sparqljson --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryresultio-sparqljson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqljson/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryresultio-sparqljson --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryresultio-sparqljson --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqljson/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryresultio-sparqljson --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryresultio-sparqljson --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqljson/target/rdf4j-queryresultio-sparqljson-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryresultio-sparqljson --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryresultio-sparqljson --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryresultio-sparqljson --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqljson/target/rdf4j-queryresultio-sparqljson-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/4.2.2-SNAPSHOT/rdf4j-queryresultio-sparqljson-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqljson/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-sparqljson/4.2.2-SNAPSHOT/rdf4j-queryresultio-sparqljson-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.rdf4j:rdf4j-queryresultio-sparqlxml >----------- [INFO] Building RDF4J: Query result IO - SPARQL/XML 4.2.2-SNAPSHOT [43/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryresultio-sparqlxml --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryresultio-sparqlxml --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryresultio-sparqlxml --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryresultio-sparqlxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryresultio-sparqlxml --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryresultio-sparqlxml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqlxml/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryresultio-sparqlxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryresultio-sparqlxml --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqlxml/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryresultio-sparqlxml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryresultio-sparqlxml --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqlxml/target/rdf4j-queryresultio-sparqlxml-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryresultio-sparqlxml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryresultio-sparqlxml --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryresultio-sparqlxml --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqlxml/target/rdf4j-queryresultio-sparqlxml-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/4.2.2-SNAPSHOT/rdf4j-queryresultio-sparqlxml-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/sparqlxml/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-sparqlxml/4.2.2-SNAPSHOT/rdf4j-queryresultio-sparqlxml-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-queryresultio-text >------------- [INFO] Building RDF4J: Query result IO - plain text booleans 4.2.2-SNAPSHOT [44/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.3/opencsv-5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.3/opencsv-5.3.pom (31 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.3/opencsv-5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.3/opencsv-5.3.jar (218 kB at 8.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 29 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryresultio-text --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryresultio-text --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryresultio-text --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryresultio-text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryresultio-text --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryresultio-text --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/text/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryresultio-text --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryresultio-text --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/text/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryresultio-text --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryresultio-text --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/text/target/rdf4j-queryresultio-text-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryresultio-text --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryresultio-text --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryresultio-text --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/text/target/rdf4j-queryresultio-text-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-text/4.2.2-SNAPSHOT/rdf4j-queryresultio-text-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryresultio/text/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryresultio-text/4.2.2-SNAPSHOT/rdf4j-queryresultio-text-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-repository >----------------- [INFO] Building RDF4J: Repository 4.2.2-SNAPSHOT [45/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository/4.2.2-SNAPSHOT/rdf4j-repository-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-repository-api >--------------- [INFO] Building RDF4J: Repository - API 4.2.2-SNAPSHOT [46/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.27.2/wiremock-jre8-2.27.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.27.2/wiremock-jre8-2.27.2.pom (7.8 kB at 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.49.v20220914/jetty-server-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.49.v20220914/jetty-server-9.4.49.v20220914.pom (3.4 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.49.v20220914/jetty-project-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.49.v20220914/jetty-project-9.4.49.v20220914.pom (72 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom (7.2 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/11.0.15.Final/infinispan-bom-11.0.15.Final.pom (19 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/11.0.15.Final/infinispan-build-configuration-parent-11.0.15.Final.pom (13 kB at 951 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 712 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.49.v20220914/jetty-http-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.49.v20220914/jetty-http-9.4.49.v20220914.pom (4.0 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.49.v20220914/jetty-util-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.49.v20220914/jetty-util-9.4.49.v20220914.pom (4.0 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.49.v20220914/jetty-io-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.49.v20220914/jetty-io-9.4.49.v20220914.pom (1.2 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.49.v20220914/jetty-servlet-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.49.v20220914/jetty-servlet-9.4.49.v20220914.pom (2.3 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.49.v20220914/jetty-security-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.49.v20220914/jetty-security-9.4.49.v20220914.pom (2.1 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.49.v20220914/jetty-util-ajax-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.49.v20220914/jetty-util-ajax-9.4.49.v20220914.pom (1.3 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.49.v20220914/jetty-servlets-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.49.v20220914/jetty-servlets-9.4.49.v20220914.pom (2.6 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.49.v20220914/jetty-continuation-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.49.v20220914/jetty-continuation-9.4.49.v20220914.pom (952 B at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.49.v20220914/jetty-webapp-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.49.v20220914/jetty-webapp-9.4.49.v20220914.pom (3.2 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.49.v20220914/jetty-xml-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.49.v20220914/jetty-xml-9.4.49.v20220914.pom (1.7 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-proxy/9.4.49.v20220914/jetty-proxy-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-proxy/9.4.49.v20220914/jetty-proxy-9.4.49.v20220914.pom (2.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.49.v20220914/jetty-client-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.49.v20220914/jetty-client-9.4.49.v20220914.pom (5.1 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.pom (2.7 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.7.0/xmlunit-parent-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.7.0/xmlunit-parent-2.7.0.pom (20 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 851 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 376 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.7.0/xmlunit-legacy-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.7.0/xmlunit-legacy-2.7.0.pom (3.1 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.7.0/xmlunit-placeholders-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.7.0/xmlunit-placeholders-2.7.0.pom (1.6 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom (2.6 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom (14 kB at 734 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.2.0/handlebars-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.2.0/handlebars-4.2.0.pom (10 kB at 675 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars.java/4.2.0/handlebars.java-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars.java/4.2.0/handlebars.java-4.2.0.pom (13 kB at 765 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.2.0/handlebars-helpers-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.2.0/handlebars-helpers-4.2.0.pom (2.1 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.pom (5.8 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.pom (11 kB at 586 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.49.v20220914/http2-server-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.49.v20220914/http2-server-9.4.49.v20220914.pom (3.7 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/9.4.49.v20220914/http2-parent-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/9.4.49.v20220914/http2-parent-9.4.49.v20220914.pom (1.1 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.49.v20220914/http2-common-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.49.v20220914/http2-common-9.4.49.v20220914.pom (1.2 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.49.v20220914/http2-hpack-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.49.v20220914/http2-hpack-9.4.49.v20220914.pom (2.4 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.49.v20220914/jetty-alpn-server-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.49.v20220914/jetty-alpn-server-9.4.49.v20220914.pom (2.7 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/9.4.49.v20220914/jetty-alpn-parent-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/9.4.49.v20220914/jetty-alpn-parent-9.4.49.v20220914.pom (1.1 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.49.v20220914/jetty-alpn-conscrypt-server-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.49.v20220914/jetty-alpn-conscrypt-server-9.4.49.v20220914.pom (3.0 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.49.v20220914/jetty-alpn-conscrypt-client-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.49.v20220914/jetty-alpn-conscrypt-client-9.4.49.v20220914.pom (2.1 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.49.v20220914/jetty-alpn-client-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.49.v20220914/jetty-alpn-client-9.4.49.v20220914.pom (2.2 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.2.1/conscrypt-openjdk-uber-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.2.1/conscrypt-openjdk-uber-2.2.1.pom (1.3 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.pom (4.4 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-parent/2.12.0/json-unit-parent-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-parent/2.12.0/json-unit-parent-2.12.0.pom (8.2 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.pom (1.4 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom (1.1 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.27.2/wiremock-jre8-2.27.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.49.v20220914/jetty-server-9.4.49.v20220914.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.49.v20220914/jetty-http-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.49.v20220914/jetty-io-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.49.v20220914/jetty-io-9.4.49.v20220914.jar (183 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.49.v20220914/jetty-servlet-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.49.v20220914/jetty-security-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.49.v20220914/jetty-http-9.4.49.v20220914.jar (235 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.49.v20220914/jetty-server-9.4.49.v20220914.jar (732 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.49.v20220914/jetty-util-ajax-9.4.49.v20220914.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.49.v20220914/jetty-servlets-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.49.v20220914/jetty-servlet-9.4.49.v20220914.jar (146 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.49.v20220914/jetty-continuation-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.49.v20220914/jetty-security-9.4.49.v20220914.jar (119 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.49.v20220914/jetty-util-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.49.v20220914/jetty-continuation-9.4.49.v20220914.jar (25 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.49.v20220914/jetty-webapp-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util-ajax/9.4.49.v20220914/jetty-util-ajax-9.4.49.v20220914.jar (67 kB at 606 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.49.v20220914/jetty-xml-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.49.v20220914/jetty-servlets-9.4.49.v20220914.jar (108 kB at 952 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-proxy/9.4.49.v20220914/jetty-proxy-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.49.v20220914/jetty-xml-9.4.49.v20220914.jar (68 kB at 538 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.49.v20220914/jetty-client-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.49.v20220914/jetty-webapp-9.4.49.v20220914.jar (140 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.27.2/wiremock-jre8-2.27.2.jar (3.3 MB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-proxy/9.4.49.v20220914/jetty-proxy-9.4.49.v20220914.jar (97 kB at 748 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.7.0/xmlunit-legacy-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.49.v20220914/jetty-util-9.4.49.v20220914.jar (583 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.7.0/xmlunit-placeholders-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.7.0/xmlunit-legacy-2.7.0.jar (128 kB at 866 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 849 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.7.0/xmlunit-core-2.7.0.jar (168 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-client/9.4.49.v20220914/jetty-client-9.4.49.v20220914.jar (328 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.7.0/xmlunit-placeholders-2.7.0.jar (13 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 738 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.2.0/handlebars-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.2.0/handlebars-helpers-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 677 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.2.0/handlebars-helpers-4.2.0.jar (12 kB at 62 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.jar (30 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.49.v20220914/http2-common-9.4.49.v20220914.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.49.v20220914/http2-server-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar (78 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.49.v20220914/http2-hpack-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.3.3/commons-fileupload-1.3.3.jar (71 kB at 362 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.49.v20220914/jetty-alpn-server-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.2.0/handlebars-4.2.0.jar (929 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.49.v20220914/jetty-alpn-conscrypt-server-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.49.v20220914/http2-server-9.4.49.v20220914.jar (61 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.49.v20220914/jetty-alpn-conscrypt-client-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.49.v20220914/http2-common-9.4.49.v20220914.jar (206 kB at 996 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.49.v20220914/jetty-alpn-client-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.49.v20220914/http2-hpack-9.4.49.v20220914.jar (52 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.2.1/conscrypt-openjdk-uber-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.49.v20220914/jetty-alpn-conscrypt-server-9.4.49.v20220914.jar (17 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.49.v20220914/jetty-alpn-conscrypt-client-9.4.49.v20220914.jar (17 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.49.v20220914/jetty-alpn-client-9.4.49.v20220914.jar (17 kB at 75 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.49.v20220914/jetty-alpn-server-9.4.49.v20220914.jar (18 kB at 78 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.jar (128 kB at 548 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.2.1/conscrypt-openjdk-uber-2.2.1.jar (4.5 MB at 16 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-api --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-api --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-api --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 24 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-api --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/api/target/rdf4j-repository-api-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-api --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-repository-api --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-api --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/api/target/rdf4j-repository-api-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-api/4.2.2-SNAPSHOT/rdf4j-repository-api-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-api/4.2.2-SNAPSHOT/rdf4j-repository-api-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.rdf4j:rdf4j-http >-------------------- [INFO] Building RDF4J: HTTP 4.2.2-SNAPSHOT [47/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-http --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-http --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-http --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-http --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-http --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-http --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-http --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http/4.2.2-SNAPSHOT/rdf4j-http-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-http-protocol >---------------- [INFO] Building RDF4J: HTTP protocol 4.2.2-SNAPSHOT [48/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-http-protocol --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-http-protocol --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-http-protocol --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-http-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/protocol/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-http-protocol --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-http-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/protocol/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-http-protocol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-http-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/protocol/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-http-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-http-protocol --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/protocol/target/rdf4j-http-protocol-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-http-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-http-protocol --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-http-protocol --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/protocol/target/rdf4j-http-protocol-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-protocol/4.2.2-SNAPSHOT/rdf4j-http-protocol-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/protocol/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-protocol/4.2.2-SNAPSHOT/rdf4j-http-protocol-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-http-client >----------------- [INFO] Building RDF4J: HTTP client 4.2.2-SNAPSHOT [49/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.jar (1.2 kB at 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.jar (123 kB at 6.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 18 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-http-client --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-http-client --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-http-client --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/client/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-http-client --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-http-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/client/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-http-client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-http-client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-http-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-http-client --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/client/target/rdf4j-http-client-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-http-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-http-client --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-http-client --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-http-client --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/client/target/rdf4j-http-client-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-client/4.2.2-SNAPSHOT/rdf4j-http-client-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/http/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-client/4.2.2-SNAPSHOT/rdf4j-http-client-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-queryparser >----------------- [INFO] Building RDF4J: Query parser 4.2.2-SNAPSHOT [50/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryparser --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryparser --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryparser --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryparser --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryparser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryparser --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryparser --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser/4.2.2-SNAPSHOT/rdf4j-queryparser-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-queryparser-api >--------------- [INFO] Building RDF4J: Query parser - API 4.2.2-SNAPSHOT [51/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryparser-api --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryparser-api --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryparser-api --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryparser-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/api/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryparser-api --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryparser-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryparser-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryparser-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryparser-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryparser-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/api/target/rdf4j-queryparser-api-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryparser-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryparser-api --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-queryparser-api --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryparser-api --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/api/target/rdf4j-queryparser-api-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser-api/4.2.2-SNAPSHOT/rdf4j-queryparser-api-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser-api/4.2.2-SNAPSHOT/rdf4j-queryparser-api-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-queryparser-sparql >------------- [INFO] Building RDF4J: Query parser - SPARQL 4.2.2-SNAPSHOT [52/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryparser-sparql --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryparser-sparql --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryparser-sparql --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryparser-sparql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryparser-sparql --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryparser-sparql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 192 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/sparql/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryparser-sparql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/sparql/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryparser-sparql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/sparql/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryparser-sparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryparser-sparql --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/sparql/target/rdf4j-queryparser-sparql-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryparser-sparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryparser-sparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryparser-sparql --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/sparql/target/rdf4j-queryparser-sparql-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser-sparql/4.2.2-SNAPSHOT/rdf4j-queryparser-sparql-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryparser/sparql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryparser-sparql/4.2.2-SNAPSHOT/rdf4j-queryparser-sparql-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-repository-sparql >-------------- [INFO] Building RDF4J: SPARQL Repository 4.2.2-SNAPSHOT [53/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-sparql --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-sparql --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-sparql --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-sparql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-sparql --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-sparql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sparql/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-sparql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sparql/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-sparql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sparql/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-sparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-sparql --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sparql/target/rdf4j-repository-sparql-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-sparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-sparql --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-repository-sparql --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-sparql --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sparql/target/rdf4j-repository-sparql-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-sparql/4.2.2-SNAPSHOT/rdf4j-repository-sparql-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sparql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-sparql/4.2.2-SNAPSHOT/rdf4j-repository-sparql-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.rdf4j:rdf4j-queryalgebra-evaluation >----------- [INFO] Building RDF4J: Query algebra - evaluation 4.2.2-SNAPSHOT [54/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.pom (11 kB at 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (29 kB at 926 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mapdb/mapdb/1.0.8/mapdb-1.0.8.jar (417 kB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 48 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryalgebra-evaluation --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryalgebra-evaluation --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryalgebra-evaluation --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryalgebra-evaluation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryalgebra-evaluation --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryalgebra-evaluation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 209 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/evaluation/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryalgebra-evaluation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryalgebra-evaluation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/evaluation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryalgebra-evaluation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryalgebra-evaluation --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/evaluation/target/rdf4j-queryalgebra-evaluation-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryalgebra-evaluation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryalgebra-evaluation --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-queryalgebra-evaluation --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryalgebra-evaluation --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/evaluation/target/rdf4j-queryalgebra-evaluation-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/4.2.2-SNAPSHOT/rdf4j-queryalgebra-evaluation-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/evaluation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-evaluation/4.2.2-SNAPSHOT/rdf4j-queryalgebra-evaluation-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.rdf4j:rdf4j-repository-testsuite >------------ [INFO] Building RDF4J: Repository API testsuite 4.2.2-SNAPSHOT [55/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/repository/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/repository/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/repository/target/rdf4j-repository-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/repository/target/rdf4j-repository-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-testsuite/4.2.2-SNAPSHOT/rdf4j-repository-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/repository/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-testsuite/4.2.2-SNAPSHOT/rdf4j-repository-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-repository-sail >--------------- [INFO] Building RDF4J: SailRepository 4.2.2-SNAPSHOT [56/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-sail --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-sail --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-sail --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-sail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-sail --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-sail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-sail --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-sail --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sail/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-sail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-sail --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sail/target/rdf4j-repository-sail-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-sail --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-sail --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-repository-sail --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-sail --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sail/target/rdf4j-repository-sail-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-sail/4.2.2-SNAPSHOT/rdf4j-repository-sail-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/sail/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-sail/4.2.2-SNAPSHOT/rdf4j-repository-sail-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-repository-event >-------------- [INFO] Building RDF4J: Repository - event (wrapper) 4.2.2-SNAPSHOT [57/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-event --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-event --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-event --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-event --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/event/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-event --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-event --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/event/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-event --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/event/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-event --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/event/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-event --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-event --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/event/target/rdf4j-repository-event-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-event --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-event --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-event --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/event/target/rdf4j-repository-event-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-event/4.2.2-SNAPSHOT/rdf4j-repository-event-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/event/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-event/4.2.2-SNAPSHOT/rdf4j-repository-event-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-repository-http >--------------- [INFO] Building RDF4J: HTTPRepository 4.2.2-SNAPSHOT [58/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-http --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-http --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-http --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-http --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-http --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/http/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-http --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-http --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-http --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/http/target/rdf4j-repository-http-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-http --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-http --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-repository-http --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-http --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/http/target/rdf4j-repository-http-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-http/4.2.2-SNAPSHOT/rdf4j-repository-http-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-http/4.2.2-SNAPSHOT/rdf4j-repository-http-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-repository-manager >------------- [INFO] Building RDF4J: Repository manager 4.2.2-SNAPSHOT [59/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-manager --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-manager --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-manager --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-manager --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/manager/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-manager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-manager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/manager/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-manager --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-manager --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/manager/target/rdf4j-repository-manager-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-manager --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-manager --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-repository-manager --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-manager --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/manager/target/rdf4j-repository-manager-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-manager/4.2.2-SNAPSHOT/rdf4j-repository-manager-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/manager/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-manager/4.2.2-SNAPSHOT/rdf4j-repository-manager-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-sail-base >------------------ [INFO] Building RDF4J: Sail base implementations 4.2.2-SNAPSHOT [60/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-base --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-base --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-base --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/base/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-base --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/base/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-base --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/base/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-base --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/base/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-base --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/base/target/rdf4j-sail-base-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-base --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-sail-base --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-base --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/base/target/rdf4j-sail-base-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-base/4.2.2-SNAPSHOT/rdf4j-sail-base-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-base/4.2.2-SNAPSHOT/rdf4j-sail-base-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-sail-testsuite >--------------- [INFO] Building RDF4J: Sail API testsuite 4.2.2-SNAPSHOT [61/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 42 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sail/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sail/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sail/target/rdf4j-sail-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sail/target/rdf4j-sail-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-testsuite/4.2.2-SNAPSHOT/rdf4j-sail-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sail/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-testsuite/4.2.2-SNAPSHOT/rdf4j-sail-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-sail-memory >----------------- [INFO] Building RDF4J: MemoryStore 4.2.2-SNAPSHOT [62/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-memory --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-memory --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-memory --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-memory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-memory --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-memory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/memory/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-memory --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 23 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-memory --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/memory/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-memory --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-memory --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/memory/target/rdf4j-sail-memory-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-memory --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-memory --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-sail-memory --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-memory --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/memory/target/rdf4j-sail-memory-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-memory/4.2.2-SNAPSHOT/rdf4j-sail-memory-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/memory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-memory/4.2.2-SNAPSHOT/rdf4j-sail-memory-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.rdf4j:rdf4j-queryalgebra-geosparql >----------- [INFO] Building RDF4J: Query algebra - GeoSPARQL 4.2.2-SNAPSHOT [63/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.pom (16 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.18.1/jts-core-1.18.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.18.1/jts-core-1.18.1.pom (2.4 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-modules/1.18.1/jts-modules-1.18.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-modules/1.18.1/jts-modules-1.18.1.pom (1.3 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts/1.18.1/jts-1.18.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts/1.18.1/jts-1.18.1.pom (11 kB at 682 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.18.1/jts-core-1.18.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/spatial4j/spatial4j/0.8/spatial4j-0.8.jar (190 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.18.1/jts-core-1.18.1.jar (996 kB at 36 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryalgebra-geosparql --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryalgebra-geosparql --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryalgebra-geosparql --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryalgebra-geosparql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryalgebra-geosparql --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryalgebra-geosparql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/geosparql/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryalgebra-geosparql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 9 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryalgebra-geosparql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/geosparql/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryalgebra-geosparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryalgebra-geosparql --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/geosparql/target/rdf4j-queryalgebra-geosparql-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryalgebra-geosparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryalgebra-geosparql --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryalgebra-geosparql --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/geosparql/target/rdf4j-queryalgebra-geosparql-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-geosparql/4.2.2-SNAPSHOT/rdf4j-queryalgebra-geosparql-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryalgebra/geosparql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryalgebra-geosparql/4.2.2-SNAPSHOT/rdf4j-queryalgebra-geosparql-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-queryrender >----------------- [INFO] Building RDF4J: Query Rendering 4.2.2-SNAPSHOT [64/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-queryrender --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-queryrender --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-queryrender --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-queryrender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryrender/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-queryrender --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-queryrender --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryrender/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-queryrender --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 196 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-queryrender --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryrender/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-queryrender --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-queryrender --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryrender/target/rdf4j-queryrender-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-queryrender --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-queryrender --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-queryrender --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryrender/target/rdf4j-queryrender-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryrender/4.2.2-SNAPSHOT/rdf4j-queryrender-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/queryrender/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-queryrender/4.2.2-SNAPSHOT/rdf4j-queryrender-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-repository-dataset >------------- [INFO] Building RDF4J: DatasetRepository (wrapper) 4.2.2-SNAPSHOT [65/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-dataset --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-dataset --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-dataset --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-dataset --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-dataset --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-dataset --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/dataset/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-dataset --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/dataset/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-dataset --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-dataset --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-dataset --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/dataset/target/rdf4j-repository-dataset-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-dataset --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-dataset --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-dataset --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/dataset/target/rdf4j-repository-dataset-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-dataset/4.2.2-SNAPSHOT/rdf4j-repository-dataset-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/dataset/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-dataset/4.2.2-SNAPSHOT/rdf4j-repository-dataset-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.rdf4j:rdf4j-repository-contextaware >----------- [INFO] Building RDF4J: Repository - context aware (wrapper) 4.2.2-SNAPSHOT [66/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-contextaware --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-contextaware --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-contextaware --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-contextaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-contextaware --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-contextaware --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/contextaware/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-contextaware --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/contextaware/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-contextaware --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/contextaware/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-contextaware --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-repository-contextaware --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/contextaware/target/rdf4j-repository-contextaware-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-contextaware --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-contextaware --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-contextaware --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/contextaware/target/rdf4j-repository-contextaware-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-contextaware/4.2.2-SNAPSHOT/rdf4j-repository-contextaware-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/repository/contextaware/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-contextaware/4.2.2-SNAPSHOT/rdf4j-repository-contextaware-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-model-testsuite >--------------- [INFO] Building RDF4J: Model API testsuite 4.2.2-SNAPSHOT [67/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-model-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-model-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-model-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-model-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/model/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-model-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-model-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-model-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/model/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-model-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-model-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-model-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/model/target/rdf4j-model-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-model-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-model-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-model-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/model/target/rdf4j-model-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-testsuite/4.2.2-SNAPSHOT/rdf4j-model-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-testsuite/4.2.2-SNAPSHOT/rdf4j-model-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-sail-model >----------------- [INFO] Building RDF4J: Sail Model 4.2.2-SNAPSHOT [68/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/21.0/guava-testlib-21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/21.0/guava-testlib-21.0.pom (2.9 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom (9.7 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.0.15/error_prone_annotations-2.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.0.15/error_prone_annotations-2.0.15.pom (1.6 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.0.15/error_prone_parent-2.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.0.15/error_prone_parent-2.0.15.pom (5.1 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/21.0/guava-testlib-21.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.0.15/error_prone_annotations-2.0.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-testlib/21.0/guava-testlib-21.0.jar (829 kB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.0.15/error_prone_annotations-2.0.15.jar (11 kB at 226 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-model --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-model --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-model --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/model/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-model --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/model/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/model/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-model --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/model/target/rdf4j-sail-model-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-model --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-sail-model --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-model --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/model/target/rdf4j-sail-model-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-model/4.2.2-SNAPSHOT/rdf4j-sail-model-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-model/4.2.2-SNAPSHOT/rdf4j-sail-model-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-sail-nativerdf >--------------- [INFO] Building RDF4J: NativeStore 4.2.2-SNAPSHOT [69/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-nativerdf --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-nativerdf --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-nativerdf --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-nativerdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-nativerdf --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-nativerdf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/nativerdf/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-nativerdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 26 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-nativerdf --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/nativerdf/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-nativerdf --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-nativerdf --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/nativerdf/target/rdf4j-sail-nativerdf-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-nativerdf --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-nativerdf --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-sail-nativerdf --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-nativerdf --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/nativerdf/target/rdf4j-sail-nativerdf-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-nativerdf/4.2.2-SNAPSHOT/rdf4j-sail-nativerdf-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/nativerdf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-nativerdf/4.2.2-SNAPSHOT/rdf4j-sail-nativerdf-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-sail-inferencer >--------------- [INFO] Building RDF4J: Inferencer Sails 4.2.2-SNAPSHOT [70/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-inferencer --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-inferencer --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-inferencer --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-inferencer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-inferencer --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-inferencer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/inferencer/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-inferencer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-inferencer --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/inferencer/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-inferencer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-inferencer --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/inferencer/target/rdf4j-sail-inferencer-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-inferencer --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-inferencer --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-sail-inferencer --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-inferencer --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/inferencer/target/rdf4j-sail-inferencer-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-inferencer/4.2.2-SNAPSHOT/rdf4j-sail-inferencer-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/inferencer/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-inferencer/4.2.2-SNAPSHOT/rdf4j-sail-inferencer-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-shacl >-------------------- [INFO] Building RDF4J: SHACL 4.2.2-SNAPSHOT [71/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/topbraid/shacl/1.3.2/shacl-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/topbraid/shacl/1.3.2/shacl-1.3.2.pom (8.3 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.13.1/jena-arq-3.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.13.1/jena-arq-3.13.1.pom (7.3 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.13.1/jena-3.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.13.1/jena-3.13.1.pom (39 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.13.1/jena-core-3.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.13.1/jena-core-3.13.1.pom (9.5 kB at 636 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.13.1/jena-iri-3.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.13.1/jena-iri-3.13.1.pom (4.3 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 630 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.13.1/jena-base-3.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.13.1/jena-base-3.13.1.pom (5.4 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.13.1/jena-shaded-guava-3.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.13.1/jena-shaded-guava-3.13.1.pom (3.6 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.7/commons-csv-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.7/commons-csv-1.7.pom (20 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom (2.1 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.pom (2.5 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.pom (2.3 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom (3.7 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.pom (3.0 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/topbraid/shacl/1.3.2/shacl-1.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.13.1/jena-arq-3.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.13.1/jena-core-3.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.13.1/jena-iri-3.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.13.1/jena-iri-3.13.1.jar (138 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.13.1/jena-base-3.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/topbraid/shacl/1.3.2/shacl-1.3.2.jar (639 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.7/commons-csv-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.7/commons-csv-1.7.jar (45 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.13.1/jena-core-3.13.1.jar (1.8 MB at 36 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.13.1/jena-shaded-guava-3.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.13.1/jena-base-3.13.1.jar (225 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 882 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar (165 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.13.1/jena-arq-3.13.1.jar (3.1 MB at 40 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.12.0/libthrift-0.12.0.jar (246 kB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.3/antlr4-runtime-4.5.3.jar (302 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.8.2/junit-jupiter-params-5.8.2.jar (577 kB at 5.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.13.1/jena-shaded-guava-3.13.1.jar (2.9 MB at 23 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-shacl --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-shacl --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-shacl --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-shacl --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-shacl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 164 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/shacl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-shacl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2877 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-shacl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/shacl/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-shacl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-shacl --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/shacl/target/rdf4j-shacl-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-shacl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-shacl --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-shacl --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/shacl/target/rdf4j-shacl-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-shacl/4.2.2-SNAPSHOT/rdf4j-shacl-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/shacl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-shacl/4.2.2-SNAPSHOT/rdf4j-shacl-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-sail-lmdb >------------------ [INFO] Building RDF4J: LmdbStore 4.2.2-SNAPSHOT [72/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1.pom (1.4 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1.pom (1.1 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-linux.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-linux-arm64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-macos.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1.jar (28 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-macos-arm64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-macos.jar (52 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-windows.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-linux.jar (54 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-windows-arm64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-macos-arm64.jar (49 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-linux.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-windows.jar (113 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-linux-arm64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1.jar (724 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-macos.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-linux-arm64.jar (53 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-macos-arm64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl-lmdb/3.3.1/lwjgl-lmdb-3.3.1-natives-windows-arm64.jar (102 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-windows.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-linux.jar (111 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-windows-arm64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-linux-arm64.jar (86 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-windows.jar (159 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-windows-arm64.jar (130 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-macos-arm64.jar (43 kB at 521 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lwjgl/lwjgl/3.3.1/lwjgl-3.3.1-natives-macos.jar (56 kB at 655 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-lmdb --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-lmdb --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-lmdb --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-lmdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-lmdb --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-lmdb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lmdb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-lmdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 14 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-lmdb --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lmdb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-lmdb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-lmdb --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lmdb/target/rdf4j-sail-lmdb-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-lmdb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-lmdb --- [INFO] Tests are skipped. [INFO] [INFO] --- japicmp-maven-plugin:0.15.7:cmp (default) @ rdf4j-sail-lmdb --- [INFO] Skipping execution because parameter 'skip' was set to true. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-lmdb --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lmdb/target/rdf4j-sail-lmdb-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-lmdb/4.2.2-SNAPSHOT/rdf4j-sail-lmdb-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lmdb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-lmdb/4.2.2-SNAPSHOT/rdf4j-sail-lmdb-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-sail-lucene-api >--------------- [INFO] Building RDF4J: Lucene Sail API 4.2.2-SNAPSHOT [73/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.5.1/lucene-queryparser-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.5.1/lucene-queryparser-8.5.1.pom (3.5 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/8.5.1/lucene-parent-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/8.5.1/lucene-parent-8.5.1.pom (5.0 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/8.5.1/lucene-solr-grandparent-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/8.5.1/lucene-solr-grandparent-8.5.1.pom (421 kB at 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.5.1/lucene-core-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.5.1/lucene-core-8.5.1.pom (3.0 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.5.1/lucene-queries-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.5.1/lucene-queries-8.5.1.pom (3.4 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.5.1/lucene-sandbox-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.5.1/lucene-sandbox-8.5.1.pom (2.9 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.5.1/lucene-queryparser-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.5.1/lucene-core-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.5.1/lucene-queries-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.5.1/lucene-sandbox-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.5.1/lucene-queryparser-8.5.1.jar (382 kB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.5.1/lucene-queries-8.5.1.jar (380 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.5.1/lucene-sandbox-8.5.1.jar (223 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.5.1/lucene-core-8.5.1.jar (3.5 MB at 58 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-lucene-api --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-lucene-api --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-lucene-api --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-lucene-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene-api/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-lucene-api --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-lucene-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene-api/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-lucene-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene-api/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-lucene-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-lucene-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-lucene-api --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene-api/target/rdf4j-sail-lucene-api-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-lucene-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-lucene-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-lucene-api --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene-api/target/rdf4j-sail-lucene-api-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-lucene-api/4.2.2-SNAPSHOT/rdf4j-sail-lucene-api-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene-api/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-lucene-api/4.2.2-SNAPSHOT/rdf4j-sail-lucene-api-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-sail-lucene >----------------- [INFO] Building RDF4J: Lucene Sail Index 4.2.2-SNAPSHOT [74/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.5.1/lucene-highlighter-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.5.1/lucene-highlighter-8.5.1.pom (3.2 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.5.1/lucene-memory-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.5.1/lucene-memory-8.5.1.pom (3.0 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.5.1/lucene-analyzers-common-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.5.1/lucene-analyzers-common-8.5.1.pom (3.3 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.5.1/lucene-spatial-extras-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.5.1/lucene-spatial-extras-8.5.1.pom (3.6 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.5.1/lucene-spatial3d-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.5.1/lucene-spatial3d-8.5.1.pom (2.7 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/sgr/s2-geometry-library-java/1.0.0/s2-geometry-library-java-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/sgr/s2-geometry-library-java/1.0.0/s2-geometry-library-java-1.0.0.pom (5.1 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.5.1/lucene-backward-codecs-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.5.1/lucene-backward-codecs-8.5.1.pom (3.3 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.5.1/lucene-highlighter-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.5.1/lucene-memory-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.5.1/lucene-analyzers-common-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.5.1/lucene-spatial3d-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.5.1/lucene-spatial-extras-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.5.1/lucene-memory-8.5.1.jar (52 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/sgr/s2-geometry-library-java/1.0.0/s2-geometry-library-java-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/sgr/s2-geometry-library-java/1.0.0/s2-geometry-library-java-1.0.0.jar (121 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.5.1/lucene-backward-codecs-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.5.1/lucene-highlighter-8.5.1.jar (210 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.5.1/lucene-spatial-extras-8.5.1.jar (241 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.5.1/lucene-backward-codecs-8.5.1.jar (140 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.5.1/lucene-analyzers-common-8.5.1.jar (1.7 MB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.5.1/lucene-spatial3d-8.5.1.jar (309 kB at 2.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-lucene --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-lucene --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-lucene --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-lucene --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-lucene --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-lucene --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-lucene --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-lucene --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-lucene --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-lucene --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene/target/rdf4j-sail-lucene-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-lucene --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-lucene --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-lucene --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene/target/rdf4j-sail-lucene-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-lucene/4.2.2-SNAPSHOT/rdf4j-sail-lucene-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/lucene/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-lucene/4.2.2-SNAPSHOT/rdf4j-sail-lucene-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-sail-solr >------------------ [INFO] Building RDF4J: Solr Sail Index 4.2.2-SNAPSHOT [75/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/solr/solr-solrj/8.4.1/solr-solrj-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.4.1/solr-solrj-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.4.1/solr-solrj-8.4.1.pom (6.5 kB at 216 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/solr/solr-parent/8.4.1/solr-parent-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-parent/8.4.1/solr-parent-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-parent/8.4.1/solr-parent-8.4.1.pom (7.5 kB at 342 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-solr-grandparent/8.4.1/lucene-solr-grandparent-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/8.4.1/lucene-solr-grandparent-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/8.4.1/lucene-solr-grandparent-8.4.1.pom (419 kB at 16 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-buffer/4.1.29.Final/netty-buffer-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.29.Final/netty-buffer-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.29.Final/netty-buffer-4.1.29.Final.pom (1.6 kB at 93 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-parent/4.1.29.Final/netty-parent-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.29.Final/netty-parent-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.29.Final/netty-parent-4.1.29.Final.pom (54 kB at 2.1 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-codec/4.1.29.Final/netty-codec-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.29.Final/netty-codec-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.29.Final/netty-codec-4.1.29.Final.pom (3.3 kB at 148 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-common/4.1.29.Final/netty-common-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.29.Final/netty-common-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.29.Final/netty-common-4.1.29.Final.pom (8.6 kB at 320 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-handler/4.1.29.Final/netty-handler-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.29.Final/netty-handler-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.29.Final/netty-handler-4.1.29.Final.pom (3.0 kB at 99 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-resolver/4.1.29.Final/netty-resolver-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.29.Final/netty-resolver-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.29.Final/netty-resolver-4.1.29.Final.pom (1.6 kB at 53 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-transport/4.1.29.Final/netty-transport-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.29.Final/netty-transport-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.29.Final/netty-transport-4.1.29.Final.pom (1.8 kB at 59 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-transport-native-epoll/4.1.29.Final/netty-transport-native-epoll-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.29.Final/netty-transport-native-epoll-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.29.Final/netty-transport-native-epoll-4.1.29.Final.pom (15 kB at 696 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-transport-native-unix-common/4.1.29.Final/netty-transport-native-unix-common-4.1.29.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.29.Final/netty-transport-native-unix-common-4.1.29.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.29.Final/netty-transport-native-unix-common-4.1.29.Final.pom (15 kB at 701 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 186 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/zookeeper/zookeeper/3.5.5/zookeeper-3.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.5.5/zookeeper-3.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.5.5/zookeeper-3.5.5.pom (9.0 kB at 215 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/zookeeper/parent/3.5.5/parent-3.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/parent/3.5.5/parent-3.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/parent/3.5.5/parent-3.5.5.pom (26 kB at 1.4 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/zookeeper/zookeeper-jute/3.5.5/zookeeper-jute-3.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.5.5/zookeeper-jute-3.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.5.5/zookeeper-jute-3.5.5.pom (5.6 kB at 200 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 344 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.pom (1.8 kB at 95 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-alpn-java-client/9.4.49.v20220914/jetty-alpn-java-client-9.4.49.v20220914.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-client/9.4.49.v20220914/jetty-alpn-java-client-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-client/9.4.49.v20220914/jetty-alpn-java-client-9.4.49.v20220914.pom (2.1 kB at 64 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/http2/http2-client/9.4.49.v20220914/http2-client-9.4.49.v20220914.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-client/9.4.49.v20220914/http2-client-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-client/9.4.49.v20220914/http2-client-9.4.49.v20220914.pom (2.2 kB at 87 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/http2/http2-http-client-transport/9.4.49.v20220914/http2-http-client-transport-9.4.49.v20220914.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-http-client-transport/9.4.49.v20220914/http2-http-client-transport-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-http-client-transport/9.4.49.v20220914/http2-http-client-transport-9.4.49.v20220914.pom (4.2 kB at 136 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/solr/solr-core/8.4.1/solr-core-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-core/8.4.1/solr-core-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-core/8.4.1/solr-core-8.4.1.pom (19 kB at 1.1 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.pom (3.3 kB at 25 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-parent/8.4.1/lucene-parent-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/8.4.1/lucene-parent-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/8.4.1/lucene-parent-8.4.1.pom (5.0 kB at 62 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-kuromoji/8.4.1/lucene-analyzers-kuromoji-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-kuromoji/8.4.1/lucene-analyzers-kuromoji-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-kuromoji/8.4.1/lucene-analyzers-kuromoji-8.4.1.pom (3.2 kB at 137 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-nori/8.4.1/lucene-analyzers-nori-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-nori/8.4.1/lucene-analyzers-nori-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-nori/8.4.1/lucene-analyzers-nori-8.4.1.pom (3.1 kB at 104 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-phonetic/8.4.1/lucene-analyzers-phonetic-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-phonetic/8.4.1/lucene-analyzers-phonetic-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-phonetic/8.4.1/lucene-analyzers-phonetic-8.4.1.pom (3.2 kB at 180 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-backward-codecs/8.4.1/lucene-backward-codecs-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.4.1/lucene-backward-codecs-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.4.1/lucene-backward-codecs-8.4.1.pom (3.3 kB at 89 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-classification/8.4.1/lucene-classification-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-classification/8.4.1/lucene-classification-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-classification/8.4.1/lucene-classification-8.4.1.pom (3.2 kB at 200 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-codecs/8.4.1/lucene-codecs-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.4.1/lucene-codecs-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.4.1/lucene-codecs-8.4.1.pom (3.2 kB at 135 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.pom (3.0 kB at 101 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-expressions/8.4.1/lucene-expressions-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.4.1/lucene-expressions-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.4.1/lucene-expressions-8.4.1.pom (2.9 kB at 182 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-grouping/8.4.1/lucene-grouping-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.4.1/lucene-grouping-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.4.1/lucene-grouping-8.4.1.pom (2.9 kB at 133 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-highlighter/8.4.1/lucene-highlighter-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.4.1/lucene-highlighter-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.4.1/lucene-highlighter-8.4.1.pom (3.2 kB at 141 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-join/8.4.1/lucene-join-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.4.1/lucene-join-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.4.1/lucene-join-8.4.1.pom (2.8 kB at 116 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-memory/8.4.1/lucene-memory-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.4.1/lucene-memory-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.4.1/lucene-memory-8.4.1.pom (3.0 kB at 94 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-misc/8.4.1/lucene-misc-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.4.1/lucene-misc-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.4.1/lucene-misc-8.4.1.pom (2.8 kB at 175 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-queries/8.4.1/lucene-queries-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.4.1/lucene-queries-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.4.1/lucene-queries-8.4.1.pom (3.4 kB at 135 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-queryparser/8.4.1/lucene-queryparser-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.4.1/lucene-queryparser-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.4.1/lucene-queryparser-8.4.1.pom (3.5 kB at 126 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-sandbox/8.4.1/lucene-sandbox-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.4.1/lucene-sandbox-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.4.1/lucene-sandbox-8.4.1.pom (2.9 kB at 154 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-spatial-extras/8.4.1/lucene-spatial-extras-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.4.1/lucene-spatial-extras-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.4.1/lucene-spatial-extras-8.4.1.pom (3.6 kB at 242 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-spatial3d/8.4.1/lucene-spatial3d-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.4.1/lucene-spatial3d-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.4.1/lucene-spatial3d-8.4.1.pom (2.7 kB at 161 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-suggest/8.4.1/lucene-suggest-8.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.4.1/lucene-suggest-8.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.4.1/lucene-suggest-8.4.1.pom (3.1 kB at 139 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.pom (9.8 kB at 298 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/carrotsearch/hppc-parent/0.8.1/hppc-parent-0.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc-parent/0.8.1/hppc-parent-0.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc-parent/0.8.1/hppc-parent-0.8.1.pom (19 kB at 779 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.13.4/jackson-dataformat-smile-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.13.4/jackson-dataformat-smile-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.13.4/jackson-dataformat-smile-2.13.4.pom (3.2 kB at 61 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/fasterxml/jackson/dataformat/jackson-dataformats-binary/2.13.4/jackson-dataformats-binary-2.13.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-binary/2.13.4/jackson-dataformats-binary-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-binary/2.13.4/jackson-dataformats-binary-2.13.4.pom (3.4 kB at 127 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/github/ben-manes/caffeine/caffeine/2.8.0/caffeine-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.0/caffeine-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.0/caffeine-2.8.0.pom (5.3 kB at 170 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0.pom (2.2 kB at 69 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.pom (4.7 kB at 250 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/google/protobuf/protobuf-parent/3.6.1/protobuf-parent-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.6.1/protobuf-parent-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.6.1/protobuf-parent-3.6.1.pom (6.6 kB at 164 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 35 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/google/re2j/re2j/1.2/re2j-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.2/re2j-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.2/re2j-1.2.pom (933 B at 37 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/lmax/disruptor/3.4.2/disruptor-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.pom (1.3 kB at 55 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/tdunning/t-digest/3.1/t-digest-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.1/t-digest-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.1/t-digest-3.1.pom (7.4 kB at 224 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.pom (846 B at 50 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-parent/4.0.5/metrics-parent-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.0.5/metrics-parent-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.0.5/metrics-parent-4.0.5.pom (13 kB at 511 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-graphite/4.0.5/metrics-graphite-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.0.5/metrics-graphite-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.0.5/metrics-graphite-4.0.5.pom (2.2 kB at 58 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-bom/4.0.5/metrics-bom-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-bom/4.0.5/metrics-bom-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-bom/4.0.5/metrics-bom-4.0.5.pom (4.9 kB at 188 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-jetty9/4.0.5/metrics-jetty9-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jetty9/4.0.5/metrics-jetty9-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jetty9/4.0.5/metrics-jetty9-4.0.5.pom (2.0 kB at 77 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-jmx/4.0.5/metrics-jmx-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jmx/4.0.5/metrics-jmx-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jmx/4.0.5/metrics-jmx-4.0.5.pom (1.3 kB at 54 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-jvm/4.0.5/metrics-jvm-4.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/4.0.5/metrics-jvm-4.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/4.0.5/metrics-jvm-4.0.5.pom (1.3 kB at 34 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom (1.9 kB at 56 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/opentracing/parent/0.33.0/parent-0.33.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/parent/0.33.0/parent-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/parent/0.33.0/parent-0.33.0.pom (15 kB at 401 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom (2.0 kB at 86 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.pom (2.9 kB at 160 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/net/hydromatic/eigenbase-properties/1.1.5/eigenbase-properties-1.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/hydromatic/eigenbase-properties/1.1.5/eigenbase-properties-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/hydromatic/eigenbase-properties/1.1.5/eigenbase-properties-1.1.5.pom (4.0 kB at 222 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/net/hydromatic/parent/0.1/parent-0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/hydromatic/parent/0.1/parent-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/hydromatic/parent/0.1/parent-0.1.pom (8.0 kB at 445 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom (2.3 kB at 105 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom (3.8 kB at 146 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/calcite-core/1.18.0/calcite-core-1.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-core/1.18.0/calcite-core-1.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-core/1.18.0/calcite-core-1.18.0.pom (20 kB at 1.2 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/calcite/1.18.0/calcite-1.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite/1.18.0/calcite-1.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite/1.18.0/calcite-1.18.0.pom (49 kB at 1.6 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/calcite-linq4j/1.18.0/calcite-linq4j-1.18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-linq4j/1.18.0/calcite-linq4j-1.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-linq4j/1.18.0/calcite-linq4j-1.18.0.pom (3.0 kB at 106 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/avatica/avatica-core/1.13.0/avatica-core-1.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/avatica/avatica-core/1.13.0/avatica-core-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/avatica/avatica-core/1.13.0/avatica-core-1.13.0.pom (7.3 kB at 234 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/avatica/avatica-parent/1.13.0/avatica-parent-1.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/avatica/avatica-parent/1.13.0/avatica-parent-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/avatica/avatica-parent/1.13.0/avatica-parent-1.13.0.pom (33 kB at 1.0 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/commons/commons-configuration2/2.1.1/commons-configuration2-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.1.1/commons-configuration2-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.1.1/commons-configuration2-2.1.1.pom (23 kB at 538 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 379 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 1.9 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.pom (4.5 kB at 194 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/curator/apache-curator/2.13.0/apache-curator-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/apache-curator/2.13.0/apache-curator-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/apache-curator/2.13.0/apache-curator-2.13.0.pom (32 kB at 829 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/curator/curator-framework/2.13.0/curator-framework-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-framework/2.13.0/curator-framework-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-framework/2.13.0/curator-framework-2.13.0.pom (2.5 kB at 109 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/curator/curator-recipes/2.13.0/curator-recipes-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-recipes/2.13.0/curator-recipes-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-recipes/2.13.0/curator-recipes-2.13.0.pom (2.9 kB at 131 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-annotations/3.2.0/hadoop-annotations-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-annotations/3.2.0/hadoop-annotations-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-annotations/3.2.0/hadoop-annotations-3.2.0.pom (2.6 kB at 153 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-project/3.2.0/hadoop-project-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-project/3.2.0/hadoop-project-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-project/3.2.0/hadoop-project-3.2.0.pom (70 kB at 3.5 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-main/3.2.0/hadoop-main-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-main/3.2.0/hadoop-main-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-main/3.2.0/hadoop-main-3.2.0.pom (26 kB at 1.6 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-auth/3.2.0/hadoop-auth-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-auth/3.2.0/hadoop-auth-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-auth/3.2.0/hadoop-auth-3.2.0.pom (8.2 kB at 484 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-common/3.2.0/hadoop-common-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-common/3.2.0/hadoop-common-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-common/3.2.0/hadoop-common-3.2.0.pom (46 kB at 2.2 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-project-dist/3.2.0/hadoop-project-dist-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-project-dist/3.2.0/hadoop-project-dist-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-project-dist/3.2.0/hadoop-project-dist-3.2.0.pom (18 kB at 949 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-hdfs-client/3.2.0/hadoop-hdfs-client-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-hdfs-client/3.2.0/hadoop-hdfs-client-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-hdfs-client/3.2.0/hadoop-hdfs-client-3.2.0.pom (6.0 kB at 373 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/htrace/htrace-core4/4.1.0-incubating/htrace-core4-4.1.0-incubating.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/htrace/htrace-core4/4.1.0-incubating/htrace-core4-4.1.0-incubating.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/htrace/htrace-core4/4.1.0-incubating/htrace-core4-4.1.0-incubating.pom (3.3 kB at 164 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/htrace/htrace/4.1.0-incubating/htrace-4.1.0-incubating.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/htrace/htrace/4.1.0-incubating/htrace-4.1.0-incubating.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/htrace/htrace/4.1.0-incubating/htrace-4.1.0-incubating.pom (14 kB at 935 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 315 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 674 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 2.0 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.pom (1.3 kB at 74 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerby-kerb/1.0.1/kerby-kerb-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-kerb/1.0.1/kerby-kerb-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-kerb/1.0.1/kerby-kerb-1.0.1.pom (1.7 kB at 98 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerby-all/1.0.1/kerby-all-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-all/1.0.1/kerby-all-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-all/1.0.1/kerby-all-1.0.1.pom (15 kB at 859 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.pom (1.8 kB at 108 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.pom (1.1 kB at 71 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerby-common/1.0.1/kerby-common-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-common/1.0.1/kerby-common-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-common/1.0.1/kerby-common-1.0.1.pom (1.3 kB at 79 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.pom (2.0 kB at 118 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-slf4j-impl/2.11.2/log4j-slf4j-impl-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.11.2/log4j-slf4j-impl-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.11.2/log4j-slf4j-impl-2.11.2.pom (10 kB at 317 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.2/log4j-2.11.2.pom (62 kB at 2.8 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-web/2.11.2/log4j-web-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-web/2.11.2/log4j-web-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-web/2.11.2/log4j-web-2.11.2.pom (7.1 kB at 210 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/bitbucket/b_c/jose4j/0.6.5/jose4j-0.6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.6.5/jose4j-0.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.6.5/jose4j-0.6.5.pom (9.0 kB at 501 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/janino/commons-compiler/3.0.9/commons-compiler-3.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/commons-compiler/3.0.9/commons-compiler-3.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/commons-compiler/3.0.9/commons-compiler-3.0.9.pom (1.2 kB at 32 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/janino/janino-parent/3.0.9/janino-parent-3.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/janino-parent/3.0.9/janino-parent-3.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/janino-parent/3.0.9/janino-parent-3.0.9.pom (7.0 kB at 410 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/janino/janino/3.0.9/janino-3.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/janino/3.0.9/janino-3.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/janino/3.0.9/janino-3.0.9.pom (2.0 kB at 99 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-alpn-java-server/9.4.49.v20220914/jetty-alpn-java-server-9.4.49.v20220914.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/9.4.49.v20220914/jetty-alpn-java-server-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/9.4.49.v20220914/jetty-alpn-java-server-9.4.49.v20220914.pom (2.3 kB at 73 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-deploy/9.4.49.v20220914/jetty-deploy-9.4.49.v20220914.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/9.4.49.v20220914/jetty-deploy-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/9.4.49.v20220914/jetty-deploy-9.4.49.v20220914.pom (1.4 kB at 32 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-jmx/9.4.49.v20220914/jetty-jmx-9.4.49.v20220914.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/9.4.49.v20220914/jetty-jmx-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/9.4.49.v20220914/jetty-jmx-9.4.49.v20220914.pom (1.2 kB at 83 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-rewrite/9.4.49.v20220914/jetty-rewrite-9.4.49.v20220914.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-rewrite/9.4.49.v20220914/jetty-rewrite-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-rewrite/9.4.49.v20220914/jetty-rewrite-9.4.49.v20220914.pom (1.4 kB at 45 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/ow2/asm/asm/5.1/asm-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.1/asm-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.1/asm-5.1.pom (1.9 kB at 107 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/ow2/asm/asm-parent/5.1/asm-parent-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.1/asm-parent-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.1/asm-parent-5.1.pom (5.5 kB at 392 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 328 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom (2.1 kB at 63 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.pom [INFO] Downloaded from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.pom (614 B at 2.6 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet.parent/2.3.0/org.restlet.parent-2.3.0.pom [INFO] Downloaded from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet.parent/2.3.0/org.restlet.parent-2.3.0.pom (9.6 kB at 62 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet.ext.servlet/2.3.0/org.restlet.ext.servlet-2.3.0.pom [INFO] Downloaded from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet.ext.servlet/2.3.0/org.restlet.ext.servlet-2.3.0.pom (915 B at 5.7 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/rrd4j/rrd4j/3.5/rrd4j-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rrd4j/rrd4j/3.5/rrd4j-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rrd4j/rrd4j/3.5/rrd4j-3.5.pom (22 kB at 1.2 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/solr/solr-solrj/8.4.1/solr-solrj-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-buffer/4.1.29.Final/netty-buffer-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-codec/4.1.29.Final/netty-codec-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-common/4.1.29.Final/netty-common-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-handler/4.1.29.Final/netty-handler-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-resolver/4.1.29.Final/netty-resolver-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-transport/4.1.29.Final/netty-transport-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-transport-native-epoll/4.1.29.Final/netty-transport-native-epoll-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/netty/netty-transport-native-unix-common/4.1.29.Final/netty-transport-native-unix-common-4.1.29.Final.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/zookeeper/zookeeper/3.5.5/zookeeper-3.5.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/zookeeper/zookeeper-jute/3.5.5/zookeeper-jute-3.5.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-alpn-java-client/9.4.49.v20220914/jetty-alpn-java-client-9.4.49.v20220914.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/http2/http2-client/9.4.49.v20220914/http2-client-9.4.49.v20220914.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/http2/http2-http-client-transport/9.4.49.v20220914/http2-http-client-transport-9.4.49.v20220914.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/solr/solr-core/8.4.1/solr-core-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-kuromoji/8.4.1/lucene-analyzers-kuromoji-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-nori/8.4.1/lucene-analyzers-nori-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-analyzers-phonetic/8.4.1/lucene-analyzers-phonetic-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-backward-codecs/8.4.1/lucene-backward-codecs-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-classification/8.4.1/lucene-classification-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-codecs/8.4.1/lucene-codecs-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-expressions/8.4.1/lucene-expressions-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-grouping/8.4.1/lucene-grouping-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-highlighter/8.4.1/lucene-highlighter-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-join/8.4.1/lucene-join-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-memory/8.4.1/lucene-memory-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-misc/8.4.1/lucene-misc-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-queries/8.4.1/lucene-queries-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-sandbox/8.4.1/lucene-sandbox-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-spatial-extras/8.4.1/lucene-spatial-extras-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-spatial3d/8.4.1/lucene-spatial3d-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-suggest/8.4.1/lucene-suggest-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.13.4/jackson-dataformat-smile-2.13.4.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/github/ben-manes/caffeine/caffeine/2.8.0/caffeine-2.8.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/google/re2j/re2j/1.2/re2j-1.2.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/lmax/disruptor/3.4.2/disruptor-3.4.2.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/com/tdunning/t-digest/3.1/t-digest-3.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-graphite/4.0.5/metrics-graphite-4.0.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-jetty9/4.0.5/metrics-jetty9-4.0.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-jmx/4.0.5/metrics-jmx-4.0.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/dropwizard/metrics/metrics-jvm/4.0.5/metrics-jvm-4.0.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/net/hydromatic/eigenbase-properties/1.1.5/eigenbase-properties-1.1.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/calcite-core/1.18.0/calcite-core-1.18.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/calcite-linq4j/1.18.0/calcite-linq4j-1.18.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/calcite/avatica/avatica-core/1.13.0/avatica-core-1.13.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/commons/commons-configuration2/2.1.1/commons-configuration2-2.1.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/curator/curator-framework/2.13.0/curator-framework-2.13.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/curator/curator-recipes/2.13.0/curator-recipes-2.13.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-annotations/3.2.0/hadoop-annotations-3.2.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-auth/3.2.0/hadoop-auth-3.2.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-common/3.2.0/hadoop-common-3.2.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/hadoop/hadoop-hdfs-client/3.2.0/hadoop-hdfs-client-3.2.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/htrace/htrace-core4/4.1.0-incubating/htrace-core4-4.1.0-incubating.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-slf4j-impl/2.11.2/log4j-slf4j-impl-2.11.2.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-web/2.11.2/log4j-web-2.11.2.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/bitbucket/b_c/jose4j/0.6.5/jose4j-0.6.5.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/janino/commons-compiler/3.0.9/commons-compiler-3.0.9.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/codehaus/janino/janino/3.0.9/janino-3.0.9.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-alpn-java-server/9.4.49.v20220914/jetty-alpn-java-server-9.4.49.v20220914.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-deploy/9.4.49.v20220914/jetty-deploy-9.4.49.v20220914.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-jmx/9.4.49.v20220914/jetty-jmx-9.4.49.v20220914.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/eclipse/jetty/jetty-rewrite/9.4.49.v20220914/jetty-rewrite-9.4.49.v20220914.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/ow2/asm/asm/5.1/asm-5.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet.ext.servlet/2.3.0/org.restlet.ext.servlet-2.3.0.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/rrd4j/rrd4j/3.5/rrd4j-3.5.jar [INFO] Downloaded from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet.ext.servlet/2.3.0/org.restlet.ext.servlet-2.3.0.jar (23 kB at 14 kB/s) [INFO] Downloaded from maven-restlet: https://maven.restlet.talend.com/org/restlet/jee/org.restlet/2.3.0/org.restlet-2.3.0.jar (708 kB at 396 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.4.1/solr-solrj-8.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.29.Final/netty-buffer-4.1.29.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.29.Final/netty-codec-4.1.29.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.29.Final/netty-common-4.1.29.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.29.Final/netty-handler-4.1.29.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.29.Final/netty-buffer-4.1.29.Final.jar (273 kB at 9.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.29.Final/netty-resolver-4.1.29.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.29.Final/netty-resolver-4.1.29.Final.jar (32 kB at 609 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.29.Final/netty-transport-4.1.29.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.4.1/solr-solrj-8.4.1.jar (2.3 MB at 36 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.29.Final/netty-transport-native-epoll-4.1.29.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.29.Final/netty-codec-4.1.29.Final.jar (316 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.29.Final/netty-transport-native-unix-common-4.1.29.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.29.Final/netty-common-4.1.29.Final.jar (578 kB at 8.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.29.Final/netty-handler-4.1.29.Final.jar (395 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.5.5/zookeeper-3.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.29.Final/netty-transport-4.1.29.Final.jar (462 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.5.5/zookeeper-jute-3.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.29.Final/netty-transport-native-epoll-4.1.29.Final.jar (115 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.29.Final/netty-transport-native-unix-common-4.1.29.Final.jar (31 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-client/9.4.49.v20220914/jetty-alpn-java-client-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-client/9.4.49.v20220914/http2-client-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.5.5/zookeeper-jute-3.5.5.jar (372 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-http-client-transport/9.4.49.v20220914/http2-http-client-transport-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-client/9.4.49.v20220914/jetty-alpn-java-client-9.4.49.v20220914.jar (17 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-core/8.4.1/solr-core-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.5.5/zookeeper-3.5.5.jar (979 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.4.1/woodstox-core-asl-4.4.1.jar (486 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-kuromoji/8.4.1/lucene-analyzers-kuromoji-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-client/9.4.49.v20220914/http2-client-9.4.49.v20220914.jar (29 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-nori/8.4.1/lucene-analyzers-nori-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-http-client-transport/9.4.49.v20220914/http2-http-client-transport-9.4.49.v20220914.jar (42 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-phonetic/8.4.1/lucene-analyzers-phonetic-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-phonetic/8.4.1/lucene-analyzers-phonetic-8.4.1.jar (26 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.4.1/lucene-backward-codecs-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-backward-codecs/8.4.1/lucene-backward-codecs-8.4.1.jar (139 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-classification/8.4.1/lucene-classification-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-classification/8.4.1/lucene-classification-8.4.1.jar (68 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.4.1/lucene-codecs-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-kuromoji/8.4.1/lucene-analyzers-kuromoji-8.4.1.jar (4.7 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar (1.7 MB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.4.1/lucene-expressions-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.4.1/lucene-codecs-8.4.1.jar (544 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.4.1/lucene-grouping-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.4.1/lucene-expressions-8.4.1.jar (73 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.4.1/lucene-highlighter-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers-nori/8.4.1/lucene-analyzers-nori-8.4.1.jar (7.5 MB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.4.1/lucene-join-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.4.1/lucene-grouping-8.4.1.jar (91 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.4.1/lucene-memory-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-core/8.4.1/solr-core-8.4.1.jar (6.2 MB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.4.1/lucene-misc-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.4.1/lucene-join-8.4.1.jar (149 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.4.1/lucene-queries-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-memory/8.4.1/lucene-memory-8.4.1.jar (52 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.4.1/lucene-sandbox-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar (3.3 MB at 8.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.4.1/lucene-misc-8.4.1.jar (99 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.4.1/lucene-spatial-extras-8.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.4.1/lucene-spatial3d-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queries/8.4.1/lucene-queries-8.4.1.jar (370 kB at 909 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.4.1/lucene-suggest-8.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-sandbox/8.4.1/lucene-sandbox-8.4.1.jar (321 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-highlighter/8.4.1/lucene-highlighter-8.4.1.jar (209 kB at 505 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.13.4/jackson-dataformat-smile-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial-extras/8.4.1/lucene-spatial-extras-8.4.1.jar (240 kB at 579 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.0/caffeine-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-spatial3d/8.4.1/lucene-spatial3d-8.4.1.jar (307 kB at 736 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.4.1/lucene-suggest-8.4.1.jar (250 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/zafarkhaja/java-semver/0.9.0/java-semver-0.9.0.jar (47 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.2/re2j-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/hppc/0.8.1/hppc-0.8.1.jar (1.2 MB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.13.4/jackson-dataformat-smile-2.13.4.jar (96 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.1/t-digest-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/2.8.0/caffeine-2.8.0.jar (880 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/lmax/disruptor/3.4.2/disruptor-3.4.2.jar (83 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.0.5/metrics-graphite-4.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.1/t-digest-3.1.jar (61 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jetty9/4.0.5/metrics-jetty9-4.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.2/re2j-1.2.jar (127 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jmx/4.0.5/metrics-jmx-4.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-core/4.0.5/metrics-core-4.0.5.jar (98 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/4.0.5/metrics-jvm-4.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.6.1/protobuf-java-3.6.1.jar (1.4 MB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-graphite/4.0.5/metrics-graphite-4.0.5.jar (22 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jvm/4.0.5/metrics-jvm-4.0.5.jar (24 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar (18 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/hydromatic/eigenbase-properties/1.1.5/eigenbase-properties-1.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jmx/4.0.5/metrics-jmx-4.0.5.jar (20 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-jetty9/4.0.5/metrics-jetty9-4.0.5.jar (18 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-core/1.18.0/calcite-core-1.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar (11 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-linq4j/1.18.0/calcite-linq4j-1.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-util/0.33.0/opentracing-util-0.33.0.jar (7.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/avatica/avatica-core/1.13.0/avatica-core-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/hydromatic/eigenbase-properties/1.1.5/eigenbase-properties-1.1.5.jar (18 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.1.1/commons-configuration2-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar (302 kB at 571 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-linq4j/1.18.0/calcite-linq4j-1.18.0.jar (459 kB at 834 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-framework/2.13.0/curator-framework-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-configuration2/2.1.1/commons-configuration2-2.1.1.jar (617 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-recipes/2.13.0/curator-recipes-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/avatica/avatica-core/1.13.0/avatica-core-1.13.0.jar (1.3 MB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-annotations/3.2.0/hadoop-annotations-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-recipes/2.13.0/curator-recipes-2.13.0.jar (284 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-auth/3.2.0/hadoop-auth-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-framework/2.13.0/curator-framework-2.13.0.jar (202 kB at 339 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-common/3.2.0/hadoop-common-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-auth/3.2.0/hadoop-auth-3.2.0.jar (139 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-hdfs-client/3.2.0/hadoop-hdfs-client-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-annotations/3.2.0/hadoop-annotations-3.2.0.jar (60 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/htrace/htrace-core4/4.1.0-incubating/htrace-core4-4.1.0-incubating.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/curator/curator-client/2.13.0/curator-client-2.13.0.jar (2.4 MB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/calcite/calcite-core/1.18.0/calcite-core-1.18.0.jar (4.7 MB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-core/1.0.1/kerb-core-1.0.1.jar (227 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar (326 kB at 490 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerb-util/1.0.1/kerb-util-1.0.1.jar (37 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-common/3.2.0/hadoop-common-3.2.0.jar (4.1 MB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.11.2/log4j-slf4j-impl-2.11.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-asn1/1.0.1/kerby-asn1-1.0.1.jar (102 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-web/2.11.2/log4j-web-2.11.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/htrace/htrace-core4/4.1.0-incubating/htrace-core4-4.1.0-incubating.jar (1.5 MB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.6.5/jose4j-0.6.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kerby/kerby-pkix/1.0.1/kerby-pkix-1.0.1.jar (205 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/commons-compiler/3.0.9/commons-compiler-3.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.11.2/log4j-slf4j-impl-2.11.2.jar (23 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/janino/3.0.9/janino-3.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-web/2.11.2/log4j-web-2.11.2.jar (33 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/9.4.49.v20220914/jetty-alpn-java-server-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.6.5/jose4j-0.6.5.jar (260 kB at 356 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/9.4.49.v20220914/jetty-deploy-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/commons-compiler/3.0.9/commons-compiler-3.0.9.jar (38 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/9.4.49.v20220914/jetty-jmx-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/hadoop/hadoop-hdfs-client/3.2.0/hadoop-hdfs-client-3.2.0.jar (5.0 MB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-rewrite/9.4.49.v20220914/jetty-rewrite-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-java-server/9.4.49.v20220914/jetty-alpn-java-server-9.4.49.v20220914.jar (17 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.1/asm-5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/janino/janino/3.0.9/janino-3.0.9.jar (801 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-deploy/9.4.49.v20220914/jetty-deploy-9.4.49.v20220914.jar (63 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rrd4j/rrd4j/3.5/rrd4j-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jmx/9.4.49.v20220914/jetty-jmx-9.4.49.v20220914.jar (42 kB at 56 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-rewrite/9.4.49.v20220914/jetty-rewrite-9.4.49.v20220914.jar (45 kB at 59 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar (47 kB at 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.1/asm-5.1.jar (53 kB at 70 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/rrd4j/rrd4j/3.5/rrd4j-3.5.jar (770 kB at 992 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-solr --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-solr --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-solr --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-solr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-solr --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-solr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/solr/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-solr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/solr/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-solr --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-solr --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-solr --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/solr/target/rdf4j-sail-solr-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-solr --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-solr --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-solr --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/solr/target/rdf4j-sail-solr-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-solr/4.2.2-SNAPSHOT/rdf4j-sail-solr-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/solr/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-solr/4.2.2-SNAPSHOT/rdf4j-sail-solr-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-sail-elasticsearch >------------- [INFO] Building RDF4J: Elastic Search Sail Index 4.2.2-SNAPSHOT [76/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/transport/7.8.1/transport-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/transport/7.8.1/transport-7.8.1.pom (2.8 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch/7.8.1/elasticsearch-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch/7.8.1/elasticsearch-7.8.1.pom (9.9 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-core/7.8.1/elasticsearch-core-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-core/7.8.1/elasticsearch-core-7.8.1.pom (1.4 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-secure-sm/7.8.1/elasticsearch-secure-sm-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-secure-sm/7.8.1/elasticsearch-secure-sm-7.8.1.pom (1.4 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-x-content/7.8.1/elasticsearch-x-content-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-x-content/7.8.1/elasticsearch-x-content-7.8.1.pom (3.4 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.26/snakeyaml-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.26/snakeyaml-1.26.pom (38 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.4/jackson-dataformat-yaml-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.4/jackson-dataformat-yaml-2.13.4.pom (2.6 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.13.4/jackson-dataformats-text-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.13.4/jackson-dataformats-text-2.13.4.pom (3.1 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.13.4/jackson-dataformat-cbor-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.13.4/jackson-dataformat-cbor-2.13.4.pom (2.8 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-geo/7.8.1/elasticsearch-geo-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-geo/7.8.1/elasticsearch-geo-7.8.1.pom (1.4 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.5.1/lucene-grouping-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.5.1/lucene-grouping-8.5.1.pom (2.9 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.5.1/lucene-join-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.5.1/lucene-join-8.5.1.pom (2.8 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.5.1/lucene-misc-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.5.1/lucene-misc-8.5.1.pom (2.8 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.5.1/lucene-suggest-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.5.1/lucene-suggest-8.5.1.pom (3.1 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-cli/7.8.1/elasticsearch-cli-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-cli/7.8.1/elasticsearch-cli-7.8.1.pom (1.9 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.2/jopt-simple-5.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.2/jopt-simple-5.0.2.pom (14 kB at 872 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.4/joda-time-2.10.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.4/joda-time-2.10.4.pom (37 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.2/t-digest-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.2/t-digest-3.2.pom (9.9 kB at 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.9/HdrHistogram-2.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.9/HdrHistogram-2.1.9.pom (9.7 kB at 604 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.pom (14 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.1/log4j-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.11.1/log4j-2.11.1.pom (59 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/1/logging-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/1/logging-parent-1.pom (3.2 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/jna/5.5.0/jna-5.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/jna/5.5.0/jna-5.5.0.pom (1.0 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/transport-netty4-client/7.8.1/transport-netty4-client-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/transport-netty4-client/7.8.1/transport-netty4-client-7.8.1.pom (3.7 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.pom (1.6 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.49.Final/netty-parent-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.49.Final/netty-parent-4.1.49.Final.pom (57 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.pom (3.6 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.pom (2.4 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.pom (10 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.pom (3.6 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.pom (1.6 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.pom (1.9 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/reindex-client/7.8.1/reindex-client-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/reindex-client/7.8.1/reindex-client-7.8.1.pom (1.9 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client/7.8.1/elasticsearch-rest-client-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client/7.8.1/elasticsearch-rest-client-7.8.1.pom (3.4 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom (5.0 kB at 382 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom (13 kB at 715 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom (5.9 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom (11 kB at 718 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.15/httpcore-nio-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.15/httpcore-nio-4.4.15.pom (5.5 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 658 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-ssl-config/7.8.1/elasticsearch-ssl-config-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-ssl-config/7.8.1/elasticsearch-ssl-config-7.8.1.pom (1.6 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/lang-mustache-client/7.8.1/lang-mustache-client-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/lang-mustache-client/7.8.1/lang-mustache-client-7.8.1.pom (1.8 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.pom (3.5 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/mustache.java/0.9.6/mustache.java-0.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/mustache.java/0.9.6/mustache.java-0.9.6.pom (4.4 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/percolator-client/7.8.1/percolator-client-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/percolator-client/7.8.1/percolator-client-7.8.1.pom (1.4 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/parent-join-client/7.8.1/parent-join-client-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/parent-join-client/7.8.1/parent-join-client-7.8.1.pom (1.4 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/rank-eval-client/7.8.1/rank-eval-client-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/rank-eval-client/7.8.1/rank-eval-client-7.8.1.pom (1.4 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/transport/7.8.1/transport-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-core/7.8.1/elasticsearch-core-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch/7.8.1/elasticsearch-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-x-content/7.8.1/elasticsearch-x-content-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-secure-sm/7.8.1/elasticsearch-secure-sm-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/transport/7.8.1/transport-7.8.1.jar (7.6 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-core/7.8.1/elasticsearch-core-7.8.1.jar (57 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.4/jackson-dataformat-yaml-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-x-content/7.8.1/elasticsearch-x-content-7.8.1.jar (143 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.13.4/jackson-dataformat-cbor-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.13.4/jackson-dataformat-cbor-2.13.4.jar (64 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-geo/7.8.1/elasticsearch-geo-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-secure-sm/7.8.1/elasticsearch-secure-sm-7.8.1.jar (11 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.5.1/lucene-grouping-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.13.4/jackson-dataformat-yaml-2.13.4.jar (52 kB at 839 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.5.1/lucene-join-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar (309 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.5.1/lucene-misc-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-join/8.5.1/lucene-join-8.5.1.jar (149 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.5.1/lucene-suggest-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-misc/8.5.1/lucene-misc-8.5.1.jar (99 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-cli/7.8.1/elasticsearch-cli-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-geo/7.8.1/elasticsearch-geo-7.8.1.jar (45 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.2/jopt-simple-5.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-grouping/8.5.1/lucene-grouping-8.5.1.jar (91 kB at 990 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.4/joda-time-2.10.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-cli/7.8.1/elasticsearch-cli-7.8.1.jar (18 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.2/t-digest-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-suggest/8.5.1/lucene-suggest-8.5.1.jar (250 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.9/HdrHistogram-2.1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.2/jopt-simple-5.0.2.jar (78 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.4/joda-time-2.10.4.jar (643 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/jna/5.5.0/jna-5.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tdunning/t-digest/3.2/t-digest-3.2.jar (51 kB at 374 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/transport-netty4-client/7.8.1/transport-netty4-client-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar (264 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.9/HdrHistogram-2.1.9.jar (114 kB at 821 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/jna/5.5.0/jna-5.5.0.jar (457 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.49.Final/netty-buffer-4.1.49.Final.jar (289 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/transport-netty4-client/7.8.1/transport-netty4-client-7.8.1.jar (72 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.49.Final/netty-codec-4.1.49.Final.jar (320 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch/7.8.1/elasticsearch-7.8.1.jar (12 MB at 68 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.49.Final/netty-handler-4.1.49.Final.jar (454 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.49.Final/netty-resolver-4.1.49.Final.jar (33 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/reindex-client/7.8.1/reindex-client-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client/7.8.1/elasticsearch-rest-client-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.49.Final/netty-codec-http-4.1.49.Final.jar (613 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.49.Final/netty-common-4.1.49.Final.jar (626 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.49.Final/netty-transport-4.1.49.Final.jar (473 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.15/httpcore-nio-4.4.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client/7.8.1/elasticsearch-rest-client-7.8.1.jar (64 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-ssl-config/7.8.1/elasticsearch-ssl-config-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar (328 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/lang-mustache-client/7.8.1/lang-mustache-client-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore-nio/4.4.15/httpcore-nio-4.4.15.jar (369 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-ssl-config/7.8.1/elasticsearch-ssl-config-7.8.1.jar (67 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/percolator-client/7.8.1/percolator-client-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/lang-mustache-client/7.8.1/lang-mustache-client-7.8.1.jar (63 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/parent-join-client/7.8.1/parent-join-client-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/reindex-client/7.8.1/reindex-client-7.8.1.jar (117 kB at 495 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/rank-eval-client/7.8.1/rank-eval-client-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar (180 kB at 753 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.9.6/compiler-0.9.6.jar (101 kB at 419 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/percolator-client/7.8.1/percolator-client-7.8.1.jar (75 kB at 310 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/parent-join-client/7.8.1/parent-join-client-7.8.1.jar (83 kB at 336 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/plugin/rank-eval-client/7.8.1/rank-eval-client-7.8.1.jar (83 kB at 334 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-elasticsearch --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-elasticsearch --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-elasticsearch --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-elasticsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-elasticsearch --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-elasticsearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-elasticsearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-elasticsearch --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-elasticsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-elasticsearch --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch/target/rdf4j-sail-elasticsearch-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-elasticsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-elasticsearch --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-elasticsearch --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch/target/rdf4j-sail-elasticsearch-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-elasticsearch/4.2.2-SNAPSHOT/rdf4j-sail-elasticsearch-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-elasticsearch/4.2.2-SNAPSHOT/rdf4j-sail-elasticsearch-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.rdf4j:rdf4j-sail-extensible-store >------------ [INFO] Building RDF4J: Extensible Store 4.2.2-SNAPSHOT [77/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/agkn/hll/1.6.0/hll-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/agkn/hll/1.6.0/hll-1.6.0.pom (7.0 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/it/unimi/dsi/fastutil/6.5.11/fastutil-6.5.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/it/unimi/dsi/fastutil/6.5.11/fastutil-6.5.11.pom (1.1 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/agkn/hll/1.6.0/hll-1.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/it/unimi/dsi/fastutil/6.5.11/fastutil-6.5.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/agkn/hll/1.6.0/hll-1.6.0.jar (30 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/it/unimi/dsi/fastutil/6.5.11/fastutil-6.5.11.jar (17 MB at 50 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-extensible-store --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-extensible-store --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-extensible-store --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-extensible-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/extensible-store/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-extensible-store --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-extensible-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/extensible-store/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-extensible-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-extensible-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/extensible-store/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-extensible-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-extensible-store --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/extensible-store/target/rdf4j-sail-extensible-store-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-extensible-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-extensible-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-extensible-store --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/extensible-store/target/rdf4j-sail-extensible-store-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-extensible-store/4.2.2-SNAPSHOT/rdf4j-sail-extensible-store-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/extensible-store/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-extensible-store/4.2.2-SNAPSHOT/rdf4j-sail-extensible-store-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.rdf4j:rdf4j-sail-elasticsearch-store >---------- [INFO] Building RDF4J: Elasticsearch Store 4.2.2-SNAPSHOT [78/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch-cluster-runner/7.8.1.0/elasticsearch-cluster-runner-7.8.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch-cluster-runner/7.8.1.0/elasticsearch-cluster-runner-7.8.1.0.pom (9.0 kB at 563 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/plugin-classloader/7.8.1/plugin-classloader-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/plugin-classloader/7.8.1/plugin-classloader-7.8.1.pom (1.2 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/aggs-matrix-stats/7.8.1/aggs-matrix-stats-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/aggs-matrix-stats/7.8.1/aggs-matrix-stats-7.8.1.pom (1.2 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/analysis-common/7.8.1/analysis-common-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/analysis-common/7.8.1/analysis-common-7.8.1.pom (1.2 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-common/7.8.1/ingest-common-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-common/7.8.1/ingest-common-7.8.1.pom (1.8 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/dissect/7.8.1/dissect-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/dissect/7.8.1/dissect-7.8.1.pom (1.2 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/grok/7.8.1/grok-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/grok/7.8.1/grok-7.8.1.pom (1.1 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.44/jcodings-1.0.44.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.44/jcodings-1.0.44.pom (5.1 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.29/joni-2.1.29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.29/joni-2.1.29.pom (7.0 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-user-agent/7.8.1/ingest-user-agent-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-user-agent/7.8.1/ingest-user-agent-7.8.1.pom (1.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-expression/7.8.1/lang-expression-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-expression/7.8.1/lang-expression-7.8.1.pom (1.9 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.5.1/lucene-expressions-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.5.1/lucene-expressions-8.5.1.pom (2.9 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-mustache/7.8.1/lang-mustache-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-mustache/7.8.1/lang-mustache-7.8.1.pom (1.3 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-painless/7.8.1/lang-painless-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-painless/7.8.1/lang-painless-7.8.1.pom (2.2 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom (3.2 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom (3.1 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.pom (3.7 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom (3.7 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/scripting-painless-spi/7.8.1/scripting-painless-spi-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/scripting-painless-spi/7.8.1/scripting-painless-spi-7.8.1.pom (1.4 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/mapper-extras/7.8.1/mapper-extras-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/mapper-extras/7.8.1/mapper-extras-7.8.1.pom (1.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/parent-join/7.8.1/parent-join-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/parent-join/7.8.1/parent-join-7.8.1.pom (1.2 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/percolator/7.8.1/percolator-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/percolator/7.8.1/percolator-7.8.1.pom (1.2 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/rank-eval/7.8.1/rank-eval-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/rank-eval/7.8.1/rank-eval-7.8.1.pom (1.2 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/reindex/7.8.1/reindex-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/reindex/7.8.1/reindex-7.8.1.pom (2.4 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 kB at 524 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/ssl-config/7.8.1/ssl-config-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/ssl-config/7.8.1/ssl-config-7.8.1.pom (1.2 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/repository-url/7.8.1/repository-url-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/repository-url/7.8.1/repository-url-7.8.1.pom (1.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/transport-netty4/7.8.1/transport-netty4-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/transport-netty4/7.8.1/transport-netty4-7.8.1.pom (2.3 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom (1.3 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom (4.4 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.1/log4j-core-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.1/log4j-core-2.11.1.pom (23 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/curl4j/1.2.4/curl4j-1.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/curl4j/1.2.4/curl4j-1.2.4.pom (2.9 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch-cluster-runner/7.8.1.0/elasticsearch-cluster-runner-7.8.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/plugin-classloader/7.8.1/plugin-classloader-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/aggs-matrix-stats/7.8.1/aggs-matrix-stats-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/analysis-common/7.8.1/analysis-common-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-common/7.8.1/ingest-common-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/plugin-classloader/7.8.1/plugin-classloader-7.8.1.jar (6.5 kB at 362 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/dissect/7.8.1/dissect-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch-cluster-runner/7.8.1.0/elasticsearch-cluster-runner-7.8.1.0.jar (34 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/grok/7.8.1/grok-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/analysis-common/7.8.1/analysis-common-7.8.1.jar (199 kB at 9.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.44/jcodings-1.0.44.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/grok/7.8.1/grok-7.8.1.jar (34 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.29/joni-2.1.29.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/dissect/7.8.1/dissect-7.8.1.jar (25 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-user-agent/7.8.1/ingest-user-agent-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/aggs-matrix-stats/7.8.1/aggs-matrix-stats-7.8.1.jar (58 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-expression/7.8.1/lang-expression-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-common/7.8.1/ingest-common-7.8.1.jar (116 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.5.1/lucene-expressions-8.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/ingest-user-agent/7.8.1/ingest-user-agent-7.8.1.jar (64 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-mustache/7.8.1/lang-mustache-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-expressions/8.5.1/lucene-expressions-8.5.1.jar (73 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-painless/7.8.1/lang-painless-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.44/jcodings-1.0.44.jar (1.7 MB at 30 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.29/joni-2.1.29.jar (215 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-expression/7.8.1/lang-expression-7.8.1.jar (66 kB at 964 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-mustache/7.8.1/lang-mustache-7.8.1.jar (63 kB at 893 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/lang-painless/7.8.1/lang-painless-7.8.1.jar (561 kB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar (33 kB at 423 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/scripting-painless-spi/7.8.1/scripting-painless-spi-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.2/asm-commons-7.2.jar (70 kB at 887 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/mapper-extras/7.8.1/mapper-extras-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/parent-join/7.8.1/parent-join-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/scripting-painless-spi/7.8.1/scripting-painless-spi-7.8.1.jar (28 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/percolator/7.8.1/percolator-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar (50 kB at 541 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/rank-eval/7.8.1/rank-eval-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/parent-join/7.8.1/parent-join-7.8.1.jar (83 kB at 883 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/reindex/7.8.1/reindex-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/percolator/7.8.1/percolator-7.8.1.jar (75 kB at 692 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/rank-eval/7.8.1/rank-eval-7.8.1.jar (83 kB at 729 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/ssl-config/7.8.1/ssl-config-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/reindex/7.8.1/reindex-7.8.1.jar (117 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/repository-url/7.8.1/repository-url-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar (62 kB at 513 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/transport-netty4/7.8.1/transport-netty4-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/lib/ssl-config/7.8.1/ssl-config-7.8.1.jar (67 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar (81 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.1/log4j-core-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/transport-netty4/7.8.1/transport-netty4-7.8.1.jar (72 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/curl4j/1.2.4/curl4j-1.2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/mapper-extras/7.8.1/mapper-extras-7.8.1.jar (89 kB at 245 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/elasticsearch/module/repository-url/7.8.1/repository-url-7.8.1.jar (15 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jar (155 kB at 422 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codelibs/curl4j/1.2.4/curl4j-1.2.4.jar (16 kB at 44 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.11.1/log4j-core-2.11.1.jar (1.6 MB at 4.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sail-elasticsearch-store --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sail-elasticsearch-store --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sail-elasticsearch-store --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sail-elasticsearch-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sail-elasticsearch-store --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sail-elasticsearch-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch-store/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sail-elasticsearch-store --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sail-elasticsearch-store --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch-store/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sail-elasticsearch-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sail-elasticsearch-store --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch-store/target/rdf4j-sail-elasticsearch-store-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sail-elasticsearch-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sail-elasticsearch-store --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sail-elasticsearch-store --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch-store/target/rdf4j-sail-elasticsearch-store-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-elasticsearch-store/4.2.2-SNAPSHOT/rdf4j-sail-elasticsearch-store-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/sail/elasticsearch-store/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sail-elasticsearch-store/4.2.2-SNAPSHOT/rdf4j-sail-elasticsearch-store-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.rdf4j:rdf4j-spin >-------------------- [INFO] Building RDF4J: SPIN 4.2.2-SNAPSHOT [79/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-spin --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-spin --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-spin --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-spin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-spin --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-spin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 90 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/spin/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-spin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 32 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-spin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/core/spin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-spin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-spin --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/core/spin/target/rdf4j-spin-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-spin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-spin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-spin --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/spin/target/rdf4j-spin-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spin/4.2.2-SNAPSHOT/rdf4j-spin-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/spin/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spin/4.2.2-SNAPSHOT/rdf4j-spin-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-client >------------------- [INFO] Building RDF4J: Client Libraries 4.2.2-SNAPSHOT [80/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-client --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-client --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-client --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-client --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-client --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/client/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-client/4.2.2-SNAPSHOT/rdf4j-client-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-storage >------------------- [INFO] Building RDF4J: Storage Libraries 4.2.2-SNAPSHOT [81/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-storage --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-storage --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-storage --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-storage --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-storage --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-storage --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-storage --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/core/storage/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-storage/4.2.2-SNAPSHOT/rdf4j-storage-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-tools >-------------------- [INFO] Building RDF4J: Tools 4.2.2-SNAPSHOT [82/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.8.0/mockito-junit-jupiter-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.8.0/mockito-junit-jupiter-3.8.0.pom (2.3 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.8.0/mockito-junit-jupiter-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-junit-jupiter/3.8.0/mockito-junit-jupiter-3.8.0.jar (5.4 kB at 319 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-tools --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-tools --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-tools --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-tools --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-tools --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-tools/4.2.2-SNAPSHOT/rdf4j-tools-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-config >------------------- [INFO] Building RDF4J: application configuration 4.2.2-SNAPSHOT [83/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-config --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-config --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-config --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-config --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/config/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/config/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-config --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/config/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-config --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/config/target/rdf4j-config-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-config --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-config --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/config/target/rdf4j-config-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-config/4.2.2-SNAPSHOT/rdf4j-config-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/config/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-config/4.2.2-SNAPSHOT/rdf4j-config-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-http-server-spring >------------- [INFO] Building RDF4J: HTTP server - core 4.2.2-SNAPSHOT [84/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom (5.3 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jsp/2.2/jsp-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/web/jsp/2.2/jsp-2.2.pom (6.9 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.pom (356 B at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/taglibs/standard/1.1.2/standard-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/taglibs/standard/1.1.2/standard-1.1.2.pom (149 B at 8.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.pom (2.2 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.pom (2.0 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.23/spring-core-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.23/spring-core-5.3.23.pom (2.0 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.pom (1.8 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.pom (3.0 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.23/spring-context-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.23/spring-context-5.3.23.pom (2.6 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.pom (2.1 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.23/spring-web-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.23/spring-web-5.3.23.pom (2.2 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.23/spring-test-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.23/spring-test-5.3.23.pom (2.1 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/taglibs/standard/1.1.2/standard-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar (50 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.23/spring-core-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.23/spring-aop-5.3.23.jar (383 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jstl/1.2/jstl-1.2.jar (414 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.23/spring-jcl-5.3.23.jar (24 kB at 555 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.23/spring-context-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.23/spring-core-5.3.23.jar (1.5 MB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/taglibs/standard/1.1.2/standard-1.1.2.jar (393 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.23/spring-web-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.23/spring-expression-5.3.23.jar (289 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.23/spring-test-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.23/spring-beans-5.3.23.jar (699 kB at 8.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.23/spring-webmvc-5.3.23.jar (1.0 MB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.23/spring-context-5.3.23.jar (1.3 MB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.23/spring-test-5.3.23.jar (787 kB at 6.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.23/spring-web-5.3.23.jar (1.6 MB at 12 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-http-server-spring --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-http-server-spring --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-http-server-spring --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-http-server-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server-spring/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-http-server-spring --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-http-server-spring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server-spring/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-http-server-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-http-server-spring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server-spring/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-http-server-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-http-server-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server-spring/target/rdf4j-http-server-spring-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-http-server-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-http-server-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-http-server-spring --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server-spring/target/rdf4j-http-server-spring-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-server-spring/4.2.2-SNAPSHOT/rdf4j-http-server-spring-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-server-spring/4.2.2-SNAPSHOT/rdf4j-http-server-spring-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-sparql-testsuite >-------------- [INFO] Building RDF4J: SPARQL compliance test suite 4.2.2-SNAPSHOT [85/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom (1.5 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.jar (285 kB at 9.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sparql-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sparql-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sparql-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sparql-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2200 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sparql-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sparql-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sparql/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sparql-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sparql/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sparql-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sparql-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-sparql-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sparql/target/rdf4j-sparql-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sparql-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sparql-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sparql-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sparql/target/rdf4j-sparql-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sparql-testsuite/4.2.2-SNAPSHOT/rdf4j-sparql-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/sparql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sparql-testsuite/4.2.2-SNAPSHOT/rdf4j-sparql-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-tools-federation >-------------- [INFO] Building RDF4J: Federation 4.2.2-SNAPSHOT [86/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.0.0/ziplet-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.0.0/ziplet-2.0.0.pom (4.1 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.0.0/ziplet-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.0.0/ziplet-2.0.0.jar (55 kB at 2.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-tools-federation --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-tools-federation --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-tools-federation --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-tools-federation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-tools-federation --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-tools-federation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/federation/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-tools-federation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 179 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-tools-federation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/federation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-tools-federation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (run-tests-native) @ rdf4j-tools-federation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (run-tests-remote) @ rdf4j-tools-federation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-tools-federation --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/federation/target/rdf4j-tools-federation-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-tools-federation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-tools-federation --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-tools-federation --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/federation/target/rdf4j-tools-federation-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-tools-federation/4.2.2-SNAPSHOT/rdf4j-tools-federation-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/federation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-tools-federation/4.2.2-SNAPSHOT/rdf4j-tools-federation-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-console >------------------- [INFO] Building RDF4J: Console 4.2.2-SNAPSHOT [87/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.6.2/jline-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.6.2/jline-3.6.2.pom (15 kB at 418 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.6.2/jline-parent-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.6.2/jline-parent-3.6.2.pom (17 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.6.2/jline-3.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.6.2/jline-3.6.2.jar (687 kB at 33 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-console --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-console --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-console --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/console/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-console --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-console --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/console/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-console --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 29 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-console --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/console/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-console --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-console --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/console/target/rdf4j-console-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-console --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-console --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-console --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/console/target/rdf4j-console-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-console/4.2.2-SNAPSHOT/rdf4j-console-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/console/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-console/4.2.2-SNAPSHOT/rdf4j-console-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-http-server >----------------- [INFO] Building RDF4J: HTTP server 4.2.2-SNAPSHOT [88/112] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.pom (5.0 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.0.0/properties-maven-plugin-1.0.0.jar (30 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.3/maven-war-plugin-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.3/maven-war-plugin-3.2.3.pom (9.6 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.3/maven-war-plugin-3.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.2.3/maven-war-plugin-3.2.3.jar (91 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ebaysf/web/cors-filter/1.0.1/cors-filter-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ebaysf/web/cors-filter/1.0.1/cors-filter-1.0.1.pom (3.4 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tuckey/urlrewritefilter/4.0.4/urlrewritefilter-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tuckey/urlrewritefilter/4.0.4/urlrewritefilter-4.0.4.pom (7.9 kB at 415 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.4.1/ziplet-2.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.4.1/ziplet-2.4.1.pom (6.7 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/9.4.49.v20220914/apache-jsp-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/9.4.49.v20220914/apache-jsp-9.4.49.v20220914.pom (4.1 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/3.1.2/jetty-schemas-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/3.1.2/jetty-schemas-3.1.2.pom (5.3 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-toolchain/1.6/jetty-toolchain-1.6.pom (17 kB at 852 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/8.5.70/apache-jsp-8.5.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/8.5.70/apache-jsp-8.5.70.pom (17 kB at 890 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/8.5.70/jasper-jsp-8.5.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/jasper-jsp/8.5.70/jasper-jsp-8.5.70.pom (8.1 kB at 507 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/8.5.70/apache-el-8.5.70.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/8.5.70/apache-el-8.5.70.pom (8.1 kB at 507 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.pom (1.7 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.49.v20220914/jetty-annotations-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.49.v20220914/jetty-annotations-9.4.49.v20220914.pom (2.5 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.49.v20220914/jetty-plus-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.49.v20220914/jetty-plus-9.4.49.v20220914.pom (2.5 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.49.v20220914/jetty-jndi-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.49.v20220914/jetty-jndi-9.4.49.v20220914.pom (2.6 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 852 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.pom (3.0 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.pom (2.6 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.pom (2.6 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.pom (1.1 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ebaysf/web/cors-filter/1.0.1/cors-filter-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tuckey/urlrewritefilter/4.0.4/urlrewritefilter-4.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.4.1/ziplet-2.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/9.4.49.v20220914/apache-jsp-9.4.49.v20220914.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/3.1.2/jetty-schemas-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ebaysf/web/cors-filter/1.0.1/cors-filter-1.0.1.jar (12 kB at 780 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/8.5.70/apache-jsp-8.5.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tuckey/urlrewritefilter/4.0.4/urlrewritefilter-4.0.4.jar (177 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/8.5.70/apache-el-8.5.70.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/apache-jsp/9.4.49.v20220914/apache-jsp-9.4.49.v20220914.jar (21 kB at 663 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ziplet/ziplet/2.4.1/ziplet-2.4.1.jar (58 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.49.v20220914/jetty-annotations-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-jsp/8.5.70/apache-jsp-8.5.70.jar (1.1 MB at 22 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/toolchain/jetty-schemas/3.1.2/jetty-schemas-3.1.2.jar (200 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.49.v20220914/jetty-plus-9.4.49.v20220914.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.49.v20220914/jetty-jndi-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mortbay/jasper/apache-el/8.5.70/apache-el-8.5.70.jar (256 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-annotations/9.4.49.v20220914/jetty-annotations-9.4.49.v20220914.jar (87 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 391 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-jndi/9.4.49.v20220914/jetty-jndi-9.4.49.v20220914.jar (47 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-plus/9.4.49.v20220914/jetty-plus-9.4.49.v20220914.jar (66 kB at 899 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jdt/ecj/3.19.0/ecj-3.19.0.jar (2.9 MB at 34 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.3/asm-tree-9.3.jar (53 kB at 627 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.3/asm-commons-9.3.jar (73 kB at 846 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.jar (224 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.36/log4j-over-slf4j-1.7.36.jar (24 kB at 247 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.3/asm-analysis-9.3.jar (34 kB at 290 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-http-server --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-http-server --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-http-server --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ rdf4j-http-server --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 4.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 302 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 5.6 MB/s) [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-http-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 7 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-http-server --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-http-server --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-http-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-http-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-http-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ rdf4j-http-server --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.pom (4.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 651 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.pom (15 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.10/xstream-parent-1.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.10/xstream-parent-1.4.10.pom (35 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom (4.1 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.4.0/maven-archiver-3.4.0.jar (24 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 9.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 734 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.10/xstream-1.4.10.jar (590 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar (11 kB at 221 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.jar (263 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 126 kB/s) [INFO] Packaging webapp [INFO] Assembling webapp [rdf4j-http-server] in [/home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server/target/rdf4j-server] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server/src/main/webapp] [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server/target/rdf4j-server/WEB-INF/lib/rdf4j-http-server-4.2.2-SNAPSHOT.jar [INFO] Webapp assembled in [280 msecs] [INFO] Building war: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server/target/rdf4j-server.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-http-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-http-server --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-http-server --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server/target/rdf4j-server.war to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-server/4.2.2-SNAPSHOT/rdf4j-http-server-4.2.2-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-server/4.2.2-SNAPSHOT/rdf4j-http-server-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-http-workbench >--------------- [INFO] Building RDF4J: Workbench 4.2.2-SNAPSHOT [89/112] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.36/slf4j-jdk14-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.36/slf4j-jdk14-1.7.36.pom (1.0 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.36/slf4j-jdk14-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.7.36/slf4j-jdk14-1.7.36.jar (8.4 kB at 527 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-http-workbench --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-http-workbench --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-http-workbench --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-http-workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-http-workbench --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-http-workbench --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-http-workbench --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-http-workbench --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-http-workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ rdf4j-http-workbench --- [INFO] Packaging webapp [INFO] Assembling webapp [rdf4j-http-workbench] in [/home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/target/rdf4j-http-workbench-4.2.2-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/src/main/webapp] [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/target/rdf4j-http-workbench-4.2.2-SNAPSHOT/WEB-INF/lib/rdf4j-http-workbench-4.2.2-SNAPSHOT.jar [INFO] Webapp assembled in [123 msecs] [INFO] Building war: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/target/rdf4j-workbench.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-http-workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-http-workbench --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-http-workbench --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/target/rdf4j-workbench.war to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-workbench/4.2.2-SNAPSHOT/rdf4j-http-workbench-4.2.2-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/workbench/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-http-workbench/4.2.2-SNAPSHOT/rdf4j-http-workbench-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-runtime >------------------- [INFO] Building RDF4J: Runtime 4.2.2-SNAPSHOT [90/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-runtime --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-runtime --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-runtime --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-runtime --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-runtime --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-runtime --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-runtime/4.2.2-SNAPSHOT/rdf4j-runtime-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-runtime-osgi >---------------- [INFO] Building RDF4J: Runtime - OSGi 4.2.2-SNAPSHOT [91/112] [INFO] -------------------------------[ bundle ]------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (750 B at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.pom (7.8 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.0/maven-install-plugin-3.1.0.jar (30 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.pom (9.3 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-shade-plugin/3.2.1/maven-shade-plugin-3.2.1.jar (114 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom (4.1 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 813 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar (30 kB at 2.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-runtime-osgi --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-runtime-osgi --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-runtime-osgi --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-runtime-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-runtime-osgi --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-runtime-osgi --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-runtime-osgi --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-runtime-osgi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-runtime-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ rdf4j-runtime-osgi --- [INFO] Building bundle: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/target/rdf4j-runtime-osgi-4.2.2-SNAPSHOT.jar [INFO] Writing manifest: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (gather-provider-configuration-files) @ rdf4j-runtime-osgi --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 694 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.pom (3.7 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.pom (3.1 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.pom (3.2 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.pom (11 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0-beta/asm-7.0-beta.pom (2.9 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0-beta/asm-analysis-7.0-beta.pom (3.2 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0-beta/asm-tree-7.0-beta.pom (3.1 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0-beta/asm-commons-7.0-beta.pom (3.7 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.pom (3.7 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 6.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 7.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 532 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.0/asm-commons-7.0.jar (80 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.0/asm-analysis-7.0.jar (33 kB at 595 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.0/asm-tree-7.0.jar (50 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/vafer/jdependency/2.1.1/jdependency-2.1.1.jar (186 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.0-beta/asm-util-7.0-beta.jar (81 kB at 918 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 19 MB/s) [INFO] Including org.eclipse.rdf4j:rdf4j-http-server-spring:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Skipping pom dependency org.eclipse.rdf4j:rdf4j-client:pom:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-http-client:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpclient:jar:4.5.13 from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.4.13 from the shaded jar. [INFO] Excluding commons-codec:commons-codec:jar:1.15 from the shaded jar. [INFO] Excluding org.slf4j:jcl-over-slf4j:jar:1.7.36 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-http-protocol:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 from the shaded jar. [INFO] Excluding jakarta.activation:jakarta.activation-api:jar:1.2.2 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-model-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-model-vocabulary:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-model:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-query:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.13.4 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2 from the shaded jar. [INFO] Excluding org.apache.commons:commons-text:jar:1.10.0 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryalgebra-model:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryparser-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryparser-sparql:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryrender:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-binary:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-sparqljson:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-sparqlxml:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-text:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding com.opencsv:opencsv:jar:5.3 from the shaded jar. [INFO] Excluding commons-beanutils:commons-beanutils:jar:1.9.4 from the shaded jar. [INFO] Excluding commons-collections:commons-collections:jar:3.2.2 from the shaded jar. [INFO] Excluding org.apache.commons:commons-collections4:jar:4.4 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-contextaware:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-event:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-http:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-manager:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-sparql:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding com.github.jsonld-java:jsonld-java:jar:0.13.4 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-binary:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-datatypes:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-jsonld:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpclient-cache:jar:4.5.13 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.11.0 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-languages:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-n3:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-nquads:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-ntriples:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-rdfjson:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-rdfxml:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-trig:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-trix:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-turtle:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sparqlbuilder:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-annotation:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-exception:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-io:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-iterator:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-text:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-transaction:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-util:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-xml:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Skipping pom dependency org.eclipse.rdf4j:rdf4j-storage:pom:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryalgebra-evaluation:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.mapdb:mapdb:jar:1.0.8 from the shaded jar. [INFO] Excluding org.apache.commons:commons-math3:jar:3.6.1 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryalgebra-geosparql:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.locationtech.spatial4j:spatial4j:jar:0.8 from the shaded jar. [INFO] Excluding org.locationtech.jts:jts-core:jar:1.18.1 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-dataset:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-sail:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-base:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-inferencer:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-model:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-elasticsearch:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-lucene-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-lucene:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.apache.lucene:lucene-core:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-queries:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-highlighter:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-memory:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-analyzers-common:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-queryparser:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-sandbox:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-spatial-extras:jar:8.5.1 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-spatial3d:jar:8.5.1 from the shaded jar. [INFO] Excluding io.sgr:s2-geometry-library-java:jar:1.0.0 from the shaded jar. [INFO] Excluding org.apache.lucene:lucene-backward-codecs:jar:8.5.1 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-solr:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.apache.solr:solr-solrj:jar:8.4.1 from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.29.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.29.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.29.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.29.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.29.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.29.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-epoll:jar:4.1.29.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport-native-unix-common:jar:4.1.29.Final from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpmime:jar:4.5.13 from the shaded jar. [INFO] Excluding org.apache.zookeeper:zookeeper:jar:3.5.5 from the shaded jar. [INFO] Excluding org.apache.zookeeper:zookeeper-jute:jar:3.5.5 from the shaded jar. [INFO] Excluding org.codehaus.woodstox:stax2-api:jar:3.1.4 from the shaded jar. [INFO] Excluding org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 from the shaded jar. [INFO] Excluding org.eclipse.jetty:jetty-alpn-client:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty:jetty-alpn-java-client:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty:jetty-client:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty:jetty-http:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty:jetty-io:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty:jetty-util:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty.http2:http2-client:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty.http2:http2-common:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty.http2:http2-hpack:jar:9.4.49.v20220914 from the shaded jar. [INFO] Excluding org.eclipse.jetty.http2:http2-http-client-transport:jar:9.4.49.v20220914 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-memory:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-lmdb:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.lwjgl:lwjgl-lmdb:jar:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl:jar:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl-lmdb:jar:natives-linux:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl-lmdb:jar:natives-linux-arm64:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl-lmdb:jar:natives-macos:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl-lmdb:jar:natives-macos-arm64:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl-lmdb:jar:natives-windows:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl-lmdb:jar:natives-windows-arm64:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl:jar:natives-linux:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl:jar:natives-linux-arm64:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl:jar:natives-macos:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl:jar:natives-macos-arm64:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl:jar:natives-windows:3.3.1 from the shaded jar. [INFO] Excluding org.lwjgl:lwjgl:jar:natives-windows-arm64:3.3.1 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-nativerdf:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-spin:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-shacl:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding org.apache.commons:commons-lang3:jar:3.12.0 from the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-config:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Excluding javax.servlet:jstl:jar:1.2 from the shaded jar. [INFO] Excluding taglibs:standard:jar:1.1.2 from the shaded jar. [INFO] Excluding org.springframework:spring-aop:jar:5.3.23 from the shaded jar. [INFO] Excluding org.springframework:spring-beans:jar:5.3.23 from the shaded jar. [INFO] Excluding org.springframework:spring-core:jar:5.3.23 from the shaded jar. [INFO] Excluding org.springframework:spring-jcl:jar:5.3.23 from the shaded jar. [INFO] Excluding org.springframework:spring-webmvc:jar:5.3.23 from the shaded jar. [INFO] Excluding org.springframework:spring-context:jar:5.3.23 from the shaded jar. [INFO] Excluding org.springframework:spring-expression:jar:5.3.23 from the shaded jar. [INFO] Excluding org.springframework:spring-web:jar:5.3.23 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.36 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:30.1.1-jre from the shaded jar. [INFO] Excluding com.google.guava:failureaccess:jar:1.0.1 from the shaded jar. [INFO] Excluding com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava from the shaded jar. [INFO] [INFO] --- maven-antrun-plugin:1.6:run (enrich-main-artifact-with-provider-configuration-files) @ rdf4j-runtime-osgi --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (1.5 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 kB at 836 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (2.8 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (2.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (3.2 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2.0 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (2.6 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (2.3 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (1.6 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (1.9 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom (4.8 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (4.3 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (8.8 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (2.4 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.jar (37 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.jar (123 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.jar (97 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.jar (51 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.jar (13 kB at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.jar (26 kB at 691 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.jar (58 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.jar (31 kB at 578 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.jar (90 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 kB at 572 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar (12 kB at 164 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (409 kB at 5.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1.5 MB at 16 MB/s) [INFO] Executing tasks main: enrich-artifact-with-provider-configuration-files: [unzip] Expanding: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/target/serviceResources/raw/raw-service-resources.jar into /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/target/serviceResources/raw [copy] Copying 16 files to /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/target/serviceResources/fixed [jar] Updating jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/target/rdf4j-runtime-osgi-4.2.2-SNAPSHOT.jar [INFO] Executed tasks [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-runtime-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-runtime-osgi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ rdf4j-runtime-osgi --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 6.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 4.7 MB/s) [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-runtime-osgi/4.2.2-SNAPSHOT/rdf4j-runtime-osgi-4.2.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/tools/runtime-osgi/target/rdf4j-runtime-osgi-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-runtime-osgi/4.2.2-SNAPSHOT/rdf4j-runtime-osgi-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-bundle-plugin:5.1.8:install (default-install) @ rdf4j-runtime-osgi --- [INFO] Writing OBR metadata [INFO] Installing org/eclipse/rdf4j/rdf4j-runtime-osgi/4.2.2-SNAPSHOT/rdf4j-runtime-osgi-4.2.2-SNAPSHOT.jar [INFO] Writing OBR metadata [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-spring-components >-------------- [INFO] Building RDF4J: Spring components 4.2.2-SNAPSHOT [92/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5.pom (3.1 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.7.5/spring-boot-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.7.5/spring-boot-2.7.5.pom (2.2 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.7.5/spring-boot-autoconfigure-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.7.5/spring-boot-autoconfigure-2.7.5.pom (2.1 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.7.5/spring-boot-starter-logging-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.7.5/spring-boot-starter-logging-2.7.5.pom (2.5 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.17.2/log4j-to-slf4j-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.17.2/log4j-to-slf4j-2.17.2.pom (7.3 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (73 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.pom (14 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.pom (991 B at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 866 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.pom (37 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.7.5/spring-boot-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.7.5/spring-boot-autoconfigure-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.17.2/log4j-to-slf4j-2.17.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.7.5/spring-boot-starter-logging-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.7.5/spring-boot-starter-2.7.5.jar (4.8 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.17.2/log4j-to-slf4j-2.17.2.jar (18 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.jar (4.5 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.7.5/spring-boot-starter-logging-2.7.5.jar (4.8 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.7.5/spring-boot-2.7.5.jar (1.5 MB at 29 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 482 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.2/log4j-api-2.17.2.jar (303 kB at 5.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.7.5/spring-boot-autoconfigure-2.7.5.jar (1.7 MB at 25 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.30/snakeyaml-1.30.jar (332 kB at 4.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-spring-components --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-spring-components --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-spring-components --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-spring-components --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-spring-components --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-spring-components --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-spring-components --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spring-components/4.2.2-SNAPSHOT/rdf4j-spring-components-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.rdf4j:rdf4j-spring-boot-sparql-web >----------- [INFO] Building RDF4J: Spring boot component for a HTTP sparql server 4.2.2-SNAPSHOT [93/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.pom (5.6 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-parent/8.11.2/solr-parent-8.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-parent/8.11.2/solr-parent-8.11.2.pom (3.3 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/8.11.2/lucene-solr-grandparent-8.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-solr-grandparent/8.11.2/lucene-solr-grandparent-8.11.2.pom (505 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.pom (8.3 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 668 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 515 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.84.Final/netty-buffer-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.84.Final/netty-buffer-4.1.84.Final.pom (1.6 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.84.Final/netty-parent-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.84.Final/netty-parent-4.1.84.Final.pom (78 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.84.Final/netty-codec-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.84.Final/netty-codec-4.1.84.Final.pom (5.0 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.84.Final/netty-common-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.84.Final/netty-common-4.1.84.Final.pom (12 kB at 695 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.84.Final/netty-handler-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.84.Final/netty-handler-4.1.84.Final.pom (4.5 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.84.Final/netty-transport-native-unix-common-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.84.Final/netty-transport-native-unix-common-4.1.84.Final.pom (29 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.84.Final/netty-resolver-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.84.Final/netty-resolver-4.1.84.Final.pom (1.6 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.84.Final/netty-transport-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.84.Final/netty-transport-4.1.84.Final.pom (2.2 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.84.Final/netty-transport-native-epoll-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.84.Final/netty-transport-native-epoll-4.1.84.Final.pom (19 kB at 791 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.84.Final/netty-transport-classes-epoll-4.1.84.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.84.Final/netty-transport-classes-epoll-4.1.84.Final.pom (2.1 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.6.2/zookeeper-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.6.2/zookeeper-3.6.2.pom (10.0 kB at 555 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/parent/3.6.2/parent-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/parent/3.6.2/parent-3.6.2.pom (34 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.6.2/zookeeper-jute-3.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.6.2/zookeeper-jute-3.6.2.pom (5.6 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.6/snappy-java-1.1.7.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.6/snappy-java-1.1.7.6.pom (3.5 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.7.5/spring-boot-starter-data-rest-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.7.5/spring-boot-starter-data-rest-2.7.5.pom (2.4 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.7.5/spring-boot-starter-web-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.7.5/spring-boot-starter-web-2.7.5.pom (3.0 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.7.5/spring-boot-starter-json-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.7.5/spring-boot-starter-json-2.7.5.pom (3.1 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.4/jackson-datatype-jdk8-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.4/jackson-datatype-jdk8-2.13.4.pom (2.6 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.13.4/jackson-modules-java8-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.13.4/jackson-modules-java8-2.13.4.pom (3.2 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.4/jackson-datatype-jsr310-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.4/jackson-datatype-jsr310-2.13.4.pom (4.9 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.4/jackson-module-parameter-names-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.4/jackson-module-parameter-names-2.13.4.pom (4.4 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.7.5/spring-data-rest-webmvc-3.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.7.5/spring-data-rest-webmvc-3.7.5.pom (3.5 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-parent/3.7.5/spring-data-rest-parent-3.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-parent/3.7.5/spring-data-rest-parent-3.7.5.pom (4.3 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-parent/2.7.5/spring-data-parent-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-parent/2.7.5/spring-data-parent-2.7.5.pom (39 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.7.5/spring-data-build-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.7.5/spring-data-build-2.7.5.pom (7.5 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.7.5/spring-data-rest-core-3.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.7.5/spring-data-rest-core-3.7.5.pom (2.6 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.pom (2.2 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.5.2/spring-hateoas-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.5.2/spring-hateoas-1.5.2.pom (35 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2020.0.23/reactor-bom-2020.0.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2020.0.23/reactor-bom-2020.0.23.pom (4.6 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.6.10/kotlin-bom-1.6.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.6.10/kotlin-bom-1.6.10.pom (9.3 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.6.0/kotlinx-coroutines-bom-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.6.0/kotlinx-coroutines-bom-1.6.0.pom (4.3 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.pom (1.6 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin/2.0.0.RELEASE/spring-plugin-2.0.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin/2.0.0.RELEASE/spring-plugin-2.0.0.RELEASE.pom (5.8 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.7.0/json-path-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.7.0/json-path-2.7.0.pom (3.1 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.pom (8.3 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.pom (10 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.7.5/spring-data-commons-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.7.5/spring-data-commons-2.7.5.pom (10 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.pom (2.8 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.19/parent-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.19/parent-1.19.pom (16 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.7.5/spring-boot-starter-test-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.7.5/spring-boot-starter-test-2.7.5.pom (4.7 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.7.5/spring-boot-test-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.7.5/spring-boot-test-2.7.5.pom (2.1 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.7.5/spring-boot-test-autoconfigure-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.7.5/spring-boot-test-autoconfigure-2.7.5.pom (2.5 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.pom (3.2 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.pom (16 kB at 466 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.18/byte-buddy-parent-1.12.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.18/byte-buddy-parent-1.12.18.pom (58 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.pom (10 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.1/jsonassert-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.1/jsonassert-1.5.1.pom (5.2 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom (2.8 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.0/xmlunit-core-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.0/xmlunit-core-2.9.0.pom (2.4 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.9.0/xmlunit-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.9.0/xmlunit-parent-2.9.0.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-jetty/2.7.5/spring-boot-starter-jetty-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-jetty/2.7.5/spring-boot-starter-jetty-2.7.5.pom (4.5 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.pom (17 kB at 634 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.pom (6.4 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-all/1.1.2/jakarta.websocket-all-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-all/1.1.2/jakarta.websocket-all-1.1.2.pom (12 kB at 653 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.68/tomcat-embed-el-9.0.68.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.68/tomcat-embed-el-9.0.68.pom (1.5 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.49.v20220914/websocket-server-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.49.v20220914/websocket-server-9.4.49.v20220914.pom (4.1 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/9.4.49.v20220914/websocket-parent-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-parent/9.4.49.v20220914/websocket-parent-9.4.49.v20220914.pom (1.4 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.49.v20220914/websocket-common-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.49.v20220914/websocket-common-9.4.49.v20220914.pom (3.6 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.49.v20220914/websocket-api-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.49.v20220914/websocket-api-9.4.49.v20220914.pom (2.5 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.49.v20220914/websocket-client-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.49.v20220914/websocket-client-9.4.49.v20220914.pom (4.6 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.49.v20220914/websocket-servlet-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.49.v20220914/websocket-servlet-9.4.49.v20220914.pom (2.2 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.49.v20220914/javax-websocket-server-impl-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.49.v20220914/javax-websocket-server-impl-9.4.49.v20220914.pom (3.5 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.49.v20220914/javax-websocket-client-impl-9.4.49.v20220914.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.49.v20220914/javax-websocket-client-impl-9.4.49.v20220914.pom (3.8 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.84.Final/netty-buffer-4.1.84.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.84.Final/netty-codec-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/solr/solr-solrj/8.11.2/solr-solrj-8.11.2.jar (2.4 MB at 36 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.84.Final/netty-common-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.84.Final/netty-buffer-4.1.84.Final.jar (305 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.84.Final/netty-handler-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.84.Final/netty-resolver-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.4/woodstox-core-6.2.4.jar (1.6 MB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.84.Final/netty-transport-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.84.Final/netty-resolver-4.1.84.Final.jar (38 kB at 415 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.84.Final/netty-transport-native-epoll-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.84.Final/netty-codec-4.1.84.Final.jar (343 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.84.Final/netty-transport-classes-epoll-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.84.Final/netty-handler-4.1.84.Final.jar (540 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.84.Final/netty-transport-native-unix-common-4.1.84.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.84.Final/netty-transport-4.1.84.Final.jar (488 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.6.2/zookeeper-3.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.84.Final/netty-transport-native-epoll-4.1.84.Final.jar (5.6 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.6.2/zookeeper-jute-3.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.84.Final/netty-common-4.1.84.Final.jar (654 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.84.Final/netty-transport-classes-epoll-4.1.84.Final.jar (142 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.6/snappy-java-1.1.7.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.84.Final/netty-transport-native-unix-common-4.1.84.Final.jar (44 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.7.5/spring-boot-starter-data-rest-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.7.5/spring-boot-starter-web-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper/3.6.2/zookeeper-3.6.2.jar (1.2 MB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.7.5/spring-boot-starter-json-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.7.5/spring-boot-starter-web-2.7.5.jar (4.8 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.4/jackson-datatype-jdk8-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.7.5/spring-boot-starter-data-rest-2.7.5.jar (4.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.4/jackson-datatype-jsr310-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/zookeeper/zookeeper-jute/3.6.2/zookeeper-jute-3.6.2.jar (250 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.4/jackson-module-parameter-names-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.7.6/snappy-java-1.1.7.6.jar (1.9 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.7.5/spring-data-rest-webmvc-3.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.7.5/spring-boot-starter-json-2.7.5.jar (4.7 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.7.5/spring-data-rest-core-3.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.4/jackson-module-parameter-names-2.13.4.jar (9.5 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.4/jackson-datatype-jdk8-2.13.4.jar (35 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.5.2/spring-hateoas-1.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.4/jackson-datatype-jsr310-2.13.4.jar (121 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.7.5/spring-data-commons-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.7.5/spring-data-rest-webmvc-3.7.5.jar (369 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.7.5/spring-data-rest-core-3.7.5.jar (146 kB at 779 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.23/spring-tx-5.3.23.jar (333 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.7.5/spring-boot-starter-test-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.5.2/spring-hateoas-1.5.2.jar (595 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.7.5/spring-boot-test-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.7.5/spring-boot-starter-test-2.7.5.jar (4.8 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.7.5/spring-boot-test-autoconfigure-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.jar (29 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.7.0/json-path-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.jar (12 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.7.5/spring-data-commons-2.7.5.jar (1.3 MB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.7.5/spring-boot-test-2.7.5.jar (238 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.jar (30 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.7.0/json-path-2.7.0.jar (271 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.7.5/spring-boot-test-autoconfigure-2.7.5.jar (216 kB at 925 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.8.2/junit-jupiter-5.8.2.jar (6.4 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.1/jsonassert-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.jar (120 kB at 490 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 488 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.0/xmlunit-core-2.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.jar (256 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-jetty/2.7.5/spring-boot-starter-jetty-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.1/jsonassert-1.5.1.jar (31 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-jetty/2.7.5/spring-boot-starter-jetty-2.7.5.jar (4.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.68/tomcat-embed-el-9.0.68.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/websocket/jakarta.websocket-api/1.1.2/jakarta.websocket-api-1.1.2.jar (49 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.49.v20220914/websocket-server-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.9.0/xmlunit-core-2.9.0.jar (174 kB at 581 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.49.v20220914/websocket-common-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.jar (4.0 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.49.v20220914/websocket-api-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/4.0.4/jakarta.servlet-api-4.0.4.jar (83 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.49.v20220914/websocket-client-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-server/9.4.49.v20220914/websocket-server-9.4.49.v20220914.jar (46 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.49.v20220914/websocket-servlet-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-common/9.4.49.v20220914/websocket-common-9.4.49.v20220914.jar (215 kB at 681 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.49.v20220914/javax-websocket-server-impl-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.68/tomcat-embed-el-9.0.68.jar (256 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.49.v20220914/javax-websocket-client-impl-9.4.49.v20220914.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-api/9.4.49.v20220914/websocket-api-9.4.49.v20220914.jar (52 kB at 164 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-client/9.4.49.v20220914/websocket-client-9.4.49.v20220914.jar (46 kB at 140 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.49.v20220914/javax-websocket-server-impl-9.4.49.v20220914.jar (48 kB at 144 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/websocket-servlet/9.4.49.v20220914/websocket-servlet-9.4.49.v20220914.jar (30 kB at 90 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.49.v20220914/javax-websocket-client-impl-9.4.49.v20220914.jar (168 kB at 500 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-spring-boot-sparql-web --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-spring-boot-sparql-web --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-spring-boot-sparql-web --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-spring-boot-sparql-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/spring-boot-sparql-web/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-spring-boot-sparql-web --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-spring-boot-sparql-web --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/spring-boot-sparql-web/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-spring-boot-sparql-web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/spring-boot-sparql-web/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-spring-boot-sparql-web --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/spring-boot-sparql-web/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-spring-boot-sparql-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-spring-boot-sparql-web --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/spring-boot-sparql-web/target/rdf4j-spring-boot-sparql-web-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-spring-boot-sparql-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-spring-boot-sparql-web --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-spring-boot-sparql-web --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/spring-boot-sparql-web/target/rdf4j-spring-boot-sparql-web-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spring-boot-sparql-web/4.2.2-SNAPSHOT/rdf4j-spring-boot-sparql-web-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/spring-boot-sparql-web/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spring-boot-sparql-web/4.2.2-SNAPSHOT/rdf4j-spring-boot-sparql-web-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------------< org.eclipse.rdf4j:rdf4j-spring >------------------- [INFO] Building RDF4J: Spring 4.2.2-SNAPSHOT [94/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-validation/2.7.5/spring-boot-starter-validation-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-validation/2.7.5/spring-boot-starter-validation-2.7.5.pom (2.5 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.pom (14 kB at 849 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/6.2.5.Final/hibernate-validator-parent-6.2.5.Final.pom (78 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.6.0.Final/arquillian-bom-1.6.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.6.0.Final/arquillian-bom-1.6.0.Final.pom (9.2 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom (11 kB at 540 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom (15 kB at 319 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom (7.3 kB at 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.7.5/spring-boot-starter-tomcat-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.7.5/spring-boot-starter-tomcat-2.7.5.pom (3.1 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.68/tomcat-embed-core-9.0.68.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.68/tomcat-embed-core-9.0.68.pom (1.8 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.68/tomcat-embed-websocket-9.0.68.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.68/tomcat-embed-websocket-9.0.68.pom (1.8 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-configuration-processor/2.7.5/spring-boot-configuration-processor-2.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-configuration-processor/2.7.5/spring-boot-configuration-processor-2.7.5.pom (1.9 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.pom (17 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-validation/2.7.5/spring-boot-starter-validation-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.7.5/spring-boot-starter-tomcat-2.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.68/tomcat-embed-core-9.0.68.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.68/tomcat-embed-websocket-9.0.68.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.7.5/spring-boot-starter-tomcat-2.7.5.jar (4.8 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-configuration-processor/2.7.5/spring-boot-configuration-processor-2.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-configuration-processor/2.7.5/spring-boot-configuration-processor-2.7.5.jar (119 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-validation/2.7.5/spring-boot-starter-validation-2.7.5.jar (4.8 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.68/tomcat-embed-websocket-9.0.68.jar (279 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar (92 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.68/tomcat-embed-core-9.0.68.jar (3.4 MB at 56 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar (68 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar (61 kB at 868 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.8.1/commons-pool2-2.8.1.jar (133 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/6.2.5.Final/hibernate-validator-6.2.5.Final.jar (1.3 MB at 16 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-spring --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-spring --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-spring --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-spring --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-spring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 130 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-spring --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-spring --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-spring --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring/target/rdf4j-spring-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-spring --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-spring --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring/target/rdf4j-spring-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spring/4.2.2-SNAPSHOT/rdf4j-spring-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spring/4.2.2-SNAPSHOT/rdf4j-spring-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------------< org.eclipse.rdf4j:rdf4j-spring-demo >----------------- [INFO] Building RDF4J: Spring Demo 4.2.2-SNAPSHOT [95/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.0-M1/junit-bom-5.8.0-M1.pom (5.7 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar (146 kB at 4.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-spring-demo --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-spring-demo --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-spring-demo --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-spring-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-spring-demo --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-spring-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring-demo/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-spring-demo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-spring-demo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring-demo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-spring-demo --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-spring-demo --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring-demo/target/rdf4j-spring-demo-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-spring-demo --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-spring-demo --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-spring-demo --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring-demo/target/rdf4j-spring-demo-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spring-demo/4.2.2-SNAPSHOT/rdf4j-spring-demo-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/spring-components/rdf4j-spring-demo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-spring-demo/4.2.2-SNAPSHOT/rdf4j-spring-demo-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-testsuite >---------------- [INFO] Building RDF4J: Rio compliance test suite 4.2.2-SNAPSHOT [96/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1470 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/rio/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/rio/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/rio/target/rdf4j-rio-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/rio/target/rdf4j-rio-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-testsuite/4.2.2-SNAPSHOT/rdf4j-rio-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/rio/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-testsuite/4.2.2-SNAPSHOT/rdf4j-rio-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-shacl-testsuite >--------------- [INFO] Building RDF4J: SHACL compliance test suite 4.2.2-SNAPSHOT [97/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-shacl-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-shacl-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-shacl-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-shacl-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 150 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-shacl-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-shacl-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/shacl/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-shacl-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/shacl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-shacl-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-shacl-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-shacl-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/shacl/target/rdf4j-shacl-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-shacl-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-shacl-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-shacl-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/shacl/target/rdf4j-shacl-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-shacl-testsuite/4.2.2-SNAPSHOT/rdf4j-shacl-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/shacl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-shacl-testsuite/4.2.2-SNAPSHOT/rdf4j-shacl-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-lucene-testsuite >-------------- [INFO] Building RDF4J: Lucene Sail Tests 4.2.2-SNAPSHOT [98/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-lucene-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-lucene-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-lucene-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-lucene-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-lucene-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-lucene-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/lucene/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-lucene-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/lucene/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-lucene-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-lucene-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-lucene-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/lucene/target/rdf4j-lucene-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-lucene-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-lucene-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-lucene-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/lucene/target/rdf4j-lucene-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-lucene-testsuite/4.2.2-SNAPSHOT/rdf4j-lucene-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/lucene/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-lucene-testsuite/4.2.2-SNAPSHOT/rdf4j-lucene-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.rdf4j:rdf4j-geosparql-testsuite >------------- [INFO] Building RDF4J: GeoSPARQL compliance test suite 4.2.2-SNAPSHOT [99/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-geosparql-testsuite --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-geosparql-testsuite --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-geosparql-testsuite --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-geosparql-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 21 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-geosparql-testsuite --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-geosparql-testsuite --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/geosparql/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-geosparql-testsuite --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/geosparql/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-geosparql-testsuite --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-geosparql-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-geosparql-testsuite --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/geosparql/target/rdf4j-geosparql-testsuite-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-geosparql-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-geosparql-testsuite --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-geosparql-testsuite --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/geosparql/target/rdf4j-geosparql-testsuite-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-geosparql-testsuite/4.2.2-SNAPSHOT/rdf4j-geosparql-testsuite-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/geosparql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-geosparql-testsuite/4.2.2-SNAPSHOT/rdf4j-geosparql-testsuite-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-benchmark >------------------ [INFO] Building RDF4J: benchmarks 4.2.2-SNAPSHOT [100/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-benchmark --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-benchmark --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-benchmark --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-benchmark --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-benchmark --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/benchmark/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-benchmark --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/benchmark/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-benchmark --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-benchmark --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-benchmark --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/benchmark/target/rdf4j-benchmark-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:3.2.1:shade (default) @ rdf4j-benchmark --- [INFO] Including org.openjdk.jmh:jmh-core:jar:1.35 in the shaded jar. [INFO] Including net.sf.jopt-simple:jopt-simple:jar:5.0.4 in the shaded jar. [INFO] Including org.apache.commons:commons-math3:jar:3.2 in the shaded jar. [INFO] Including org.openjdk.jmh:jmh-generator-annprocess:jar:1.35 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-sail:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-transaction:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-util:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-http-client:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-http-protocol:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-binary:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryresultio-sparqlxml:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.36 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryparser-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryalgebra-model:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-query:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.13.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.13.4.2 in the shaded jar. [INFO] Including org.apache.commons:commons-text:jar:1.10.0 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.12.0 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-xml:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3 in the shaded jar. [INFO] Including jakarta.activation:jakarta.activation-api:jar:1.2.2 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-model:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-model-api:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-annotation:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-model-vocabulary:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-exception:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-text:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-io:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-common-iterator:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryalgebra-evaluation:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-repository-sparql:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-queryparser-sparql:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-trig:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.mapdb:mapdb:jar:1.0.8 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-inferencer:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-base:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-model:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-memory:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-sail-nativerdf:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including com.google.guava:guava:jar:30.1.1-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-turtle:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-datatypes:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-languages:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.11.0 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-binary:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-nquads:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-ntriples:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-rdfjson:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.13.4 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-jsonld:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including com.github.jsonld-java:jsonld-java:jar:0.13.4 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient-cache:jar:4.5.13 in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-rdfxml:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-trix:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including org.eclipse.rdf4j:rdf4j-rio-n3:jar:4.2.2-SNAPSHOT in the shaded jar. [INFO] Including javax.annotation:javax.annotation-api:jar:1.3.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-engine:jar:5.8.2 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.8.2 in the shaded jar. [INFO] Including org.opentest4j:opentest4j:jar:1.2.0 in the shaded jar. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.8.2 in the shaded jar. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.8.2 in the shaded jar. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.2 in the shaded jar. [INFO] Including org.junit.vintage:junit-vintage-engine:jar:5.8.2 in the shaded jar. [INFO] Including junit:junit:jar:4.13.2 in the shaded jar. [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar. [INFO] Including org.assertj:assertj-core:jar:3.19.0 in the shaded jar. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation. [WARNING] jackson-core-2.13.4.jar, jackson-databind-2.13.4.2.jar, assertj-core-3.19.0.jar define 1 overlapping classes: [WARNING] - META-INF.versions.9.module-info [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Replacing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/benchmark/target/rdf4j-benchmark.jar with /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/benchmark/target/rdf4j-benchmark-4.2.2-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-benchmark --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-benchmark --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-benchmark --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/benchmark/target/rdf4j-benchmark-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-benchmark/4.2.2-SNAPSHOT/rdf4j-benchmark-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/testsuites/benchmark/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-benchmark/4.2.2-SNAPSHOT/rdf4j-benchmark-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------------< org.eclipse.rdf4j:rdf4j-compliance >----------------- [INFO] Building RDF4J: Compliance tests 4.2.2-SNAPSHOT [101/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-compliance/4.2.2-SNAPSHOT/rdf4j-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.rdf4j:rdf4j-repository-compliance >------------ [INFO] Building RDF4J: Repository compliance tests 4.2.2-SNAPSHOT [102/112] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-repository-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-repository-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-repository-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ rdf4j-repository-compliance --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-repository-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/repository/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-repository-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-repository-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-repository-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-repository-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/repository/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-repository-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ rdf4j-repository-compliance --- [INFO] Packaging webapp [INFO] Assembling webapp [rdf4j-repository-compliance] in [/home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/repository/target/rdf4j-server] [INFO] Processing war project [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/repository/target/rdf4j-server/WEB-INF/lib/rdf4j-repository-compliance-4.2.2-SNAPSHOT.jar [INFO] Processing overlay [ id org.eclipse.rdf4j:rdf4j-http-server] [INFO] Webapp assembled in [598 msecs] [INFO] Building war: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/repository/target/rdf4j-server.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-repository-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-repository-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-repository-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/repository/target/rdf4j-server.war to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-compliance/4.2.2-SNAPSHOT/rdf4j-repository-compliance-4.2.2-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/repository/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-repository-compliance/4.2.2-SNAPSHOT/rdf4j-repository-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] ---------------< org.eclipse.rdf4j:rdf4j-rio-compliance >--------------- [INFO] Building RDF4J: Rio compliance tests 4.2.2-SNAPSHOT [103/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-rio-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-rio-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-rio-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-rio-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/rio/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-rio-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-rio-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-rio-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-rio-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/rio/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-rio-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-rio-compliance --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/rio/target/rdf4j-rio-compliance-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-rio-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-rio-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-rio-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/rio/target/rdf4j-rio-compliance-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-compliance/4.2.2-SNAPSHOT/rdf4j-rio-compliance-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/rio/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-rio-compliance/4.2.2-SNAPSHOT/rdf4j-rio-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-model-compliance >-------------- [INFO] Building RDF4J: Model compliance tests 4.2.2-SNAPSHOT [104/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-model-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-model-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-model-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-model-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/model/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-model-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-model-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-model-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-model-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/model/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-model-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-model-compliance --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/model/target/rdf4j-model-compliance-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-model-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-model-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-model-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/model/target/rdf4j-model-compliance-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-compliance/4.2.2-SNAPSHOT/rdf4j-model-compliance-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-model-compliance/4.2.2-SNAPSHOT/rdf4j-model-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-sparql-compliance >-------------- [INFO] Building RDF4J: SPARQL query parser compliance tests 4.2.2-SNAPSHOT [105/112] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-sparql-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-sparql-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-sparql-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ rdf4j-sparql-compliance --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-sparql-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/sparql/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-sparql-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-sparql-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-sparql-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-sparql-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/sparql/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-sparql-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.2.3:war (default-war) @ rdf4j-sparql-compliance --- [INFO] Packaging webapp [INFO] Assembling webapp [rdf4j-sparql-compliance] in [/home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/sparql/target/rdf4j-server] [INFO] Processing war project [INFO] Processing overlay [ id org.eclipse.rdf4j:rdf4j-http-server] [INFO] Webapp assembled in [850 msecs] [INFO] Building war: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/sparql/target/rdf4j-sparql-compliance-4.2.2-SNAPSHOT.war [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-sparql-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-sparql-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-sparql-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/sparql/target/rdf4j-sparql-compliance-4.2.2-SNAPSHOT.war to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sparql-compliance/4.2.2-SNAPSHOT/rdf4j-sparql-compliance-4.2.2-SNAPSHOT.war [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/sparql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-sparql-compliance/4.2.2-SNAPSHOT/rdf4j-sparql-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-shacl-compliance >-------------- [INFO] Building RDF4J: SHACL compliance tests 4.2.2-SNAPSHOT [106/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-shacl-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-shacl-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-shacl-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-shacl-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/shacl/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-shacl-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-shacl-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-shacl-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/shacl/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-shacl-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/shacl/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-shacl-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-shacl-compliance --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/shacl/target/rdf4j-shacl-compliance-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-shacl-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-shacl-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-shacl-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/shacl/target/rdf4j-shacl-compliance-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-shacl-compliance/4.2.2-SNAPSHOT/rdf4j-shacl-compliance-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/shacl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-shacl-compliance/4.2.2-SNAPSHOT/rdf4j-shacl-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] -------------< org.eclipse.rdf4j:rdf4j-lucene-compliance >-------------- [INFO] Building RDF4J: Lucene Sail Tests 4.2.2-SNAPSHOT [107/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-lucene-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-lucene-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-lucene-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-lucene-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/lucene/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-lucene-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-lucene-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-lucene-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/lucene/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-lucene-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/lucene/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-lucene-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-lucene-compliance --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/lucene/target/rdf4j-lucene-compliance-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-lucene-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-lucene-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-lucene-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/lucene/target/rdf4j-lucene-compliance-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-lucene-compliance/4.2.2-SNAPSHOT/rdf4j-lucene-compliance-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/lucene/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-lucene-compliance/4.2.2-SNAPSHOT/rdf4j-lucene-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------< org.eclipse.rdf4j:rdf4j-solr-compliance >--------------- [INFO] Building RDF4J: Solr Sail Tests 4.2.2-SNAPSHOT [108/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-to-slf4j/2.9.1/log4j-to-slf4j-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.9.1/log4j-to-slf4j-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.9.1/log4j-to-slf4j-2.9.1.pom (7.1 kB at 209 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j/2.9.1/log4j-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.9.1/log4j-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.9.1/log4j-2.9.1.pom (55 kB at 1.7 MB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.pom (12 kB at 344 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-1.2-api/2.11.2/log4j-1.2-api-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.11.2/log4j-1.2-api-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.11.2/log4j-1.2-api-2.11.2.pom (7.9 kB at 327 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.11.2/log4j-api-2.11.2.pom (13 kB at 280 kB/s) [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-to-slf4j/2.9.1/log4j-to-slf4j-2.9.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/lucene/lucene-queryparser/8.4.1/lucene-queryparser-8.4.1.jar [INFO] Downloading from maven-restlet: https://maven.restlet.talend.com/org/apache/logging/log4j/log4j-1.2-api/2.11.2/log4j-1.2-api-2.11.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.9.1/log4j-to-slf4j-2.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.4.1/lucene-queryparser-8.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.11.2/log4j-1.2-api-2.11.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.9.1/log4j-to-slf4j-2.9.1.jar (17 kB at 972 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar (240 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.11.2/log4j-1.2-api-2.11.2.jar (65 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-queryparser/8.4.1/lucene-queryparser-8.4.1.jar (382 kB at 9.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-solr-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-solr-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-solr-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ rdf4j-solr-compliance --- [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-solr-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/solr/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-solr-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-solr-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-solr-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-solr-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/solr/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-solr-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-solr-compliance --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/solr/target/rdf4j-solr-compliance-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-solr-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-solr-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-solr-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/solr/target/rdf4j-solr-compliance-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-solr-compliance/4.2.2-SNAPSHOT/rdf4j-solr-compliance-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/solr/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-solr-compliance/4.2.2-SNAPSHOT/rdf4j-solr-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] ----------< org.eclipse.rdf4j:rdf4j-elasticsearch-compliance >---------- [INFO] Building RDF4J: Elasticsearch Sail Tests 4.2.2-SNAPSHOT [109/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-test-framework/8.5.1/lucene-test-framework-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-test-framework/8.5.1/lucene-test-framework-8.5.1.pom (4.4 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.5.1/lucene-codecs-8.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.5.1/lucene-codecs-8.5.1.pom (3.2 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.7.2/randomizedtesting-runner-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.7.2/randomizedtesting-runner-2.7.2.pom (2.7 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-parent/2.7.2/randomizedtesting-parent-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-parent/2.7.2/randomizedtesting-parent-2.7.2.pom (24 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/test/framework/7.8.1/framework-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/test/framework/7.8.1/framework-7.8.1.pom (5.0 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client-sniffer/7.8.1/elasticsearch-rest-client-sniffer-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client-sniffer/7.8.1/elasticsearch-rest-client-sniffer-7.8.1.pom (3.3 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-nio/7.8.1/elasticsearch-nio-7.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-nio/7.8.1/elasticsearch-nio-7.8.1.pom (1.6 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.7.1/randomizedtesting-runner-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.7.1/randomizedtesting-runner-2.7.1.pom (2.7 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-parent/2.7.1/randomizedtesting-parent-2.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-parent/2.7.1/randomizedtesting-parent-2.7.1.pom (24 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/securemock/1.2/securemock-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/securemock/1.2/securemock-1.2.pom (5.3 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/mocksocket/1.2/mocksocket-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/mocksocket/1.2/mocksocket-1.2.pom (4.1 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.pom (23 kB at 904 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-test-framework/8.5.1/lucene-test-framework-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.5.1/lucene-codecs-8.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.7.2/randomizedtesting-runner-2.7.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/test/framework/7.8.1/framework-7.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.7.2/randomizedtesting-runner-2.7.2.jar (247 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client-sniffer/7.8.1/elasticsearch-rest-client-sniffer-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/test/framework/7.8.1/framework-7.8.1.jar (1.3 MB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-nio/7.8.1/elasticsearch-nio-7.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/securemock/1.2/securemock-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/client/elasticsearch-rest-client-sniffer/7.8.1/elasticsearch-rest-client-sniffer-7.8.1.jar (25 kB at 446 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/mocksocket/1.2/mocksocket-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-codecs/8.5.1/lucene-codecs-8.5.1.jar (523 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/elasticsearch-nio/7.8.1/elasticsearch-nio-7.8.1.jar (60 kB at 772 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/mocksocket/1.2/mocksocket-1.2.jar (11 kB at 132 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-test-framework/8.5.1/lucene-test-framework-8.5.1.jar (6.9 MB at 56 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/elasticsearch/securemock/1.2/securemock-1.2.jar (1.6 MB at 9.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.2/log4j-core-2.17.2.jar (1.8 MB at 11 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-elasticsearch-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-elasticsearch-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-elasticsearch-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-elasticsearch-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-elasticsearch-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-elasticsearch-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-elasticsearch-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-elasticsearch-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/elasticsearch/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-elasticsearch-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-elasticsearch-compliance --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/elasticsearch/target/rdf4j-elasticsearch-compliance-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-elasticsearch-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-elasticsearch-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-elasticsearch-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/elasticsearch/target/rdf4j-elasticsearch-compliance-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-elasticsearch-compliance/4.2.2-SNAPSHOT/rdf4j-elasticsearch-compliance-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/elasticsearch/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-elasticsearch-compliance/4.2.2-SNAPSHOT/rdf4j-elasticsearch-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------< org.eclipse.rdf4j:rdf4j-geosparql-compliance >------------ [INFO] Building RDF4J: GeoSPARQL compliance tests 4.2.2-SNAPSHOT [110/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-geosparql-compliance --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-geosparql-compliance --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-geosparql-compliance --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-geosparql-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/geosparql/src/main/resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-geosparql-compliance --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-geosparql-compliance --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-geosparql-compliance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/geosparql/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-geosparql-compliance --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/geosparql/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-geosparql-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-geosparql-compliance --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/geosparql/target/rdf4j-geosparql-compliance-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-geosparql-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-geosparql-compliance --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-geosparql-compliance --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/geosparql/target/rdf4j-geosparql-compliance-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-geosparql-compliance/4.2.2-SNAPSHOT/rdf4j-geosparql-compliance-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/compliance/geosparql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-geosparql-compliance/4.2.2-SNAPSHOT/rdf4j-geosparql-compliance-4.2.2-SNAPSHOT.pom [INFO] [INFO] ------------------< org.eclipse.rdf4j:rdf4j-examples >------------------ [INFO] Building RDF4J: Code examples 4.2.2-SNAPSHOT [111/112] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.pom (1.0 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar (15 kB at 1.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-examples --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-examples --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-examples --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ rdf4j-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-examples --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ rdf4j-examples --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/rdf4j-docker-scan/examples/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ rdf4j-examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/rdf4j-docker-scan/examples/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ rdf4j-examples --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M6:test (default-test) @ rdf4j-examples --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ rdf4j-examples --- [INFO] Building jar: /home/jenkins/agent/workspace/rdf4j-docker-scan/examples/target/rdf4j-examples-4.2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-examples --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-examples --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-examples --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/examples/target/rdf4j-examples-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-examples/4.2.2-SNAPSHOT/rdf4j-examples-4.2.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-examples/4.2.2-SNAPSHOT/rdf4j-examples-4.2.2-SNAPSHOT.pom [INFO] [INFO] --------------------< org.eclipse.rdf4j:rdf4j-bom >--------------------- [INFO] Building RDF4J: BOM 4.2.2-SNAPSHOT [112/112] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ rdf4j-bom --- [INFO] [INFO] --- formatter-maven-plugin:2.12.0:format (default) @ rdf4j-bom --- [INFO] Formatting is skipped [INFO] [INFO] --- impsort-maven-plugin:1.3.2:sort (default) @ rdf4j-bom --- [INFO] Skipping execution of impsort-maven-plugin [INFO] [INFO] --- xml-format-maven-plugin:3.1.2:xml-format (default) @ rdf4j-bom --- [INFO] [xml-format] Skipped [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:integration-test (integration-tests) @ rdf4j-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M6:verify (verify) @ rdf4j-bom --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rdf4j-bom --- [INFO] Installing /home/jenkins/agent/workspace/rdf4j-docker-scan/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/rdf4j/rdf4j-bom/4.2.2-SNAPSHOT/rdf4j-bom-4.2.2-SNAPSHOT.pom