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-1243/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-1243/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-1243/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-1243/src/repairnator-core/target/classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-core/src/main/java/fr/inria/spirals/repairnator/dockerpool/RunnablePipelineContainer.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/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-1243/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-1243/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.TestDateUtils
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 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.612 sec - in fr.inria.spirals.repairnator.utils.TestUtils
Running fr.inria.spirals.repairnator.config.TestRepairnatorConfig
Tests run: 4, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.072 sec - in fr.inria.spirals.repairnator.config.TestRepairnatorConfig
Running exceptionparser.StackTraceParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.425 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-1243/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-1243/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-1243/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-1243/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:  31.663 s
[INFO] Finished at: 2022-01-19T17:32:27Z
[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/junit/junit-dep/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 5.4 kB/s)
[INFO] Downloading from tdurieux-maven-repository-snapshot: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/7.6.0-SNAPSHOT/maven-metadata.xml
[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 4.2 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 6.0 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-1243/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-1243/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-1243/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 177 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1243/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-1243/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-1243/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/logParser/Element.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/fr/inria/spirals/repairnator/process/step/logParser/Element.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 43 source files to /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/test-classes
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/maven/TestPOMModifier.java: Some input files use or override a deprecated API.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/maven/TestPOMModifier.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/test/java/fr/inria/spirals/repairnator/process/step/TestBuildProject.java: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/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-1243/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.maven.TestPOMModifier
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 sec - in fr.inria.spirals.repairnator.process.maven.TestPOMModifier
Running fr.inria.spirals.repairnator.process.maven.TestMavenHelper
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.888 sec - in fr.inria.spirals.repairnator.process.maven.TestMavenHelper
Running fr.inria.spirals.repairnator.process.step.TestTestProject
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.118 sec - in fr.inria.spirals.repairnator.process.step.TestTestProject
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeSourceDir
Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 28.572 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeSourceDir
Running fr.inria.spirals.repairnator.process.step.paths.TestComputePlugins
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.02 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputePlugins
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeClasspath
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.186 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: 1.338 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeTestDir
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeModules
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.651 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeModules
Running fr.inria.spirals.repairnator.process.step.paths.TestComputeDir
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.026 sec - in fr.inria.spirals.repairnator.process.step.paths.TestComputeDir
Running fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuggyBuildSourceCode
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/' is outside repository
fatal: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/: '/home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/src/main/java/' is outside repository
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.09 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: 18.873 sec - in fr.inria.spirals.repairnator.process.step.checkoutrepository.TestCheckoutBuild
Running fr.inria.spirals.repairnator.process.step.TestGatherTestInformation
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.107 sec - in fr.inria.spirals.repairnator.process.step.TestGatherTestInformation
Running fr.inria.spirals.repairnator.process.step.push.TestCommitPatch
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.282 sec - in fr.inria.spirals.repairnator.process.step.push.TestCommitPatch
Running fr.inria.spirals.repairnator.process.step.push.TestInitRepoToPush
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 7.026 sec - in fr.inria.spirals.repairnator.process.step.push.TestInitRepoToPush
Running fr.inria.spirals.repairnator.process.step.TestAbstractStep
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.738 sec - in fr.inria.spirals.repairnator.process.step.TestAbstractStep
Running fr.inria.spirals.repairnator.process.step.repair.TestNPERepair
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 460.29 sec - in fr.inria.spirals.repairnator.process.step.repair.TestNPERepair
Running fr.inria.spirals.repairnator.process.step.repair.TestAstorRepair
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec - in fr.inria.spirals.repairnator.process.step.repair.TestAstorRepair
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-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedExceptionAnonymous
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedException
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedException
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedExceptionWithForwardReference
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testReplaceExpectedExceptionWithForwardReference
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAddTryCatchFail
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAddTryCatchFail
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAddExpectedExceptionAnonymous
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAddExpectedExceptionAnonymous
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testRemoveTryCatchBlock
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testRemoveTryCatchBlock
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testRemoveTryCatchBlock
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorPrimitive
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorBoolean
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testNegativeInfinity
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testPositiveInfinity
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorField
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAssertionErrorArray
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
Parsing --class my.organization.ClassResourcesTest --tests testAssertSame
File saved to the following path: /home/jenkins/agent/workspace/repairnator-ci_PR-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
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-1243/src/repairnator-pipeline/target/TestResult.dat
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.435 sec - in fr.inria.spirals.repairnator.process.step.repair.TestAssertFixerRepair
Running fr.inria.spirals.repairnator.process.step.repair.TestNopolRepair
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 95.664 sec - in fr.inria.spirals.repairnator.process.step.repair.TestNopolRepair
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_clone3826808430887456155/repo/test-repairnator-bears'...
Submodule path 'test-repairnator-bears': checked out '5b2ed0064d4c5e0fade39125cc071bd6593df869'
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.22 sec - in fr.inria.spirals.repairnator.process.step.TestCloneRepositoryStep
Running fr.inria.spirals.repairnator.process.step.TestBuildProject
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.713 sec - in fr.inria.spirals.repairnator.process.step.TestBuildProject
Running fr.inria.spirals.repairnator.process.step.logParser.TestLogParser
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in fr.inria.spirals.repairnator.process.step.logParser.TestLogParser
Running fr.inria.spirals.repairnator.process.step.faultLocalization.TestFlacocoLocalization
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.552 sec - in fr.inria.spirals.repairnator.process.step.faultLocalization.TestFlacocoLocalization
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: 84.397 sec - in fr.inria.spirals.repairnator.process.inspectors.metrics4bears.TestMetrics4BearsJsonFile
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: 67.084 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: 25.009 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: 23.37 sec - in fr.inria.spirals.repairnator.process.inspectors.TestGlobalPatchAnalysis
Running fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.999 sec - in fr.inria.spirals.repairnator.process.inspectors.TestProjectInspector
Running fr.inria.spirals.repairnator.process.git.GitHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 sec - in fr.inria.spirals.repairnator.process.git.GitHelperTest
Running fr.inria.spirals.repairnator.process.files.FileHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in fr.inria.spirals.repairnator.process.files.FileHelperTest
Running fr.inria.spirals.repairnator.pipeline.TestPipelinebGithubMode
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 142.702 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelinebGithubMode
Running fr.inria.spirals.repairnator.pipeline.TestPipelineFaultLocalization
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.238 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineFaultLocalization
Running fr.inria.spirals.repairnator.pipeline.TestPipelinebTravisMode
Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 32.775 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelinebTravisMode
Running fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListenerMainProcess
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListenerMainProcess
Running fr.inria.spirals.repairnator.pipeline.TestPipelineArgs
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineArgs
Running fr.inria.spirals.repairnator.pipeline.TestPipelineSequencerRepair
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.523 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineSequencerRepair
Running fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListener
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineBuildListener
Running fr.inria.spirals.repairnator.pipeline.TestPipeline
Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 146.679 sec - in fr.inria.spirals.repairnator.pipeline.TestPipeline
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: 5.881 sec - in fr.inria.spirals.repairnator.pipeline.TestPipelineSoraldBot

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  28:07 min
[INFO] Finished at: 2022-01-19T18:00:37Z
[INFO] ------------------------------------------------------------------------