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] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-core ---
[INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1238/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-1238/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-1238/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-1238/src/repairnator-core/target/classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/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-1238/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-1238/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 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
Running fr.inria.spirals.repairnator.utils.TestDateUtils
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in fr.inria.spirals.repairnator.utils.TestDateUtils
Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig
Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.017 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig
Running exceptionparser.StackTraceParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.55 sec - in exceptionparser.StackTraceParserTest

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-1238/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] Building jar: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-core/target/repairnator-core-3.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ repairnator-core ---
[INFO] Installing /home/jenkins/agent/workspace/repairnator-ci_PR-1238/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-1238/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:  15.577 s
[INFO] Finished at: 2021-08-19T12:18:57Z
[INFO] ------------------------------------------------------------------------
+ mvn -Duser.home=/home/jenkins '-Dtest=**' clean test -B -f src/repairnator-pipeline/
[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-pipeline >--------------
[INFO] Building repairnator-pipeline 3.3-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.resources/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.runtime/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.common/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.jobs/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.preferences/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.contenttype/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.text/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.commands/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-core/3.3-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/repairnator/repairnator-root/3.3-SNAPSHOT/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.expressions/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.registry/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.equinox.app/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/org/eclipse/platform/org.eclipse.core.filesystem/maven-metadata.xml
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/br/ufu/lascam/automatic-diff-dissection/1.1-SNAPSHOT/maven-metadata.xml (1.2 kB at 6.8 kB/s)
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1.0 kB at 7.1 kB/s)
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spirals/nopol/0.2-SNAPSHOT/maven-metadata.xml (998 B at 7.5 kB/s)
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.5.0-SNAPSHOT/maven-metadata.xml
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ repairnator-pipeline ---
[INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target
[INFO] 
[INFO] --- flatten-maven-plugin:1.1.0:clean (flatten.clean) @ repairnator-pipeline ---
[INFO] Deleting /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/.flattened-pom.xml
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ repairnator-pipeline ---
[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-1238/src/repairnator-pipeline/target/jacoco.exec,excludes=com.sun.tools.jdi.**
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ repairnator-pipeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 8 resources
[INFO] 
[INFO] --- flatten-maven-plugin:1.1.0:flatten (flatten) @ repairnator-pipeline ---
[INFO] Generating flattened POM of project fr.inria.repairnator:repairnator-pipeline:jar:3.3-SNAPSHOT...
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ repairnator-pipeline ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 172 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/maven/RepositoryModelResolver.java: Some input files use or override a deprecated API.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/maven/RepositoryModelResolver.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/repair/nopol/NopolSingleTestRepair.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/repair/nopol/NopolSingleTestRepair.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ repairnator-pipeline ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ repairnator-pipeline ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/test-classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/maven/TestMavenHelper.java: Some input files use or override a deprecated API.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/maven/TestMavenHelper.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java uses unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ repairnator-pipeline ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running fr.inria.spirals.repairnator.process.step.repair.TestAssertFixerRepair
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedExceptionAnonymous
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedExceptionAnonymous
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedException
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedException
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedExceptionWithForwardReference
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedExceptionWithForwardReference
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAddTryCatchFail
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAddTryCatchFail
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAddExpectedExceptionAnonymous
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAddExpectedExceptionAnonymous
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testRemoveTryCatchBlock
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testRemoveTryCatchBlock
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testRemoveTryCatchBlock
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorPrimitive
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorPrimitive:testAssertionErrorPrimitive_0:testAssertionErrorPrimitive_1
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorPrimitive
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorBoolean
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorBoolean:testAssertionErrorBoolean_0:testAssertionErrorBoolean_1
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorBoolean
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testNegativeInfinity
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testNegativeInfinity:testNegativeInfinity_0:testNegativeInfinity_1
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testNegativeInfinity
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testPositiveInfinity
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testPositiveInfinity:testPositiveInfinity_0:testPositiveInfinity_1
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testPositiveInfinity
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorField
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorField:testAssertionErrorField_0:testAssertionErrorField_1
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorField
Saving 1 observations... Saved!
Saving 1 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorArray
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorArray:testAssertionErrorArray_0:testAssertionErrorArray_1
WARNING: this test may be flaky
WARNING: this test may be flaky
WARNING: this test may be flaky
WARNING: this test may be flaky
WARNING: this test may be flaky
WARNING: this test may be flaky
Saving 3 observations... Saved!
Saving 3 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorArray
Saving 3 observations... Saved!
Saving 3 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertSame
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertSame:testAssertSame_0:testAssertSame_1
Saving 2 observations... Saved!
Saving 2 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Parsing --class my.organization.ClassResourcesTest --tests testAssertSame
Saving 2 observations... Saved!
Saving 2 observations... Saved!
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/target/dspot/TestResult.ser
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.41 sec - in fr.inria.spirals.repairnator.process.step.repair.TestAssertFixerRepair
Running fr.inria.spirals.repairnator.process.step.repair.TestAstorRepair
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in fr.inria.spirals.repairnator.process.step.repair.TestAstorRepair
Running fr.inria.spirals.repairnator.process.step.repair.TestNopolRepair
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.gson.internal.bind.ReflectiveTypeAdapterFactory (file:/home/jenkins/.m2/repository/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar) to field java.io.File.path
WARNING: Please consider reporting this to the maintainers of com.google.gson.internal.bind.ReflectiveTypeAdapterFactory
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.151 sec - in fr.inria.spirals.repairnator.process.step.repair.TestNopolRepair
Running fr.inria.spirals.repairnator.process.step.repair.TestNPERepair
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 99.639 sec - in fr.inria.spirals.repairnator.process.step.repair.TestNPERepair
Running fr.inria.spirals.repairnator.process.step.TestAbstractStep
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.398 sec - in fr.inria.spirals.repairnator.process.step.TestAbstractStep
Running fr.inria.spirals.repairnator.process.step.TestGatherTestInformation
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.514 sec - in fr.inria.spirals.repairnator.process.step.TestGatherTestInformation
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeSourceDir
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 15.604 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeSourceDir
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeClasspath
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.037 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeClasspath
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeTestDir
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.37 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeTestDir
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeDir
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.207 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeDir
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeModules
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.171 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeModules
Running fr.inria.spirals.repairnator.process.step.paths.TestComputePlugins
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.04 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputePlugins
Running fr.inria.spirals.repairnator.process.step.push.TestInitRepoToPush
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.943 sec - in fr.inria.spirals.repairnator.process.step.push.TestInitRepoToPush
Running fr.inria.spirals.repairnator.process.step.push.TestCommitPatch
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.629 sec - in fr.inria.spirals.repairnator.process.step.push.TestCommitPatch
Running fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuggyBuildSourceCode
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1238/src/repairnator-pipeline/src/main/java/' is outside repository
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.189 sec - in fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuggyBuildSourceCode
Running fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuild
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2,191.293 sec - in fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuild
Running fr.inria.spirals.repairnator.process.step.TestCloneRepositoryStep
Submodule 'test-repairnator-bears' (https://github.com/fermadeiral/test-repairnator-bears) registered for path 'test-repairnator-bears'
Cloning into '/tmp/test_clone15189628706419160536/repo/test-repairnator-bears'...
Submodule path 'test-repairnator-bears': checked out '5b2ed0064d4c5e0fade39125cc071bd6593df869'
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.995 sec - in fr.inria.spirals.repairnator.process.step.TestCloneRepositoryStep
Running fr.inria.spirals.repairnator.process.step.TestTestProject
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.8 sec - in fr.inria.spirals.repairnator.process.step.TestTestProject
Running fr.inria.spirals.repairnator.process.step.logParser.TestLogParser
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in fr.inria.spirals.repairnator.process.step.logParser.TestLogParser
Running fr.inria.spirals.repairnator.process.step.TestBuildProject
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.718 sec - in fr.inria.spirals.repairnator.process.step.TestBuildProject
Running fr.inria.spirals.repairnator.process.inspectors.metrics4bears.TestMetrics4BearsJsonFile
Unstaged changes after reset:
M	test-repairnator-bears-patchstats/src/main/java/PatchStats.java
Unstaged changes after reset:
M	test-repairnator-bears-patchstats/src/test/java/PatchStatsTest.java
Unstaged changes after reset:
M	test-repairnator-bears-patchstats/src/main/java/PatchStats.java
fatal: pathspec 'classpath.info' did not match any files
fatal: pathspec 'classpath.info' did not match any files
fatal: pathspec 'classpath.info' did not match any files
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 57.688 sec - in fr.inria.spirals.repairnator.process.inspectors.metrics4bears.TestMetrics4BearsJsonFile
Running fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.345 sec - in fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector
Running fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Bears
Unstaged changes after reset:
M	src/main/java/fr/inria/spirals/testingprojectforbears/Main.java
Unstaged changes after reset:
M	src/test/java/Tests.java
Unstaged changes after reset:
M	src/main/java/fr/inria/spirals/testingprojectforbears/Main.java
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.578 sec - in fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Bears
Running fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Maven
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.439 sec - in fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector4Maven
Running fr.inria.spirals.repairnator.process.inspectors.TestGlobalPatchAnalysis
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 11.835 sec - in fr.inria.spirals.repairnator.process.inspectors.TestGlobalPatchAnalysis
Running fr.inria.spirals.repairnator.process.files.FileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.process.files.FileHelperTest
Running fr.inria.spirals.repairnator.process.maven.TestMavenHelper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in fr.inria.spirals.repairnator.process.maven.TestMavenHelper
Running fr.inria.spirals.repairnator.process.maven.TestPOMModifier
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in fr.inria.spirals.repairnator.process.maven.TestPOMModifier
Running fr.inria.spirals.repairnator.process.git.GitHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.937 sec - in fr.inria.spirals.repairnator.process.git.GitHelperTest
Running fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListenerMainProcess
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListenerMainProcess
Running fr.inria.spirals.repairnator.pipeline.TestPipelineSoraldBot
No local changes to save
Previous HEAD position was e2e0e56 main2 added
HEAD is now at 1c68db7 tostring violation added
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.186 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineSoraldBot
Running fr.inria.spirals.repairnator.pipeline.TestPipeline
Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 76.59 sec - in fr.inria.spirals.repairnator.pipeline.TestPipeline
Running fr.inria.spirals.repairnator.pipeline.TestPipelinebTravisMode
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 19.644 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelinebTravisMode
Running fr.inria.spirals.repairnator.pipeline.TestPipelineArgs
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineArgs
Running fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListener
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListener
Running fr.inria.spirals.repairnator.pipeline.TestPipelineSequencerRepair
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.754 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineSequencerRepair
Running fr.inria.spirals.repairnator.pipeline.TestPipelinebGithubMode
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.546 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelinebGithubMode

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  48:39 min
[INFO] Finished at: 2021-08-19T13:07:38Z
[INFO] ------------------------------------------------------------------------