Skip to content

Console Output

+ bash ./.ci/ci-run-with-core.sh
+ export M2_HOME=/usr/share/maven
+ M2_HOME=/usr/share/maven
+ mvn clean install -B -f src/repairnator-core/
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ---------------< fr.inria.repairnator:repairnator-core >----------------
[INFO] Building repairnator-core 3.3-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 18 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 773 kB/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 912 kB/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 2.5 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core ---
[INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/target
[INFO] 
[INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-core ---
[INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/.flattened-pom.xml
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/target/jacoco.exec,excludes=com.sun.tools.jdi.**
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-core ---
[INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-core:jar:3.3-SNAPSHOT...
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/target/classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java uses or overrides a deprecated API.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-core ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running exceptionparser.StackTraceParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.611 sec - in exceptionparser.StackTraceParserTest
Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig
Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.023 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig
Running fr.inria.spirals.repairnator.utils.TestDateUtils
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in fr.inria.spirals.repairnator.utils.TestDateUtils
Running fr.inria.spirals.repairnator.utils.TestUtils
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 sec - in fr.inria.spirals.repairnator.utils.TestUtils

Results :

Tests run: 18, Failures: 0, Errors: 0, Skipped: 3

[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ repairnator-core ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/target/jacoco.exec
[INFO] Analyzed bundle 'repairnator-core' with 53 classes
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ repairnator-core ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 567 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 60 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 142 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar
[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/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 2.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 343 kB/s)
[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 1.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 951 kB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ repairnator-core ---
[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 140 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 1.1 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 76 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 262 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-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 382 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.jar
[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/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 624 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 8.9 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-core/.flattened-pom.xml to /home/jenkins/.m2/repository/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/repairnator-core-3.3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  20.274 s
[INFO] Finished at: 2021-06-16T16:15:07Z
[INFO] ------------------------------------------------------------------------
+ mvn -Duser.home=/home/jenkins '-Dtest=**' clean test -B -f src/repairnator-realtime/
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] -------------< fr.inria.repairnator:repairnator-realtime >--------------
[INFO] Building repairnator-realtime 3.3-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml (611 B at 680 B/s)
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20201101.040209-59.pom
[INFO] Downloaded from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/repairnator-root-3.3-20201101.040209-59.pom (10 kB at 26 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.pom (21 kB at 217 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/38/commons-parent-38.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/38/commons-parent-38.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/38/commons-parent-38.pom (62 kB at 1.1 MB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom (13 kB at 138 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.pom (16 kB at 148 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-parent/5.15.8/activemq-parent-5.15.8.pom (63 kB at 698 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.pom
[INFO] Downloaded from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.pom (193 B at 259 B/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.pom (14 kB at 242 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[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 256 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[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 436 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20180813/json-20180813.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20180813/json-20180813.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.pom (6.0 kB at 23 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[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 193 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.pom (9.8 kB at 105 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/5.5.1.201910021850-r/org.eclipse.jgit-parent-5.5.1.201910021850-r.pom (36 kB at 358 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 170 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom (3.1 kB at 134 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom (6.0 kB at 232 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 371 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 538 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 2.4 MB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.pom (1.6 kB at 1.2 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.pom (1.1 kB at 12 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.pom (1.5 kB at 21 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.pom (13 kB at 116 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/4.4.1.201607150455-r/org.eclipse.jgit-4.4.1.201607150455-r.pom (9.3 kB at 70 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit-parent/4.4.1.201607150455-r/org.eclipse.jgit-parent-4.4.1.201607150455-r.pom (27 kB at 294 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/kohsuke/github-api/1.130/github-api-1.130.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.130/github-api-1.130.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.130/github-api-1.130.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.130/github-api-1.130.pom (27 kB at 152 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.pom (28 kB at 811 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom
[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 1.9 MB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/21/apache-21.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/21/apache-21.pom
[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 3.4 MB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.12.3/jackson-databind-2.12.3.pom (15 kB at 643 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.12.3/jackson-base-2.12.3.pom (9.3 kB at 546 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.3/jackson-bom-2.12.3.pom (17 kB at 906 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom (7.5 kB at 442 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/oss-parent/41/oss-parent-41.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/oss-parent/41/oss-parent-41.pom
[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 1.0 MB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.12.3/jackson-annotations-2.12.3.pom (6.0 kB at 335 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.12.3/jackson-core-2.12.3.pom (5.5 kB at 277 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 941 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom
[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 3.2 MB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/apache/23/apache-23.pom
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/apache/23/apache-23.pom
[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 877 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/json/json/20180813/json-20180813.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/org/kohsuke/github-api/1.130/github-api-1.130.jar
[INFO] Downloaded from jmx.management: https://www.datanucleus.org/downloads/maven2/javax/management/jmx/1.2.1/jmx-1.2.1.jar (285 kB at 239 kB/s)
[INFO] Downloading from jmx.management: https://www.datanucleus.org/downloads/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/json/json/20180813/json-20180813.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/org/kohsuke/github-api/1.130/github-api-1.130.jar
[INFO] Downloading from oss-snapshot: https://oss.sonatype.org/content/repositories/snapshots/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 6.3 MB/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/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 896 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20180813/json-20180813.jar (65 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.1/commons-collections4-4.1.jar (751 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.jar (63 kB at 397 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/java-websocket/Java-WebSocket/1.5.0/Java-WebSocket-1.5.0.jar (132 kB at 371 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar (70 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar (166 kB at 421 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jgit/org.eclipse.jgit/5.5.1.201910021850-r/org.eclipse.jgit-5.5.1.201910021850-r.jar (2.8 MB at 6.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 691 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar (866 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.130/github-api-1.130.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/java-diff-utils/java-diff-utils/4.0/java-diff-utils-4.0.jar (46 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpg-jdk15on/1.61/bcpg-jdk15on-1.61.jar (326 kB at 582 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 496 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/github-api/1.130/github-api-1.130.jar (517 kB at 841 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/activemq/activemq-all/5.15.8/activemq-all-5.15.8.jar (18 MB at 22 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar (4.5 MB at 5.5 MB/s)
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-realtime ---
[INFO] 
[INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-realtime ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-realtime ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/target/jacoco.exec,excludes=com.sun.tools.jdi.**
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-realtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-realtime ---
[INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-realtime:jar:3.3-SNAPSHOT...
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-realtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/target/classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/RTLauncher.java: Some input files use or override a deprecated API.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/RTLauncher.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/GithubScanner.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/GithubScanner.java uses unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/GithubScanner.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-realtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-realtime ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/target/test-classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/test/java/fr/inria/spirals/repairnator/realtime/TestSequencerCollector.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/test/java/fr/inria/spirals/repairnator/realtime/TestSequencerCollector.java uses unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1206/src/repairnator-realtime/src/test/java/fr/inria/spirals/repairnator/realtime/TestSequencerCollector.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-realtime ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running fr.inria.spirals.repairnator.realtime.TestGithubScanner
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.499 sec - in fr.inria.spirals.repairnator.realtime.TestGithubScanner
Running fr.inria.spirals.repairnator.realtime.notifier.TestTimedSummaryNotifier
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in fr.inria.spirals.repairnator.realtime.notifier.TestTimedSummaryNotifier
Running fr.inria.spirals.repairnator.realtime.TestSequencerCollector
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.realtime.TestSequencerCollector
Running fr.inria.spirals.repairnator.realtime.TestRTScanner
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.745 sec - in fr.inria.spirals.repairnator.realtime.TestRTScanner
Running fr.inria.spirals.repairnator.realtime.TestZeroScanner
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in fr.inria.spirals.repairnator.realtime.TestZeroScanner
Running fr.inria.spirals.repairnator.realtime.utils.PatchFilterTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.254 sec - in fr.inria.spirals.repairnator.realtime.utils.PatchFilterTest
Running fr.inria.spirals.repairnator.scanner.ProjectScannerTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 2.196 sec - in fr.inria.spirals.repairnator.scanner.ProjectScannerTest
Running fr.inria.spirals.repairnator.buildrainer.BuildRainerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.043 sec - in fr.inria.spirals.repairnator.buildrainer.BuildRainerTest

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:07 min
[INFO] Finished at: 2021-06-16T16:16:16Z
[INFO] ------------------------------------------------------------------------