Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on sos-builder01 (lin) in workspace /builds/workspace/nopol [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... No credentials specified Cloning the remote Git repository Cloning repository https://github.com/SpoonLabs/nopol.git > git init /builds/workspace/nopol # timeout=10 Fetching upstream changes from https://github.com/SpoonLabs/nopol.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/SpoonLabs/nopol.git +refs/heads/*:refs/remotes/origin/* > git config remote.origin.url https://github.com/SpoonLabs/nopol.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/SpoonLabs/nopol.git # timeout=10 Fetching upstream changes from https://github.com/SpoonLabs/nopol.git > git fetch --tags --progress https://github.com/SpoonLabs/nopol.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 0f47cdb2556b8003d717c62325fef4dbf09a2bae (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f47cdb2556b8003d717c62325fef4dbf09a2bae Commit message: "Remove implicit dependency towards log4j 1.2.17 (#193)" > git rev-list --no-walk 0f47cdb2556b8003d717c62325fef4dbf09a2bae # timeout=10 [nopol] $ /bin/sh -xe /tmp/jenkins6534454919319067965.sh + rm -rf /builds/.m2/repository/fr/inria/gforge/spoon [nopol] $ /bin/sh -xe /tmp/jenkins8006503786371121683.sh + cd test-projects + mvn test -DskipTests Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building test-projects 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ test-projects --- [WARNING] Using platform encoding (UTF8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builds/workspace/nopol/test-projects/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ test-projects --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF8, i.e. build is platform dependent! [INFO] Compiling 28 source files to /builds/workspace/nopol/test-projects/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ test-projects --- [WARNING] Using platform encoding (UTF8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builds/workspace/nopol/test-projects/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ test-projects --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF8, i.e. build is platform dependent! [INFO] Compiling 28 source files to /builds/workspace/nopol/test-projects/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ test-projects --- [INFO] Tests are skipped. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.140 s [INFO] Finished at: 2020-01-18T10:38:22+01:00 [INFO] Final Memory: 15M/136M [INFO] ------------------------------------------------------------------------ + cd ../nopol + mvn versions:use-latest-versions -DallowSnapshots=true Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for fr.inria.gforge.spirals:nopol:jar:0.2-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 344, column 25 [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-install-plugin @ line 352, column 25 [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-clean-plugin @ line 360, column 25 [WARNING] 'repositories.repository.id' must not contain any of these characters \/:"<>|?* but found / @ line 407, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Nopol 0.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- versions-maven-plugin:2.4:use-latest-versions (default-cli) @ nopol --- [INFO] Major version changes allowed [INFO] artifact com.google.guava:guava: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact com.google.guava:guava: checking for updates from gforge.inria.fr-snapshot [INFO] artifact com.google.guava:guava: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact com.google.guava:guava: checking for updates from central [INFO] Updated com.google.guava:guava:jar:15.0 to version 28.2-jre [INFO] artifact org.slf4j:slf4j-api: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact org.slf4j:slf4j-api: checking for updates from gforge.inria.fr-snapshot [INFO] artifact org.slf4j:slf4j-api: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact org.slf4j:slf4j-api: checking for updates from central [INFO] Updated org.slf4j:slf4j-api:jar:${slf4j.version} to version 2.0.0-alpha1 [INFO] artifact org.slf4j:jul-to-slf4j: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact org.slf4j:jul-to-slf4j: checking for updates from gforge.inria.fr-snapshot [INFO] artifact org.slf4j:jul-to-slf4j: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact org.slf4j:jul-to-slf4j: checking for updates from central [INFO] Updated org.slf4j:jul-to-slf4j:jar:${slf4j.version} to version 2.0.0-alpha1 [INFO] Major version changes allowed [INFO] artifact junit:junit: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact junit:junit: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] Updated junit:junit:jar:4.11 to version 4.13 [INFO] artifact org.reflections:reflections: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact org.reflections:reflections: checking for updates from gforge.inria.fr-snapshot [INFO] artifact org.reflections:reflections: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact org.reflections:reflections: checking for updates from central [INFO] Updated org.reflections:reflections:jar:0.9.9-RC1 to version 0.9.12 [INFO] artifact ch.qos.logback:logback-classic: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact ch.qos.logback:logback-classic: checking for updates from gforge.inria.fr-snapshot [INFO] artifact ch.qos.logback:logback-classic: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact ch.qos.logback:logback-classic: checking for updates from central [INFO] Updated ch.qos.logback:logback-classic:jar:1.0.13 to version 1.3.0-alpha5 [INFO] artifact com.google.code.findbugs:jsr305: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact com.google.code.findbugs:jsr305: checking for updates from gforge.inria.fr-snapshot [INFO] artifact com.google.code.findbugs:jsr305: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact com.google.code.findbugs:jsr305: checking for updates from central [INFO] Updated com.google.code.findbugs:jsr305:jar:2.0.1 to version 3.0.2 [INFO] artifact org.hamcrest:hamcrest-core: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact org.hamcrest:hamcrest-core: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] Updated org.hamcrest:hamcrest-core:jar:1.3 to version 2.2 [INFO] artifact gov.nasa.jpf:jpf: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact gov.nasa.jpf:jpf: checking for updates from gforge.inria.fr-snapshot [INFO] artifact gov.nasa.jpf:jpf: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact gov.nasa.jpf:jpf: checking for updates from central [INFO] artifact gov.nasa.jpf:jpf-symbc: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact gov.nasa.jpf:jpf-symbc: checking for updates from gforge.inria.fr-snapshot [INFO] artifact gov.nasa.jpf:jpf-symbc: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact gov.nasa.jpf:jpf-symbc: checking for updates from central [INFO] artifact com.microsoft.z3:z3: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact com.microsoft.z3:z3: checking for updates from gforge.inria.fr-snapshot [INFO] artifact com.microsoft.z3:z3: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact com.microsoft.z3:z3: checking for updates from central [INFO] artifact fr.inria.gforge.spoon:spoon-core: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact fr.inria.gforge.spoon:spoon-core: checking for updates from gforge.inria.fr-snapshot [INFO] artifact fr.inria.gforge.spoon:spoon-core: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] Updated fr.inria.gforge.spoon:spoon-core:jar:7.5.0-SNAPSHOT to version 8.1.0-SNAPSHOT [INFO] artifact org.smtlib:smtlib: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact org.smtlib:smtlib: checking for updates from gforge.inria.fr-snapshot [INFO] artifact org.smtlib:smtlib: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact org.smtlib:smtlib: checking for updates from central [INFO] artifact com.sun:tools: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact com.sun:tools: checking for updates from gforge.inria.fr-snapshot [INFO] artifact com.sun:tools: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact com.sun:tools: checking for updates from central [INFO] artifact com.gzoltar:gzoltar: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact com.gzoltar:gzoltar: checking for updates from gforge.inria.fr-snapshot [INFO] artifact com.gzoltar:gzoltar: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact com.gzoltar:gzoltar: checking for updates from central [INFO] artifact commons-cli:commons-cli: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact commons-cli:commons-cli: checking for updates from gforge.inria.fr-snapshot [INFO] artifact commons-cli:commons-cli: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] Updated commons-cli:commons-cli:jar:1.3 to version 1.4 [INFO] artifact fil.iagl.cocospoon:CocoSpoon: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact fil.iagl.cocospoon:CocoSpoon: checking for updates from gforge.inria.fr-snapshot [INFO] artifact fil.iagl.cocospoon:CocoSpoon: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] artifact com.cloudbees:diff4j: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact com.cloudbees:diff4j: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] Updated com.cloudbees:diff4j:jar:1.2 to version 1.3 [INFO] artifact org.json:json: checking for updates from sachaproject.gforge.inria.fr-release [INFO] artifact org.json:json: checking for updates from tdurieux.github.io/maven-repository/snapshots/ [INFO] Updated org.json:json:jar:20160810 to version 20190722 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.799 s [INFO] Finished at: 2020-01-18T10:38:33+01:00 [INFO] Final Memory: 21M/181M [INFO] ------------------------------------------------------------------------ + mvn -U dependency:resolve Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for fr.inria.gforge.spirals:nopol:jar:0.2-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 344, column 25 [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-install-plugin @ line 352, column 25 [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-clean-plugin @ line 360, column 25 [WARNING] 'repositories.repository.id' must not contain any of these characters \/:"<>|?* but found / @ line 407, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Nopol 0.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml Downloading: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml Downloading: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon 1013/1013 B Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/maven-metadata.xml (1013 B at 4.5 KB/sec) Downloading: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200117.234147-86.pom Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200117.234147-86.pom [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon 4/7 KB 7/7 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200117.234147-86.pom (7 KB at 215.7 KB/sec) Downloading: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon Downloading: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom 2/21 KB 3/21 KB 5/21 KB 6/21 KB 7/21 KB 9/21 KB 10/21 KB 11/21 KB 13/21 KB 14/21 KB 15/21 KB 17/21 KB 18/21 KB 19/21 KB 21/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-pom/1.0/spoon-pom-1.0.pom (21 KB at 546.5 KB/sec) Downloading: http://sachaproject.gforge.inria.fr/repositories/releases/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml Downloading: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon 1005 B Downloaded: https://tdurieux.github.io/maven-repository/snapshots/fil/iagl/cocospoon/CocoSpoon/1.0.0-SNAPSHOT/maven-metadata.xml (1005 B at 1.9 KB/sec) Downloading: http://sachaproject.gforge.inria.fr/repositories/releases/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon Downloading: https://tdurieux.github.io/maven-repository/snapshots/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom Downloading: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom 2/20 KB 3/20 KB 5/20 KB 6/20 KB 7/20 KB 9/20 KB 10/20 KB 11/20 KB 13/20 KB 14/20 KB 15/20 KB 17/20 KB 18/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/fr/inria/gforge/spoon/spoon-core/6.2.0/spoon-core-6.2.0.pom (20 KB at 872.4 KB/sec) Downloading: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200117.234147-86.jar [WARNING] Could not apply configuration for gforge.inria.fr-snapshot to wagon org.apache.maven.wagon.providers.http.HttpWagon:Cannot find 'preferredAuthentications' in class org.apache.maven.wagon.providers.http.HttpWagon 1/1698 KB 5/1698 KB 9/1698 KB 13/1698 KB 14/1698 KB 18/1698 KB 22/1698 KB 26/1698 KB 28/1698 KB 31/1698 KB 35/1698 KB 35/1698 KB 38/1698 KB 42/1698 KB 42/1698 KB 44/1698 KB 48/1698 KB 48/1698 KB 52/1698 KB 56/1698 KB 60/1698 KB 64/1698 KB 68/1698 KB 72/1698 KB 76/1698 KB 80/1698 KB 84/1698 KB 88/1698 KB 92/1698 KB 96/1698 KB 100/1698 KB 104/1698 KB 108/1698 KB 112/1698 KB 116/1698 KB 120/1698 KB 124/1698 KB 128/1698 KB 132/1698 KB 132/1698 KB 136/1698 KB 140/1698 KB 144/1698 KB 148/1698 KB 152/1698 KB 156/1698 KB 160/1698 KB 164/1698 KB 168/1698 KB 172/1698 KB 176/1698 KB 180/1698 KB 184/1698 KB 188/1698 KB 192/1698 KB 196/1698 KB 200/1698 KB 204/1698 KB 208/1698 KB 212/1698 KB 216/1698 KB 220/1698 KB 224/1698 KB 228/1698 KB 232/1698 KB 236/1698 KB 240/1698 KB 244/1698 KB 245/1698 KB 249/1698 KB 253/1698 KB 257/1698 KB 261/1698 KB 265/1698 KB 269/1698 KB 273/1698 KB 277/1698 KB 281/1698 KB 285/1698 KB 289/1698 KB 293/1698 KB 297/1698 KB 301/1698 KB 305/1698 KB 309/1698 KB 313/1698 KB 317/1698 KB 321/1698 KB 325/1698 KB 329/1698 KB 333/1698 KB 337/1698 KB 341/1698 KB 345/1698 KB 349/1698 KB 353/1698 KB 357/1698 KB 361/1698 KB 365/1698 KB 369/1698 KB 373/1698 KB 377/1698 KB 381/1698 KB 385/1698 KB 389/1698 KB 393/1698 KB 397/1698 KB 401/1698 KB 405/1698 KB 409/1698 KB 413/1698 KB 417/1698 KB 421/1698 KB 425/1698 KB 429/1698 KB 433/1698 KB 437/1698 KB 441/1698 KB 445/1698 KB 449/1698 KB 453/1698 KB 457/1698 KB 461/1698 KB 465/1698 KB 469/1698 KB 473/1698 KB 477/1698 KB 481/1698 KB 485/1698 KB 489/1698 KB 493/1698 KB 497/1698 KB 501/1698 KB 505/1698 KB 509/1698 KB 513/1698 KB 517/1698 KB 521/1698 KB 525/1698 KB 529/1698 KB 533/1698 KB 537/1698 KB 541/1698 KB 545/1698 KB 549/1698 KB 553/1698 KB 557/1698 KB 561/1698 KB 565/1698 KB 569/1698 KB 573/1698 KB 577/1698 KB 581/1698 KB 585/1698 KB 589/1698 KB 593/1698 KB 597/1698 KB 601/1698 KB 605/1698 KB 609/1698 KB 613/1698 KB 617/1698 KB 621/1698 KB 625/1698 KB 629/1698 KB 633/1698 KB 637/1698 KB 641/1698 KB 645/1698 KB 649/1698 KB 653/1698 KB 657/1698 KB 661/1698 KB 665/1698 KB 669/1698 KB 673/1698 KB 677/1698 KB 681/1698 KB 685/1698 KB 689/1698 KB 693/1698 KB 697/1698 KB 701/1698 KB 705/1698 KB 709/1698 KB 713/1698 KB 717/1698 KB 721/1698 KB 725/1698 KB 729/1698 KB 733/1698 KB 737/1698 KB 741/1698 KB 745/1698 KB 749/1698 KB 752/1698 KB 756/1698 KB 760/1698 KB 764/1698 KB 768/1698 KB 772/1698 KB 776/1698 KB 780/1698 KB 784/1698 KB 788/1698 KB 792/1698 KB 796/1698 KB 800/1698 KB 804/1698 KB 808/1698 KB 812/1698 KB 816/1698 KB 820/1698 KB 824/1698 KB 828/1698 KB 832/1698 KB 836/1698 KB 840/1698 KB 844/1698 KB 848/1698 KB 852/1698 KB 856/1698 KB 860/1698 KB 864/1698 KB 868/1698 KB 872/1698 KB 876/1698 KB 880/1698 KB 884/1698 KB 888/1698 KB 892/1698 KB 896/1698 KB 900/1698 KB 904/1698 KB 908/1698 KB 912/1698 KB 916/1698 KB 920/1698 KB 924/1698 KB 928/1698 KB 932/1698 KB 936/1698 KB 940/1698 KB 944/1698 KB 948/1698 KB 952/1698 KB 956/1698 KB 960/1698 KB 964/1698 KB 968/1698 KB 972/1698 KB 976/1698 KB 980/1698 KB 984/1698 KB 988/1698 KB 992/1698 KB 996/1698 KB 1000/1698 KB 1004/1698 KB 1008/1698 KB 1012/1698 KB 1016/1698 KB 1020/1698 KB 1024/1698 KB 1028/1698 KB 1032/1698 KB 1036/1698 KB 1040/1698 KB 1044/1698 KB 1048/1698 KB 1052/1698 KB 1056/1698 KB 1060/1698 KB 1064/1698 KB 1068/1698 KB 1072/1698 KB 1076/1698 KB 1080/1698 KB 1084/1698 KB 1088/1698 KB 1092/1698 KB 1096/1698 KB 1100/1698 KB 1104/1698 KB 1108/1698 KB 1112/1698 KB 1116/1698 KB 1120/1698 KB 1124/1698 KB 1128/1698 KB 1132/1698 KB 1136/1698 KB 1140/1698 KB 1144/1698 KB 1148/1698 KB 1152/1698 KB 1156/1698 KB 1160/1698 KB 1164/1698 KB 1168/1698 KB 1172/1698 KB 1176/1698 KB 1180/1698 KB 1184/1698 KB 1188/1698 KB 1192/1698 KB 1196/1698 KB 1200/1698 KB 1204/1698 KB 1208/1698 KB 1212/1698 KB 1216/1698 KB 1220/1698 KB 1224/1698 KB 1228/1698 KB 1232/1698 KB 1236/1698 KB 1240/1698 KB 1244/1698 KB 1248/1698 KB 1252/1698 KB 1256/1698 KB 1260/1698 KB 1264/1698 KB 1268/1698 KB 1272/1698 KB 1276/1698 KB 1280/1698 KB 1284/1698 KB 1288/1698 KB 1292/1698 KB 1296/1698 KB 1300/1698 KB 1304/1698 KB 1308/1698 KB 1312/1698 KB 1316/1698 KB 1320/1698 KB 1324/1698 KB 1328/1698 KB 1332/1698 KB 1336/1698 KB 1340/1698 KB 1344/1698 KB 1348/1698 KB 1352/1698 KB 1356/1698 KB 1360/1698 KB 1364/1698 KB 1368/1698 KB 1372/1698 KB 1376/1698 KB 1380/1698 KB 1384/1698 KB 1388/1698 KB 1392/1698 KB 1396/1698 KB 1400/1698 KB 1404/1698 KB 1405/1698 KB 1407/1698 KB 1411/1698 KB 1412/1698 KB 1415/1698 KB 1418/1698 KB 1422/1698 KB 1422/1698 KB 1424/1698 KB 1428/1698 KB 1431/1698 KB 1432/1698 KB 1436/1698 KB 1439/1698 KB 1442/1698 KB 1446/1698 KB 1446/1698 KB 1450/1698 KB 1454/1698 KB 1455/1698 KB 1459/1698 KB 1461/1698 KB 1463/1698 KB 1465/1698 KB 1469/1698 KB 1470/1698 KB 1474/1698 KB 1478/1698 KB 1479/1698 KB 1483/1698 KB 1483/1698 KB 1487/1698 KB 1487/1698 KB 1490/1698 KB 1494/1698 KB 1495/1698 KB 1496/1698 KB 1500/1698 KB 1503/1698 KB 1506/1698 KB 1510/1698 KB 1511/1698 KB 1513/1698 KB 1517/1698 KB 1519/1698 KB 1520/1698 KB 1524/1698 KB 1526/1698 KB 1527/1698 KB 1531/1698 KB 1535/1698 KB 1536/1698 KB 1540/1698 KB 1541/1698 KB 1543/1698 KB 1547/1698 KB 1551/1698 KB 1551/1698 KB 1552/1698 KB 1556/1698 KB 1558/1698 KB 1560/1698 KB 1564/1698 KB 1567/1698 KB 1568/1698 KB 1572/1698 KB 1575/1698 KB 1577/1698 KB 1581/1698 KB 1584/1698 KB 1585/1698 KB 1589/1698 KB 1591/1698 KB 1592/1698 KB 1596/1698 KB 1599/1698 KB 1601/1698 KB 1605/1698 KB 1608/1698 KB 1609/1698 KB 1613/1698 KB 1615/1698 KB 1616/1698 KB 1620/1698 KB 1623/1698 KB 1625/1698 KB 1629/1698 KB 1632/1698 KB 1636/1698 KB 1638/1698 KB 1642/1698 KB 1646/1698 KB 1646/1698 KB 1649/1698 KB 1653/1698 KB 1653/1698 KB 1657/1698 KB 1657/1698 KB 1661/1698 KB 1663/1698 KB 1667/1698 KB 1670/1698 KB 1674/1698 KB 1677/1698 KB 1681/1698 KB 1681/1698 KB 1683/1698 KB 1687/1698 KB 1687/1698 KB 1690/1698 KB 1694/1698 KB 1698/1698 KB 1698/1698 KB Downloaded: http://maven.inria.fr/artifactory/spoon-public-snapshot/fr/inria/gforge/spoon/spoon-core/8.1.0-SNAPSHOT/spoon-core-8.1.0-20200117.234147-86.jar (1698 KB at 3239.4 KB/sec) [INFO] [INFO] --- maven-dependency-plugin:2.8:resolve (default-cli) @ nopol --- [INFO] [INFO] The following files have been resolved: [INFO] com.google.code.findbugs:jsr305:jar:3.0.2:compile [INFO] gov.nasa.jpf:jpf:jar:1154:provided [INFO] commons-cli:commons-cli:jar:1.4:compile [INFO] org.smtlib:smtlib:jar:0.9.7.1:compile [INFO] com.martiansoftware:jsap:jar:2.1:compile [INFO] junit:junit:jar:4.13:compile [INFO] org.checkerframework:checker-qual:jar:2.10.0:compile [INFO] org.easytesting:fest-util:jar:1.1.6:compile [INFO] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile [INFO] org.reflections:reflections:jar:0.9.12:compile [INFO] ch.qos.logback:logback-classic:jar:1.3.0-alpha5:runtime [INFO] fr.inria.gforge.spoon:spoon-core:jar:8.1.0-SNAPSHOT:compile [INFO] com.google.errorprone:error_prone_annotations:jar:2.3.4:compile [INFO] com.microsoft.z3:z3:jar:0.0.1:compile [INFO] javax.activation:activation:jar:1.1:runtime [INFO] com.cloudbees:diff4j:jar:1.3:compile [INFO] com.google.guava:guava:jar:28.2-jre:compile [INFO] org.apache.logging.log4j:log4j-api:jar:2.13.0:compile [INFO] gov.nasa.jpf:jpf-symbc:jar:576:provided [INFO] ch.qos.logback:logback-core:jar:1.3.0-alpha5:runtime [INFO] org.apache.maven.shared:maven-invoker:jar:3.0.1:compile [INFO] org.eclipse.jdt:org.eclipse.jdt.core:jar:3.16.0:compile [INFO] commons-io:commons-io:jar:2.6:compile [INFO] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.10:compile [INFO] com.sun:tools:jar:1.4.2:system [INFO] com.google.j2objc:j2objc-annotations:jar:1.3:compile [INFO] com.fasterxml.jackson.core:jackson-core:jar:2.9.10:compile [INFO] com.sun.mail:javax.mail:jar:1.6.2:runtime [INFO] org.slf4j:slf4j-api:jar:2.0.0-alpha1:compile [INFO] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile [INFO] org.hamcrest:hamcrest:jar:2.2:compile [INFO] org.apache.commons:commons-lang3:jar:3.8.1:compile [INFO] com.fasterxml.jackson.core:jackson-databind:jar:2.9.10.1:compile [INFO] com.google.guava:failureaccess:jar:1.0.1:compile [INFO] org.jvnet.localizer:localizer:jar:1.12:compile [INFO] com.gzoltar:gzoltar:jar:0.1.1:compile [INFO] org.hamcrest:hamcrest-core:jar:2.2:compile [INFO] org.apache.commons:commons-compress:jar:1.19:compile [INFO] org.apache.logging.log4j:log4j-core:jar:2.13.0:compile [INFO] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile [INFO] edu.washington.cs.types.checker:checker-framework:jar:1.7.0:runtime [INFO] org.tukaani:xz:jar:1.8:compile [INFO] fil.iagl.cocospoon:CocoSpoon:jar:1.0.0-SNAPSHOT:compile [INFO] org.apache.maven:maven-model:jar:3.5.0:compile [INFO] org.javassist:javassist:jar:3.26.0-GA:compile [INFO] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile [INFO] org.json:json:jar:20190722:compile [INFO] org.easytesting:fest-assert:jar:1.4:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.477 s [INFO] Finished at: 2020-01-18T10:38:39+01:00 [INFO] Final Memory: 19M/137M [INFO] ------------------------------------------------------------------------ + mvn package Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for fr.inria.gforge.spirals:nopol:jar:0.2-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 344, column 25 [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-install-plugin @ line 352, column 25 [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-clean-plugin @ line 360, column 25 [WARNING] 'repositories.repository.id' must not contain any of these characters \/:"<>|?* but found / @ line 407, column 17 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Nopol 0.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:prepare-agent (default) @ nopol --- [INFO] argLine set to -javaagent:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar=destfile=/builds/workspace/nopol/nopol/target/jacoco.exec,excludes=com.sun.tools.jdi.** [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ nopol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ nopol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 296 source files to /builds/workspace/nopol/nopol/target/classes [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[5,46] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[5,46] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[5,46] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[36,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[41,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[46,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[51,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[56,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[61,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[66,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[71,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[76,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[81,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/expression/value/Value.java:[86,23] sun.reflect.generics.reflectiveObjects.NotImplementedException is internal proprietary API and may be removed in a future release [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/nopol/spoon/symbolic/AssertReplacer.java: Some input files use or override a deprecated API. [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/repair/nopol/spoon/symbolic/AssertReplacer.java: Recompile with -Xlint:deprecation for details. [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/commons/synthesis/smt/SMTLib.java: Some input files use unchecked or unsafe operations. [WARNING] /builds/workspace/nopol/nopol/src/main/java/fr/inria/lille/commons/synthesis/smt/SMTLib.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ nopol --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ nopol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /builds/workspace/nopol/nopol/target/test-classes [WARNING] /builds/workspace/nopol/nopol/src/test/java/fr/inria/lille/repair/nopol/Defects4jUtils.java: Some input files use or override a deprecated API. [WARNING] /builds/workspace/nopol/nopol/src/test/java/fr/inria/lille/repair/nopol/Defects4jUtils.java: Recompile with -Xlint:deprecation for details. [WARNING] /builds/workspace/nopol/nopol/src/test/java/fr/inria/lille/commons/trace/ValuesCollectorTest.java: Some input files use unchecked or unsafe operations. [WARNING] /builds/workspace/nopol/nopol/src/test/java/fr/inria/lille/commons/trace/ValuesCollectorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ nopol --- [INFO] Surefire report directory: /builds/workspace/nopol/nopol/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 Running xxl.java.support.RangeMapperTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running xxl.java.junit.TestSuiteExecutionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec Running xxl.java.compiler.DynamicClassCompilerTest 04:38:54,020 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/builds/workspace/nopol/nopol/target/test-classes/logback-test.xml] 04:38:54,194 |-INFO in ch.qos.logback.core.joran.action.ImplicitModelAction - Assuming default class name [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for tag [encoder] 04:38:54,195 |-INFO in ch.qos.logback.core.joran.action.ImplicitModelAction - Assuming default class name [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for tag [encoder] 04:38:54,197 |-INFO in ch.qos.logback.core.joran.action.ImplicitModelAction - Assuming default class name [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for tag [encoder] 04:38:54,298 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler@23cf78f9 - Setting level of ROOT logger to DEBUG 04:38:54,299 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler@30b35687 - Processing appender named [STDOUT] 04:38:54,299 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler@30b35687 - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] 04:38:54,511 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler@30b35687 - Attaching appender [STDOUT] to Logger[ROOT] 04:38:54,512 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler@7c3c6564 - Processing appender named [STDERR] not referenced. Skipping. 04:38:54,513 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler@7655dc27 - Processing appender named [TESTSLOG] 04:38:54,513 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler@7655dc27 - About to instantiate appender of type [ch.qos.logback.core.FileAppender] 04:38:54,517 |-INFO in ch.qos.logback.core.FileAppender[TESTSLOG] - File property is set to [tests.log] 04:38:54,519 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler@7655dc27 - Attaching appender [TESTSLOG] to Logger[ROOT] 04:38:54,520 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@2e856aa4 - End of configuration. 04:38:54,521 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@428169d - Registering current configuration as safe fallback point 04:38:54.528 [main] ERROR x.java.compiler.DynamicClassCompiler - [Compilation errors] Mathematician.java:1: error: cannot find symbol package test.dynamic.math;import test.dynamic.math.Calculator;public class Mathematician { private Calculator calculator; public Mathematician(Calculator calculator) { this.calculator = calculator; } public int sum(int a, int b) { return calculator.sum(a, b); } public int multiply(int a, int b) { return calculator.multiply(a, b); }} ^ symbol: method multiply(int,int) location: variable calculator of type test.dynamic.math.Calculator Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.216 sec Running xxl.java.library.ObjectLibraryTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running xxl.java.library.JavaLibraryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running xxl.java.library.StringLibraryTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running xxl.java.library.NumberLibraryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running xxl.java.library.ClassLibraryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running xxl.container.classic.map.MultimapTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running xxl.container.classic.map.DoubleMapTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running xxl.container.classic.MetaSetTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running xxl.container.classic.MetaListTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running xxl.container.classic.MetaMapTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running xxl.container.classic.MetaCollectionTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running xxl.container.various.BagTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running xxl.container.various.PairTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running xxl.container.various.MappingBagTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running xxl.container.various.TableTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running fr.inria.lille.localization.DumbLocalizerTest 04:38:55.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_3] 04:38:55.314 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:38:55.314 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:38:55.314 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_3.NopolExampleTest] 04:38:55.316 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_3], projectClasspath='[Ljava.net.URL;@64c189d8', projectTests=[nopol_examples.nopol_example_3.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:38:55.316 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:38:55.328 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 95 MB 04:38:55.329 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:38:55.329 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 196 MB 04:38:55.329 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:38:55.332 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:38:55.332 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:38:57.727 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:38:57.728 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_3.NopolExample:32 which is executed by 18 tests -126608641 04:38:57.828 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:38:58.181 [pool-11-thread-1] DEBUG tests.output - Failing tests with false: [test5(nopol_examples.nopol_example_3.NopolExampleTest): null, test4(nopol_examples.nopol_example_3.NopolExampleTest): null, test3(nopol_examples.nopol_example_3.NopolExampleTest): null, test2(nopol_examples.nopol_example_3.NopolExampleTest): null, test1(nopol_examples.nopol_example_3.NopolExampleTest): null, test9(nopol_examples.nopol_example_3.NopolExampleTest): null, test8(nopol_examples.nopol_example_3.NopolExampleTest): null, test7(nopol_examples.nopol_example_3.NopolExampleTest): null, test6(nopol_examples.nopol_example_3.NopolExampleTest): null] 04:38:58.182 [pool-11-thread-1] DEBUG tests.output - Failing tests with true: [test5(nopol_examples.nopol_example_3.NopolExampleTest): null, test4(nopol_examples.nopol_example_3.NopolExampleTest): null, test3(nopol_examples.nopol_example_3.NopolExampleTest): null, test2(nopol_examples.nopol_example_3.NopolExampleTest): null, test1(nopol_examples.nopol_example_3.NopolExampleTest): null, test9(nopol_examples.nopol_example_3.NopolExampleTest): null, test8(nopol_examples.nopol_example_3.NopolExampleTest): null, test7(nopol_examples.nopol_example_3.NopolExampleTest): null, test6(nopol_examples.nopol_example_3.NopolExampleTest): null] 04:38:58.182 [pool-11-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_3.NopolExample:32. 04:38:58.182 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:38:58.182 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_3.NopolExample:11 which is executed by 18 tests -126608641 04:38:58.261 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:38:58.701 [pool-31-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:38:58.766 [pool-31-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:38:58.845 [pool-31-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: 0 == tmp 04:38:58.847 [pool-31-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_3.NopolExample:11: CONDITIONAL 0 == tmp 04:38:58.921 [pool-31-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "0 == tmp" is working 04:38:58.946 [pool-31-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:38:58.947 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:38:58.951 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:38:58.951 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 3 04:38:58.951 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 2 04:38:58.951 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 1 04:38:58.952 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 9 04:38:58.955 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:38:58.955 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:38:58.955 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:38:58.955 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 12 04:38:58.957 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 3635ms 04:38:58.957 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:38:58.957 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:38:58.957 [main] INFO fr.inria.lille.repair.nopol.NoPol - 0 == tmp 04:38:59.004 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 18 04:38:59.004 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_3.NopolExample:11: CONDITIONAL 04:38:59.021 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_3/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_3/NopolExample.java @@ -10,3 +10,3 @@ - if ( tmp != 0 ){ // Fix : tmp == 0 + if ( 0 == tmp){ // Fix : tmp == 0 return true; 04:38:59.097 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2] 04:38:59.098 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:38:59.099 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:38:59.100 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest] 04:38:59.101 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@e70f3d2', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:38:59.101 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:38:59.102 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 78 MB 04:38:59.105 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:38:59.106 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 204 MB 04:38:59.107 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:38:59.108 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:38:59.109 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:38:59.272 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:38:59.272 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_2.NopolExample:21 which is executed by 18 tests -126608641 04:38:59.313 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:38:59.473 [pool-105-thread-1] DEBUG tests.output - Failing tests with false: [test7(nopol_examples.nopol_example_2.NopolExampleTest): expected:<-2> but was:<-4>, test9(nopol_examples.nopol_example_2.NopolExampleTest): expected:<2> but was:<-8>, test4(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<-2>, test5(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<-2>, test6(nopol_examples.nopol_example_2.NopolExampleTest): expected:<-2> but was:<-4>, test1(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<2>, test2(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<2>] 04:38:59.473 [pool-105-thread-1] DEBUG tests.output - Failing tests with true: [test7(nopol_examples.nopol_example_2.NopolExampleTest): expected:<-2> but was:<-4>, test9(nopol_examples.nopol_example_2.NopolExampleTest): expected:<2> but was:<-8>, test4(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<-2>, test5(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<-2>, test6(nopol_examples.nopol_example_2.NopolExampleTest): expected:<-2> but was:<-4>, test1(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<2>, test2(nopol_examples.nopol_example_2.NopolExampleTest): expected:<4> but was:<2>] 04:38:59.473 [pool-105-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_2.NopolExample:21. 04:38:59.474 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:38:59.474 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_2.NopolExample:11 which is executed by 18 tests -126608641 04:38:59.517 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:38:59.826 [pool-121-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:38:59.851 [pool-121-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:38:59.930 [pool-121-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: 1 < (b - a) 04:38:59.930 [pool-121-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 1 < (b - a) 04:39:00.049 [pool-121-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "1 < (b - a)" is working 04:39:00.068 [pool-121-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:00.068 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:00.069 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 2 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 4 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 2 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 7 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 14 04:39:00.070 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 971ms 04:39:00.072 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:00.072 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:00.072 [main] INFO fr.inria.lille.repair.nopol.NoPol - 1 < (b - a) 04:39:00.124 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 18 04:39:00.125 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:00.126 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( 1 < (b - a)){ // Fix a < b return b; Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.829 sec Running fr.inria.lille.localization.GzoltarLocalizerTest {SourceLocation nopol_examples.nopol_example_1.NopolExample:13=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExample:12=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExampleTest:13=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExampleTest:12=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExampleTest:11=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS]} Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.708 sec Running fr.inria.lille.localization.CocospoonLocalizerTest {SourceLocation nopol_examples.nopol_example_1.NopolExample:13=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExample:22=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExample:23=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExample:24=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS], SourceLocation nopol_examples.nopol_example_1.NopolExample:12=[nopol_examples.nopol_example_1.NopolExampleTest#test1 PASS]} Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec Running fr.inria.lille.repair.symbolic.SymbolicTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec Running fr.inria.lille.repair.infinitel.loop.implant.LoopStatisticsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running fr.inria.lille.repair.infinitel.InfinitelTest 04:39:05.392 [main] DEBUG f.i.l.r.infinitel.InfiniteLoopFixer - Angelic records for hanging tests: infinitel_examples.infinitel_example_2.InfinitelExampleTest#infiniteLoop=1 04:39:05.392 [main] DEBUG f.i.l.r.infinitel.InfiniteLoopFixer - Tests of infinite loop: infinitel_examples.infinitel_example_2.InfinitelExampleTest#oneIteration infinitel_examples.infinitel_example_2.InfinitelExampleTest#infiniteLoop 04:39:05.397 [main] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:05.425 [main] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: (a == 0) (a == 0) 04:39:05.858 [main] DEBUG f.i.l.r.infinitel.InfiniteLoopFixer - Angelic records for hanging tests: infinitel_examples.infinitel_example_5.InfinitelExampleTest#infiniteLoop=37 04:39:05.858 [main] DEBUG f.i.l.r.infinitel.InfiniteLoopFixer - Tests of infinite loop: infinitel_examples.infinitel_example_5.InfinitelExampleTest#consumePartially infinitel_examples.infinitel_example_5.InfinitelExampleTest#consumedEverything infinitel_examples.infinitel_example_5.InfinitelExampleTest#infiniteLoop 04:39:05.891 [main] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:05.925 [main] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:06.066 [main] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: (infinitel_examples.infinitel_example_5.InfinitelExample.this.consumer.getSize()) != (infinitel_examples.infinitel_example_5.InfinitelExample.this.consumer.getConsumed()) (infinitel_examples.infinitel_example_5.InfinitelExample.this.consumer.getSize()) != (infinitel_examples.infinitel_example_5.InfinitelExample.this.consumer.getConsumed()) Tests run: 13, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 2.038 sec Running fr.inria.lille.repair.synthesis.SynthesizerOnRealBugTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec Running fr.inria.lille.repair.synthesis.DynamothCodeGenesisTest java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_12.NopolExampleTest#test_4 nopol_examples.nopol_example_12.NopolExampleTest#test_3 nopol_examples.nopol_example_12.NopolExampleTest#test_2 nopol_examples.nopol_example_12.NopolExampleTest#test_1 04:39:06.661 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:06.752 [main] DEBUG f.i.l.r.s.c.spoon.ClassCollector - [class] java.util.List 04:39:06.776 [main] DEBUG f.i.l.r.s.c.spoon.ClassCollector - [class] java.util.ArrayList 04:39:06.779 [main] DEBUG f.i.l.r.s.c.spoon.ClassCollector - [class] nopol_examples.nopol_example_12.NopolExample 04:39:06.788 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:06.793 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_12.NopolExampleTest#test_4 iteration 0 04:39:06.798 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 3=3 04:39:06.802 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:06.804 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_12.NopolExample(id=329) 04:39:06.808 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:06.809 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2 04:39:06.861 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.foo((java.util.List) list) 04:39:06.865 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.foo((java.util.List) list2) 04:39:06.872 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.size() 04:39:06.880 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.isEmpty() 04:39:06.891 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.size() 04:39:06.897 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.isEmpty() 04:39:06.930 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:06.932 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_12.NopolExampleTest#test_3 iteration 0 04:39:06.932 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 3=3 04:39:06.932 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:06.932 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_12.NopolExample(id=531) 04:39:06.934 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:06.936 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2 04:39:06.946 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.foo((java.util.List) list2) 04:39:06.968 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.size() 04:39:06.974 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.isEmpty() 04:39:06.981 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:06.983 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_12.NopolExampleTest#test_2 iteration 0 04:39:06.983 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 3=3 04:39:06.983 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:06.983 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_12.NopolExample(id=548) 04:39:06.984 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:06.986 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2 04:39:06.993 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.foo((java.util.List) list) 04:39:06.997 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.foo((java.util.List) list2) 04:39:07.002 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.size() 04:39:07.004 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.isEmpty() 04:39:07.009 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.size() 04:39:07.013 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.isEmpty() 04:39:07.018 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:07.019 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_12.NopolExampleTest#test_1 iteration 0 04:39:07.021 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 3=3 04:39:07.022 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:07.022 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_12.NopolExample(id=556) 04:39:07.024 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:07.024 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2 04:39:07.029 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.foo((java.util.List) list) 04:39:07.032 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.foo((java.util.List) list2) 04:39:07.035 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.size() 04:39:07.037 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.isEmpty() 04:39:07.050 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.size() 04:39:07.052 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list2.isEmpty() 04:39:07.056 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:07.064 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 13 elements 04:39:08.088 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 172365 evaluated elements ========= Info ========== Nb constants 7 Nb method invocations 3 Nb field access 0 Nb variables 3 Total 13 Nb evaluated expressions 88678 Init Execution time 587 ms Collect Execution time 269 ms Combine Execution time 1037.0 ms Nb Combination par sec 85514 combinations/sec Total Execution time 1894 ms Nb line execution 4 Nb results 17 Results: 1. (list == null) || list.isEmpty() 2. (list == null) || (list.isEmpty() && list2.isEmpty()) 3. (list == null) || (list2.isEmpty() && list.isEmpty()) 4. (list == null) || (list.size() == 0) 5. (list == null) || (this.foo((java.util.List) list) == list.size()) 6. (list == null) || (this.foo((java.util.List) list2) == list.size()) 7. (list == null) || (list.size() == this.foo((java.util.List) list)) 8. (list == null) || (list.size() == this.foo((java.util.List) list2)) 9. (list == null) || (list.size() == list2.size()) 10. (list == null) || (list.isEmpty() == list2.isEmpty()) 11. (list == null) || (list2.size() == list.size()) 12. (list == null) || (list2.isEmpty() == list.isEmpty()) 13. (list == null) || (list.size() <= 0) 14. (list == null) || (list.size() <= this.foo((java.util.List) list)) 15. (list == null) || (list.size() <= this.foo((java.util.List) list2)) 16. (list == null) || (list.size() <= list2.size()) 17. (list == null) || (list.size() < 1) ======================== Stat ======================== Operators: PLUS 1 Methods: foo(java.util.List) 1 size() 1 isEmpty() 1 Variable: list2 1 x 1 list 1 & 7 & 3 & 0 & 3 & 13 & 88678 & 1907 ms & 4 & basic: 3, 0, 1, null, this, list, list2, this.foo((java.util.List) list), this.foo((java.util.List) list2), list.size(), list.isEmpty(), list2.size(), list2.isEmpty(), java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_13.NopolExampleTest#test_3 nopol_examples.nopol_example_13.NopolExampleTest#test_2 nopol_examples.nopol_example_13.NopolExampleTest#test_1 04:39:08.321 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:08.380 [main] DEBUG f.i.l.r.s.c.spoon.ClassCollector - [class] java.util.List 04:39:08.388 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.390 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_13.NopolExampleTest#test_3 iteration 0 04:39:08.391 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] list=instance of java.util.ArrayList(id=331) 04:39:08.391 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.392 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_13.NopolExample(id=329) 04:39:08.393 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:08.406 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.isEmpty() 04:39:08.442 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.443 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_13.NopolExampleTest#test_2 iteration 0 04:39:08.444 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] list=instance of java.util.ArrayList(id=430) 04:39:08.444 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.444 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_13.NopolExample(id=428) 04:39:08.445 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:08.450 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.isEmpty() 04:39:08.455 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.457 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_13.NopolExampleTest#test_1 iteration 0 04:39:08.458 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] list=instance of java.util.Collections$EmptyList(id=434) 04:39:08.458 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.458 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_13.NopolExample(id=432) 04:39:08.459 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:08.463 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list.isEmpty() 04:39:08.465 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.466 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_13.NopolExampleTest#test_1 iteration 1 04:39:08.466 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] list=null 04:39:08.467 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.467 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_13.NopolExample(id=436) 04:39:08.468 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] list 04:39:08.478 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:08.479 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 6 elements 04:39:08.484 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 524 evaluated elements ========= Info ========== Nb constants 3 Nb method invocations 1 Nb field access 0 Nb variables 2 Total 6 Nb evaluated expressions 259 Init Execution time 272 ms Collect Execution time 94 ms Combine Execution time 9.0 ms Nb Combination par sec 28778 combinations/sec Total Execution time 380 ms Nb line execution 4 Nb results 1 Results: 1. (list == null) || list.isEmpty() ======================== Stat ======================== Operators: Methods: isEmpty() 1 Variable: list 1 & 3 & 1 & 0 & 2 & 6 & 259 & 387 ms & 4 & basic: 0, 1, null, list, this, list.isEmpty(), java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_1.NopolExampleTest#test4 nopol_examples.nopol_example_1.NopolExampleTest#test5 nopol_examples.nopol_example_1.NopolExampleTest#test2 nopol_examples.nopol_example_1.NopolExampleTest#test3 nopol_examples.nopol_example_1.NopolExampleTest#test9 nopol_examples.nopol_example_1.NopolExampleTest#test1 04:39:08.727 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:08.778 [main] DEBUG f.i.l.r.s.c.spoon.ClassCollector - [class] java.lang.String 04:39:08.785 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.787 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_1.NopolExampleTest#test4 iteration 0 04:39:08.788 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] index=12 04:39:08.788 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:08.788 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.788 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_1.NopolExample(id=320) 04:39:08.789 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s 04:39:08.792 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] index 04:39:08.803 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.s 04:39:08.803 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.index 04:39:08.810 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s.length() 04:39:08.900 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.902 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_1.NopolExampleTest#test5 iteration 0 04:39:08.904 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] index=-5 04:39:08.904 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:08.905 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.905 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_1.NopolExample(id=432) 04:39:08.906 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s 04:39:08.906 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] index 04:39:08.908 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.s 04:39:08.908 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.index 04:39:08.919 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s.length() 04:39:08.951 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.952 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_1.NopolExampleTest#test2 iteration 0 04:39:08.953 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] index=3 04:39:08.953 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:08.953 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.954 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_1.NopolExample(id=447) 04:39:08.956 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s 04:39:08.958 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] index 04:39:08.961 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.s 04:39:08.961 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.index 04:39:08.965 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s.length() 04:39:08.972 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.973 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_1.NopolExampleTest#test3 iteration 0 04:39:08.974 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] index=3 04:39:08.974 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:08.975 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:08.975 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_1.NopolExample(id=450) 04:39:08.977 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s 04:39:08.977 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] index 04:39:08.980 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.s 04:39:08.980 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.index 04:39:08.985 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s.length() 04:39:08.997 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:08.998 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_1.NopolExampleTest#test9 iteration 0 04:39:09.000 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] index=5 04:39:09.000 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.000 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.000 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_1.NopolExample(id=453) 04:39:09.002 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s 04:39:09.002 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] index 04:39:09.006 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.s 04:39:09.006 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.index 04:39:09.009 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s.length() 04:39:09.022 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.024 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_1.NopolExampleTest#test1 iteration 0 04:39:09.025 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] index=0 04:39:09.025 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.025 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.025 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_1.NopolExample(id=457) 04:39:09.026 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s 04:39:09.027 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] index 04:39:09.029 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.s 04:39:09.029 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.index 04:39:09.033 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] s.length() 04:39:09.036 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:09.038 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 9 elements 04:39:09.039 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 47 evaluated elements ========= Info ========== Nb constants 5 Nb method invocations 1 Nb field access 0 Nb variables 3 Total 9 Nb evaluated expressions 20 Init Execution time 282 ms Collect Execution time 252 ms Combine Execution time 3.0 ms Nb Combination par sec 6667 combinations/sec Total Execution time 537 ms Nb line execution 6 Nb results 1 Results: 1. index <= 0 ======================== Stat ======================== Operators: LT 1 MINUS 1 EQ 1 Methods: charAt(int) 3 length() 2 Variable: s 5 index 3 & 5 & 1 & 0 & 3 & 9 & 20 & 538 ms & 6 & java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_2.NopolExampleTest#test4 nopol_examples.nopol_example_2.NopolExampleTest#test5 nopol_examples.nopol_example_2.NopolExampleTest#test2 nopol_examples.nopol_example_2.NopolExampleTest#test3 nopol_examples.nopol_example_2.NopolExampleTest#test8 nopol_examples.nopol_example_2.NopolExampleTest#test9 nopol_examples.nopol_example_2.NopolExampleTest#test6 nopol_examples.nopol_example_2.NopolExampleTest#test7 nopol_examples.nopol_example_2.NopolExampleTest#test1 04:39:09.285 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:09.327 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.329 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test4 iteration 0 04:39:09.330 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-2 04:39:09.331 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=4 04:39:09.331 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.331 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.331 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=329) 04:39:09.332 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.333 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.335 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.371 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.372 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test5 iteration 0 04:39:09.373 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=4 04:39:09.373 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=-2 04:39:09.374 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.374 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.375 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=428) 04:39:09.376 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.377 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.378 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.382 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.383 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test2 iteration 0 04:39:09.383 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=2 04:39:09.385 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=4 04:39:09.385 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.385 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.385 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=431) 04:39:09.386 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.387 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.388 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.398 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.400 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test3 iteration 0 04:39:09.400 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=4 04:39:09.401 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=4 04:39:09.401 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.401 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.402 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=434) 04:39:09.403 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.403 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.404 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.408 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.408 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test8 iteration 0 04:39:09.410 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-2 04:39:09.410 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=-2 04:39:09.410 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.411 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.411 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=437) 04:39:09.412 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.412 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.413 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.417 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.418 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test9 iteration 0 04:39:09.419 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-8 04:39:09.419 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=2 04:39:09.419 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.419 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.420 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=440) 04:39:09.420 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.421 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.422 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.432 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.434 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test6 iteration 0 04:39:09.436 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-4 04:39:09.437 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=-2 04:39:09.438 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.438 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.438 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=443) 04:39:09.439 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.439 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.440 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.449 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.451 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test7 iteration 0 04:39:09.451 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-2 04:39:09.453 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=-4 04:39:09.453 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.453 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.453 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=446) 04:39:09.454 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.454 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.455 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.460 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.462 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test1 iteration 0 04:39:09.462 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=4 04:39:09.463 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=2 04:39:09.464 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.464 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.464 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=449) 04:39:09.464 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.465 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:09.468 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:09.477 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:09.479 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 7 elements 04:39:09.484 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 87 evaluated elements ========= Info ========== Nb constants 4 Nb method invocations 0 Nb field access 0 Nb variables 3 Total 7 Nb evaluated expressions 40 Init Execution time 285 ms Collect Execution time 152 ms Combine Execution time 7.0 ms Nb Combination par sec 5714 combinations/sec Total Execution time 444 ms Nb line execution 9 Nb results 1 Results: 1. a < b ======================== Stat ======================== Operators: MINUS 1 LT 1 Methods: Variable: a 2 b 2 & 4 & 0 & 0 & 3 & 7 & 40 & 444 ms & 9 & java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_3.NopolExampleTest#test4 nopol_examples.nopol_example_3.NopolExampleTest#test5 nopol_examples.nopol_example_3.NopolExampleTest#test2 nopol_examples.nopol_example_3.NopolExampleTest#test3 nopol_examples.nopol_example_3.NopolExampleTest#test8 nopol_examples.nopol_example_3.NopolExampleTest#test9 nopol_examples.nopol_example_3.NopolExampleTest#test6 nopol_examples.nopol_example_3.NopolExampleTest#test7 nopol_examples.nopol_example_3.NopolExampleTest#test1 04:39:09.760 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:09.801 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.803 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test4 iteration 0 04:39:09.804 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=1 04:39:09.804 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.805 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.805 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=329) 04:39:09.806 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.806 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.839 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.840 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test5 iteration 0 04:39:09.841 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=-1 04:39:09.841 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.841 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.841 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=428) 04:39:09.843 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.844 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.848 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.849 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test2 iteration 0 04:39:09.849 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=0 04:39:09.850 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.850 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.850 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=431) 04:39:09.850 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.851 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.855 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.856 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test3 iteration 0 04:39:09.858 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=0 04:39:09.858 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.858 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.858 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=434) 04:39:09.859 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.859 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.870 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.873 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test8 iteration 0 04:39:09.873 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=1 04:39:09.873 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.873 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.873 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=437) 04:39:09.874 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.875 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.887 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.888 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test9 iteration 0 04:39:09.889 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=-1 04:39:09.889 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.889 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.889 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=440) 04:39:09.889 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.890 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.897 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.898 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test6 iteration 0 04:39:09.899 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=0 04:39:09.899 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.899 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.900 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=443) 04:39:09.900 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.901 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.907 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.908 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test7 iteration 0 04:39:09.909 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=1 04:39:09.909 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.909 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.909 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=446) 04:39:09.910 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.910 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.915 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:09.917 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_3.NopolExampleTest#test1 iteration 0 04:39:09.917 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] tmp=0 04:39:09.917 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:09.918 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:09.918 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_3.NopolExample(id=449) 04:39:09.918 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:09.919 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] tmp 04:39:09.924 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:09.925 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 6 elements 04:39:09.926 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 7 evaluated elements ========= Info ========== Nb constants 3 Nb method invocations 0 Nb field access 0 Nb variables 3 Total 6 Nb evaluated expressions 1 Init Execution time 315 ms Collect Execution time 123 ms Combine Execution time 2.0 ms Nb Combination par sec 500 combinations/sec Total Execution time 440 ms Nb line execution 9 Nb results 1 Results: 1. tmp == 0 ======================== Stat ======================== Operators: MINUS 1 NE 1 MOD 1 Methods: Variable: a 1 tmp 1 & 3 & 0 & 0 & 3 & 6 & 1 & 440 ms & 9 & java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_4.NopolExampleTest#test4 nopol_examples.nopol_example_4.NopolExampleTest#test5 nopol_examples.nopol_example_4.NopolExampleTest#test2 nopol_examples.nopol_example_4.NopolExampleTest#test3 nopol_examples.nopol_example_4.NopolExampleTest#test8 nopol_examples.nopol_example_4.NopolExampleTest#test9 nopol_examples.nopol_example_4.NopolExampleTest#test11 nopol_examples.nopol_example_4.NopolExampleTest#test6 nopol_examples.nopol_example_4.NopolExampleTest#test10 nopol_examples.nopol_example_4.NopolExampleTest#test7 nopol_examples.nopol_example_4.NopolExampleTest#test1 04:39:10.209 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:10.289 [main] DEBUG f.i.l.r.s.c.spoon.ClassCollector - [class] java.lang.String 04:39:10.295 [main] DEBUG f.i.l.r.s.c.spoon.ClassCollector - [class] java.lang.Integer 04:39:10.308 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.309 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test4 iteration 0 04:39:10.311 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="333" 04:39:10.311 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="333" 04:39:10.311 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.311 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.311 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=329) 04:39:10.312 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.313 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.314 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.326 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.349 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.351 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test5 iteration 0 04:39:10.352 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="8142" 04:39:10.352 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="8142" 04:39:10.353 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.353 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.353 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=425) 04:39:10.353 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.354 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.354 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.360 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.372 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.373 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test3 iteration 0 04:39:10.374 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="33" 04:39:10.375 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="33" 04:39:10.375 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.376 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.376 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=439) 04:39:10.377 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.378 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.378 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.384 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.389 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.391 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test8 iteration 0 04:39:10.392 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-1411111" 04:39:10.392 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-1411111" 04:39:10.393 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.393 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.394 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=443) 04:39:10.395 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.395 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.396 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.408 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.414 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.415 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test9 iteration 0 04:39:10.415 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-2212" 04:39:10.416 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-2212" 04:39:10.416 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.416 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.417 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=447) 04:39:10.417 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.418 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.418 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.423 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.434 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.435 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test6 iteration 0 04:39:10.436 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-15339" 04:39:10.437 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-15339" 04:39:10.437 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.437 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.437 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=451) 04:39:10.438 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.439 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.439 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.444 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.455 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.456 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test10 iteration 0 04:39:10.456 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-" 04:39:10.457 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-" 04:39:10.457 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.458 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.458 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=455) 04:39:10.458 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.458 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.459 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.464 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.478 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.479 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_4.NopolExampleTest#test7 iteration 0 04:39:10.480 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-150333333" 04:39:10.481 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a="-150333333" 04:39:10.481 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.481 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.481 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_4.NopolExample(id=460) 04:39:10.482 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.482 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] initializedVariableShouldBeCollected 04:39:10.483 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] otherInitializedVariableShouldBeCollected 04:39:10.488 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a.length() 04:39:10.494 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:10.495 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 8 elements 04:39:10.496 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 21 evaluated elements ========= Info ========== Nb constants 5 Nb method invocations 1 Nb field access 0 Nb variables 2 Total 8 Nb evaluated expressions 11 Init Execution time 371 ms Collect Execution time 196 ms Combine Execution time 2.0 ms Nb Combination par sec 5500 combinations/sec Total Execution time 569 ms Nb line execution 8 Nb results 1 Results: 1. a.length() != 1 ======================== Stat ======================== Operators: EQ 3 MOD 1 Methods: parseInt(java.lang.String) 1 length() 1 charAt(int) 1 substring(int) 1 Variable: a 5 otherInitializedVariableShouldBeCollected 1 result 1 & 5 & 1 & 0 & 2 & 8 & 11 & 570 ms & 8 & basic: 1, initializedVariableShouldBeCollected, otherInitializedVariableShouldBeCollected, 0, null, a, this, a.length(), java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_5.NopolExampleTest#test4 nopol_examples.nopol_example_5.NopolExampleTest#test5 nopol_examples.nopol_example_5.NopolExampleTest#test2 nopol_examples.nopol_example_5.NopolExampleTest#test3 nopol_examples.nopol_example_5.NopolExampleTest#test6 nopol_examples.nopol_example_5.NopolExampleTest#test1 04:39:10.734 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:10.789 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.790 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_5.NopolExampleTest#test4 iteration 0 04:39:10.791 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] r=1 04:39:10.792 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.792 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.792 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_5.NopolExample(id=329) 04:39:10.793 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.794 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] r 04:39:10.806 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.unreachableFromInnterStaticClass 04:39:10.834 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.835 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_5.NopolExampleTest#test5 iteration 0 04:39:10.836 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] r=1 04:39:10.836 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.836 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.836 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_5.NopolExample(id=428) 04:39:10.837 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.838 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] r 04:39:10.839 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.unreachableFromInnterStaticClass 04:39:10.842 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.843 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_5.NopolExampleTest#test2 iteration 0 04:39:10.844 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] r=1 04:39:10.844 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.845 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.845 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_5.NopolExample(id=431) 04:39:10.846 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.847 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] r 04:39:10.848 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.unreachableFromInnterStaticClass 04:39:10.851 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.852 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_5.NopolExampleTest#test3 iteration 0 04:39:10.853 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] r=1 04:39:10.853 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.853 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.854 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_5.NopolExample(id=434) 04:39:10.855 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.856 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] r 04:39:10.857 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.unreachableFromInnterStaticClass 04:39:10.861 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.862 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_5.NopolExampleTest#test6 iteration 0 04:39:10.863 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] r=1 04:39:10.863 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.864 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.864 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_5.NopolExample(id=437) 04:39:10.865 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.866 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] r 04:39:10.867 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.unreachableFromInnterStaticClass 04:39:10.871 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:10.872 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_5.NopolExampleTest#test1 iteration 0 04:39:10.873 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] r=1 04:39:10.873 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 1=1 04:39:10.874 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:10.874 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_5.NopolExample(id=440) 04:39:10.875 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:10.876 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] r 04:39:10.877 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.unreachableFromInnterStaticClass 04:39:10.881 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:10.883 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 7 elements 04:39:10.885 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 28 evaluated elements ========= Info ========== Nb constants 5 Nb method invocations 0 Nb field access 0 Nb variables 2 Total 7 Nb evaluated expressions 11 Init Execution time 291 ms Collect Execution time 93 ms Combine Execution time 8.0 ms Nb Combination par sec 1375 combinations/sec Total Execution time 393 ms Nb line execution 6 Nb results 1 Results: 1. r <= a ======================== Stat ======================== Operators: MUL 1 Methods: Variable: r 2 a 1 & 5 & 0 & 0 & 2 & 7 & 11 & 396 ms & 6 & java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_6.NopolExampleTest#test4 nopol_examples.nopol_example_6.NopolExampleTest#test5 nopol_examples.nopol_example_6.NopolExampleTest#test2 nopol_examples.nopol_example_6.NopolExampleTest#test3 nopol_examples.nopol_example_6.NopolExampleTest#test6 nopol_examples.nopol_example_6.NopolExampleTest#test1 04:39:11.116 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:11.166 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.168 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_6.NopolExampleTest#test4 iteration 0 04:39:11.169 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=0 04:39:11.171 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=4 04:39:11.171 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.171 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_6.NopolExample(id=320) 04:39:11.172 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.173 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.218 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.219 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_6.NopolExampleTest#test5 iteration 0 04:39:11.220 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=1 04:39:11.221 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=1 04:39:11.221 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.221 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_6.NopolExample(id=419) 04:39:11.222 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.222 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.236 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.237 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_6.NopolExampleTest#test2 iteration 0 04:39:11.238 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=5 04:39:11.239 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=3 04:39:11.239 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.239 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_6.NopolExample(id=441) 04:39:11.240 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.240 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.245 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.248 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_6.NopolExampleTest#test3 iteration 0 04:39:11.248 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=4 04:39:11.249 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=0 04:39:11.249 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.249 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_6.NopolExample(id=444) 04:39:11.249 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.249 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.254 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.255 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_6.NopolExampleTest#test6 iteration 0 04:39:11.256 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=0 04:39:11.257 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-3 04:39:11.257 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.257 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_6.NopolExample(id=447) 04:39:11.258 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.258 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.262 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.263 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_6.NopolExampleTest#test1 iteration 0 04:39:11.264 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=3 04:39:11.264 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=5 04:39:11.264 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.265 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_6.NopolExample(id=450) 04:39:11.265 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.266 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.272 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:11.277 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 6 elements 04:39:11.278 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 63 evaluated elements ========= Info ========== Nb constants 3 Nb method invocations 0 Nb field access 0 Nb variables 3 Total 6 Nb evaluated expressions 29 Init Execution time 271 ms Collect Execution time 107 ms Combine Execution time 6.0 ms Nb Combination par sec 4833 combinations/sec Total Execution time 384 ms Nb line execution 6 Nb results 1 Results: 1. a < b ======================== Stat ======================== Operators: MINUS 2 GT 1 Methods: Variable: a 3 b 3 & 3 & 0 & 0 & 3 & 6 & 29 & 384 ms & 6 & java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_8.NopolExampleTest#test_4 nopol_examples.nopol_example_8.NopolExampleTest#test_3 nopol_examples.nopol_example_8.NopolExampleTest#test_2 nopol_examples.nopol_example_8.NopolExampleTest#test_1 nopol_examples.nopol_example_8.NopolExampleTest#test_11 nopol_examples.nopol_example_8.NopolExampleTest#test_9 nopol_examples.nopol_example_8.NopolExampleTest#test_10 nopol_examples.nopol_example_8.NopolExampleTest#test_8 nopol_examples.nopol_example_8.NopolExampleTest#test_7 nopol_examples.nopol_example_8.NopolExampleTest#test_6 nopol_examples.nopol_example_8.NopolExampleTest#test_5 04:39:11.492 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:11.539 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.541 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_4 iteration 0 04:39:11.542 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=7.0 04:39:11.543 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=8.0 04:39:11.543 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.543 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.543 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=329) 04:39:11.543 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.544 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.584 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.585 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_3 iteration 0 04:39:11.586 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=50.0 04:39:11.587 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=1.0 04:39:11.587 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.587 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.587 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=418) 04:39:11.587 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.588 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.592 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.593 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_2 iteration 0 04:39:11.595 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=2.0 04:39:11.598 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=50.0 04:39:11.598 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.598 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.598 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=421) 04:39:11.599 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.600 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.608 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.611 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_1 iteration 0 04:39:11.616 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=5.0 04:39:11.618 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=5.0 04:39:11.618 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.618 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.618 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=434) 04:39:11.619 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.620 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.641 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.642 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_9 iteration 0 04:39:11.643 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=101.0 04:39:11.643 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=1.0 04:39:11.643 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.643 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.643 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=440) 04:39:11.645 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.646 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.653 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.654 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_10 iteration 0 04:39:11.655 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=8451.0 04:39:11.656 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=4897.0 04:39:11.656 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.656 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.656 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=443) 04:39:11.656 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.657 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.660 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.662 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_8 iteration 0 04:39:11.663 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=50.0 04:39:11.664 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=50.0 04:39:11.664 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.664 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.665 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=446) 04:39:11.665 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.666 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.669 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.672 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_7 iteration 0 04:39:11.673 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=5.0 04:39:11.674 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=50.0 04:39:11.674 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.674 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.675 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=449) 04:39:11.676 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.676 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.679 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.681 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_6 iteration 0 04:39:11.681 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=0.0 04:39:11.682 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=1.0 04:39:11.682 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.683 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.683 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=452) 04:39:11.684 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.685 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.693 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:11.694 [main] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_8.NopolExampleTest#test_5 iteration 0 04:39:11.695 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=9.0 04:39:11.696 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=9.0 04:39:11.696 [main] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 100=100 04:39:11.696 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:11.697 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_8.NopolExample(id=455) 04:39:11.701 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:11.701 [main] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:11.716 [main] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:11.717 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 7 elements 04:39:11.969 [main] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 53457 evaluated elements ========= Info ========== Nb constants 4 Nb method invocations 0 Nb field access 0 Nb variables 3 Total 7 Nb evaluated expressions 26696 Init Execution time 259 ms Collect Execution time 177 ms Combine Execution time 253.0 ms Nb Combination par sec 105518 combinations/sec Total Execution time 689 ms Nb line execution 10 Nb results 1 Results: 1. (a * b) <= 100 ======================== Stat ======================== Operators: LT 1 MUL 1 Methods: Variable: a 1 b 1 & 4 & 0 & 0 & 3 & 7 & 26696 & 690 ms & 10 & Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.778 sec Running fr.inria.lille.repair.spoon.ConditionnalInstrumenterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 sec Running fr.inria.lille.repair.expression.ExpressionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running fr.inria.lille.repair.nopol.TseEvaluationTest Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running fr.inria.lille.repair.nopol.Defects4jEvaluationMathTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running fr.inria.lille.repair.nopol.Defects4jEvaluationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running fr.inria.lille.repair.nopol.NopolTest 04:39:12.384 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2] 04:39:12.384 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest] 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=false, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=DYNAMOTH, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@466c06ed', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 73 MB 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 240 MB 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:12.386 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:14.040 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:14.041 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_2.NopolExample:11 which is executed by 9 tests -126608641 04:39:14.078 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:14.253 [pool-331-thread-1] DEBUG f.i.l.r.n.s.d.DynamothSynthesizer - Ignore the test nopol_examples.nopol_example_2.NopolExampleTest#test3 04:39:14.254 [pool-331-thread-1] DEBUG f.i.l.r.n.s.d.DynamothSynthesizer - Ignore the test nopol_examples.nopol_example_2.NopolExampleTest#test8 java -cp /builds/workspace/nopol/nopol/../test-projects/target/test-classes:/builds/workspace/nopol/nopol/../test-projects/target/classes:/builds/workspace/nopol/nopol/lib/junit-4.11.jar:/builds/workspace/nopol/nopol/target/surefire/surefirebooter642623215526584209.jar:/builds/.m2/repository/org/jacoco/org.jacoco.agent/0.8.3/org.jacoco.agent-0.8.3-runtime.jar: fr.inria.lille.repair.MethodTestRunner nopol_examples.nopol_example_2.NopolExampleTest#test2 nopol_examples.nopol_example_2.NopolExampleTest#test1 nopol_examples.nopol_example_2.NopolExampleTest#test4 nopol_examples.nopol_example_2.NopolExampleTest#test6 nopol_examples.nopol_example_2.NopolExampleTest#test5 nopol_examples.nopol_example_2.NopolExampleTest#test7 nopol_examples.nopol_example_2.NopolExampleTest#test9 04:39:14.518 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - ClassPrepareEvent 04:39:14.524 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:14.525 [pool-331-thread-1] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test2 iteration 0 04:39:14.526 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=2 04:39:14.526 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=4 04:39:14.527 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:14.527 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:14.527 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=329) 04:39:14.527 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:14.529 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:14.531 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:14.574 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:14.576 [pool-331-thread-1] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test1 iteration 0 04:39:14.577 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=4 04:39:14.577 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=2 04:39:14.577 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:14.578 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:14.578 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=428) 04:39:14.578 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:14.579 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:14.580 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:14.586 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:14.587 [pool-331-thread-1] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test4 iteration 0 04:39:14.588 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-2 04:39:14.588 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=4 04:39:14.588 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:14.589 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:14.589 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=431) 04:39:14.589 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:14.590 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:14.591 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:14.596 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:14.598 [pool-331-thread-1] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test6 iteration 0 04:39:14.599 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-4 04:39:14.600 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=-2 04:39:14.600 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:14.600 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:14.600 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=434) 04:39:14.600 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:14.601 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:14.602 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:14.612 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:14.612 [pool-331-thread-1] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test5 iteration 0 04:39:14.613 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=4 04:39:14.614 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=-2 04:39:14.614 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:14.614 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:14.614 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=437) 04:39:14.615 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:14.615 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:14.616 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:14.621 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:14.622 [pool-331-thread-1] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test7 iteration 0 04:39:14.622 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-2 04:39:14.623 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=-4 04:39:14.623 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:14.623 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:14.624 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=440) 04:39:14.624 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:14.625 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:14.626 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:14.633 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - BreakpointEvent 04:39:14.641 [pool-331-thread-1] INFO f.i.l.r.s.DynamothCodeGenesisImpl - [test] nopol_examples.nopol_example_2.NopolExampleTest#test9 iteration 0 04:39:14.642 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] b=-8 04:39:14.643 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] a=2 04:39:14.643 [pool-331-thread-1] DEBUG f.i.l.r.s.c.SpoonElementsCollector - [data] 0=0 04:39:14.643 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - Collect Level 1 04:39:14.643 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this=instance of nopol_examples.nopol_example_2.NopolExample(id=443) 04:39:14.644 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] a 04:39:14.644 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] b 04:39:14.648 [pool-331-thread-1] DEBUG f.i.l.r.s.c.DynamothDataCollector - [data] this.fieldOfOuterClass 04:39:14.651 [pool-331-thread-1] DEBUG f.i.l.r.s.DynamothCodeGenesisImpl - Exit 04:39:14.656 [pool-331-thread-1] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] start on 7 elements 04:39:14.826 [pool-331-thread-1] DEBUG f.i.l.r.s.collect.DataCombiner - [combine] end 68861 evaluated elements ========= Info ========== Nb constants 4 Nb method invocations 0 Nb field access 0 Nb variables 3 Total 7 Nb evaluated expressions 34398 Init Execution time 268 ms Collect Execution time 129 ms Combine Execution time 181.0 ms Nb Combination par sec 190044 combinations/sec Total Execution time 579 ms Nb line execution 7 Nb results 456 Results: 1. a <= b 2. a < b 3. (b != 0) && (a <= b) 4. (a <= b) && (b != 0) 5. (b != 0) && (a < b) 6. (a < b) && (b != 0) 7. (a != 0) && (a <= b) 8. (a <= b) && (a != 0) 9. (a != 0) && (a < b) 10. (a < b) && (a != 0) 11. (b != 1) && (a <= b) 12. (a <= b) && (b != 1) 13. (b != 1) && (a < b) 14. (a < b) && (b != 1) 15. (a != 1) && (a <= b) 16. (a <= b) && (a != 1) 17. (a != 1) && (a < b) 18. (a < b) && (a != 1) 19. (this != null) && (a <= b) 20. (a <= b) && (this != null) 21. (this != null) && (a < b) 22. (a < b) && (this != null) 23. (this.fieldOfOuterClass != b) && (a <= b) 24. (a <= b) && (this.fieldOfOuterClass != b) 25. (this.fieldOfOuterClass != b) && (a < b) 26. (a < b) && (this.fieldOfOuterClass != b) 27. (this.fieldOfOuterClass != a) && (a <= b) 28. (a <= b) && (this.fieldOfOuterClass != a) 29. (this.fieldOfOuterClass != a) && (a < b) 30. (a < b) && (this.fieldOfOuterClass != a) 31. (b != this.fieldOfOuterClass) && (a <= b) 32. (a <= b) && (b != this.fieldOfOuterClass) 33. (b != this.fieldOfOuterClass) && (a < b) 34. (a < b) && (b != this.fieldOfOuterClass) 35. (b != a) && (a <= b) 36. (a <= b) && (b != a) 37. (b != a) && (a < b) 38. (a < b) && (b != a) 39. (a != this.fieldOfOuterClass) && (a <= b) 40. (a <= b) && (a != this.fieldOfOuterClass) 41. (a != this.fieldOfOuterClass) && (a < b) 42. (a < b) && (a != this.fieldOfOuterClass) 43. (a != b) && (a <= b) 44. (a <= b) && (a != b) 45. (a != b) && (a < b) 46. (a < b) && (a != b) 47. (b <= this.fieldOfOuterClass) && (a <= b) 48. (a <= b) && (b <= this.fieldOfOuterClass) 49. (b <= this.fieldOfOuterClass) && (a < b) 50. (a < b) && (b <= this.fieldOfOuterClass) 51. (a <= this.fieldOfOuterClass) && (a <= b) 52. (a <= b) && (a <= this.fieldOfOuterClass) 53. (a <= this.fieldOfOuterClass) && (a < b) 54. (a < b) && (a <= this.fieldOfOuterClass) 55. (a <= b) && (b < this.fieldOfOuterClass) 56. (b < this.fieldOfOuterClass) && (a <= b) 57. (a <= b) && (a < this.fieldOfOuterClass) 58. (a < this.fieldOfOuterClass) && (a <= b) 59. (a <= b) && (a < b) 60. (a < b) && (a <= b) 61. (b < this.fieldOfOuterClass) && (a < b) 62. (a < b) && (b < this.fieldOfOuterClass) 63. (a < this.fieldOfOuterClass) && (a < b) 64. (a < b) && (a < this.fieldOfOuterClass) 65. (b == 0) || (a <= b) 66. (a <= b) || (b == 0) 67. (b == 0) || (a < b) 68. (a < b) || (b == 0) 69. (a == 0) || (a <= b) 70. (a <= b) || (a == 0) 71. (a == 0) || (a < b) 72. (a < b) || (a == 0) 73. (b == 1) || (a <= b) 74. (a <= b) || (b == 1) 75. (b == 1) || (a < b) 76. (a < b) || (b == 1) 77. (a == 1) || (a <= b) 78. (a <= b) || (a == 1) 79. (a == 1) || (a < b) 80. (a < b) || (a == 1) 81. (this == null) || (a <= b) 82. (a <= b) || (this == null) 83. (this == null) || (a < b) 84. (a < b) || (this == null) 85. (this.fieldOfOuterClass == b) || (a <= b) 86. (a <= b) || (this.fieldOfOuterClass == b) 87. (this.fieldOfOuterClass == b) || (a < b) 88. (a < b) || (this.fieldOfOuterClass == b) 89. (this.fieldOfOuterClass == a) || (a <= b) 90. (a <= b) || (this.fieldOfOuterClass == a) 91. (this.fieldOfOuterClass == a) || (a < b) 92. (a < b) || (this.fieldOfOuterClass == a) 93. (b == this.fieldOfOuterClass) || (a <= b) 94. (a <= b) || (b == this.fieldOfOuterClass) 95. (b == this.fieldOfOuterClass) || (a < b) 96. (a < b) || (b == this.fieldOfOuterClass) 97. (b == a) || (a <= b) 98. (a <= b) || (b == a) 99. (b == a) || (a < b) 100. (a < b) || (b == a) 101. (a == this.fieldOfOuterClass) || (a <= b) 102. (a <= b) || (a == this.fieldOfOuterClass) 103. (a == this.fieldOfOuterClass) || (a < b) 104. (a < b) || (a == this.fieldOfOuterClass) 105. (a == b) || (a <= b) 106. (a <= b) || (a == b) 107. (a == b) || (a < b) 108. (a < b) || (a == b) 109. (this.fieldOfOuterClass <= b) || (a <= b) 110. (a <= b) || (this.fieldOfOuterClass <= b) 111. (this.fieldOfOuterClass <= b) || (a < b) 112. (a < b) || (this.fieldOfOuterClass <= b) 113. (this.fieldOfOuterClass <= a) || (a <= b) 114. (a <= b) || (this.fieldOfOuterClass <= a) 115. (this.fieldOfOuterClass <= a) || (a < b) 116. (a < b) || (this.fieldOfOuterClass <= a) 117. (a <= b) || (this.fieldOfOuterClass < b) 118. (this.fieldOfOuterClass < b) || (a <= b) 119. (a <= b) || (this.fieldOfOuterClass < a) 120. (this.fieldOfOuterClass < a) || (a <= b) 121. (a <= b) || (a < b) 122. (a < b) || (a <= b) 123. (this.fieldOfOuterClass < b) || (a < b) 124. (a < b) || (this.fieldOfOuterClass < b) 125. (this.fieldOfOuterClass < a) || (a < b) 126. (a < b) || (this.fieldOfOuterClass < a) 127. (b == 0) == (b <= a) 128. (b == 0) == (b < a) 129. (a == 0) == (b <= a) 130. (a == 0) == (b < a) 131. (b == 1) == (b <= a) 132. (b == 1) == (b < a) 133. (a == 1) == (b <= a) 134. (a == 1) == (b < a) 135. (this == null) == (b <= a) 136. (this == null) == (b < a) 137. (this.fieldOfOuterClass == b) == (b <= a) 138. (this.fieldOfOuterClass == b) == (b < a) 139. (this.fieldOfOuterClass == a) == (b <= a) 140. (this.fieldOfOuterClass == a) == (b < a) 141. (b == this.fieldOfOuterClass) == (b <= a) 142. (b == this.fieldOfOuterClass) == (b < a) 143. (b == a) == (b <= a) 144. (b == a) == (b < a) 145. (a == this.fieldOfOuterClass) == (b <= a) 146. (a == this.fieldOfOuterClass) == (b < a) 147. (a == b) == (b <= a) 148. (a == b) == (b < a) 149. (b != 0) == (a <= b) 150. (b != 0) == (a < b) 151. (a != 0) == (a <= b) 152. (a != 0) == (a < b) 153. (b != 1) == (a <= b) 154. (b != 1) == (a < b) 155. (a != 1) == (a <= b) 156. (a != 1) == (a < b) 157. (this != null) == (a <= b) 158. (this != null) == (a < b) 159. (this.fieldOfOuterClass != b) == (a <= b) 160. (this.fieldOfOuterClass != b) == (a < b) 161. (this.fieldOfOuterClass != a) == (a <= b) 162. (this.fieldOfOuterClass != a) == (a < b) 163. (b != this.fieldOfOuterClass) == (a <= b) 164. (b != this.fieldOfOuterClass) == (a < b) 165. (b != a) == (a <= b) 166. (b != a) == (a < b) 167. (a != this.fieldOfOuterClass) == (a <= b) 168. (a != this.fieldOfOuterClass) == (a < b) 169. (a != b) == (a <= b) 170. (a != b) == (a < b) 171. (this.fieldOfOuterClass <= b) == (b <= a) 172. (this.fieldOfOuterClass <= b) == (b < a) 173. (b <= this.fieldOfOuterClass) == (a <= b) 174. (b <= this.fieldOfOuterClass) == (a < b) 175. (this.fieldOfOuterClass <= a) == (b <= a) 176. (this.fieldOfOuterClass <= a) == (b < a) 177. (a <= this.fieldOfOuterClass) == (a <= b) 178. (a <= this.fieldOfOuterClass) == (a < b) 179. (b <= a) == (b == 0) 180. (b <= a) == (a == 0) 181. (b <= a) == (b == 1) 182. (b <= a) == (a == 1) 183. (b <= a) == (this == null) 184. (b <= a) == (this.fieldOfOuterClass == b) 185. (b <= a) == (this.fieldOfOuterClass == a) 186. (b <= a) == (b == this.fieldOfOuterClass) 187. (b <= a) == (b == a) 188. (b <= a) == (a == this.fieldOfOuterClass) 189. (b <= a) == (a == b) 190. (b <= a) == (this.fieldOfOuterClass <= b) 191. (b <= a) == (this.fieldOfOuterClass <= a) 192. (b <= a) == (this.fieldOfOuterClass < b) 193. (b <= a) == (this.fieldOfOuterClass < a) 194. (a <= b) == (b != 0) 195. (a <= b) == (a != 0) 196. (a <= b) == (b != 1) 197. (a <= b) == (a != 1) 198. (a <= b) == (this != null) 199. (a <= b) == (this.fieldOfOuterClass != b) 200. (a <= b) == (this.fieldOfOuterClass != a) 201. (a <= b) == (b != this.fieldOfOuterClass) 202. (a <= b) == (b != a) 203. (a <= b) == (a != this.fieldOfOuterClass) 204. (a <= b) == (a != b) 205. (a <= b) == (b <= this.fieldOfOuterClass) 206. (a <= b) == (a <= this.fieldOfOuterClass) 207. (a <= b) == (b < this.fieldOfOuterClass) 208. (a <= b) == (a < this.fieldOfOuterClass) 209. (this.fieldOfOuterClass < b) == (b <= a) 210. (this.fieldOfOuterClass < b) == (b < a) 211. (b < this.fieldOfOuterClass) == (a <= b) 212. (b < this.fieldOfOuterClass) == (a < b) 213. (this.fieldOfOuterClass < a) == (b <= a) 214. (this.fieldOfOuterClass < a) == (b < a) 215. (a < this.fieldOfOuterClass) == (a <= b) 216. (a < this.fieldOfOuterClass) == (a < b) 217. (b < a) == (b == 0) 218. (b < a) == (a == 0) 219. (b < a) == (b == 1) 220. (b < a) == (a == 1) 221. (b < a) == (this == null) 222. (b < a) == (this.fieldOfOuterClass == b) 223. (b < a) == (this.fieldOfOuterClass == a) 224. (b < a) == (b == this.fieldOfOuterClass) 225. (b < a) == (b == a) 226. (b < a) == (a == this.fieldOfOuterClass) 227. (b < a) == (a == b) 228. (b < a) == (this.fieldOfOuterClass <= b) 229. (b < a) == (this.fieldOfOuterClass <= a) 230. (b < a) == (this.fieldOfOuterClass < b) 231. (b < a) == (this.fieldOfOuterClass < a) 232. (a < b) == (b != 0) 233. (a < b) == (a != 0) 234. (a < b) == (b != 1) 235. (a < b) == (a != 1) 236. (a < b) == (this != null) 237. (a < b) == (this.fieldOfOuterClass != b) 238. (a < b) == (this.fieldOfOuterClass != a) 239. (a < b) == (b != this.fieldOfOuterClass) 240. (a < b) == (b != a) 241. (a < b) == (a != this.fieldOfOuterClass) 242. (a < b) == (a != b) 243. (a < b) == (b <= this.fieldOfOuterClass) 244. (a < b) == (a <= this.fieldOfOuterClass) 245. (a < b) == (b < this.fieldOfOuterClass) 246. (a < b) == (a < this.fieldOfOuterClass) 247. (b == 0) != (a <= b) 248. (b == 0) != (a < b) 249. (a == 0) != (a <= b) 250. (a == 0) != (a < b) 251. (b == 1) != (a <= b) 252. (b == 1) != (a < b) 253. (a == 1) != (a <= b) 254. (a == 1) != (a < b) 255. (this == null) != (a <= b) 256. (this == null) != (a < b) 257. (this.fieldOfOuterClass == b) != (a <= b) 258. (this.fieldOfOuterClass == b) != (a < b) 259. (this.fieldOfOuterClass == a) != (a <= b) 260. (this.fieldOfOuterClass == a) != (a < b) 261. (b == this.fieldOfOuterClass) != (a <= b) 262. (b == this.fieldOfOuterClass) != (a < b) 263. (b == a) != (a <= b) 264. (b == a) != (a < b) 265. (a == this.fieldOfOuterClass) != (a <= b) 266. (a == this.fieldOfOuterClass) != (a < b) 267. (a == b) != (a <= b) 268. (a == b) != (a < b) 269. (b != 0) != (b <= a) 270. (b != 0) != (b < a) 271. (a != 0) != (b <= a) 272. (a != 0) != (b < a) 273. (b != 1) != (b <= a) 274. (b != 1) != (b < a) 275. (a != 1) != (b <= a) 276. (a != 1) != (b < a) 277. (this != null) != (b <= a) 278. (this != null) != (b < a) 279. (this.fieldOfOuterClass != b) != (b <= a) 280. (this.fieldOfOuterClass != b) != (b < a) 281. (this.fieldOfOuterClass != a) != (b <= a) 282. (this.fieldOfOuterClass != a) != (b < a) 283. (b != this.fieldOfOuterClass) != (b <= a) 284. (b != this.fieldOfOuterClass) != (b < a) 285. (b != a) != (b <= a) 286. (b != a) != (b < a) 287. (a != this.fieldOfOuterClass) != (b <= a) 288. (a != this.fieldOfOuterClass) != (b < a) 289. (a != b) != (b <= a) 290. (a != b) != (b < a) 291. (this.fieldOfOuterClass <= b) != (a <= b) 292. (this.fieldOfOuterClass <= b) != (a < b) 293. (b <= this.fieldOfOuterClass) != (b <= a) 294. (b <= this.fieldOfOuterClass) != (b < a) 295. (this.fieldOfOuterClass <= a) != (a <= b) 296. (this.fieldOfOuterClass <= a) != (a < b) 297. (a <= this.fieldOfOuterClass) != (b <= a) 298. (a <= this.fieldOfOuterClass) != (b < a) 299. (b <= a) != (b != 0) 300. (b <= a) != (a != 0) 301. (b <= a) != (b != 1) 302. (b <= a) != (a != 1) 303. (b <= a) != (this != null) 304. (b <= a) != (this.fieldOfOuterClass != b) 305. (b <= a) != (this.fieldOfOuterClass != a) 306. (b <= a) != (b != this.fieldOfOuterClass) 307. (b <= a) != (b != a) 308. (b <= a) != (a != this.fieldOfOuterClass) 309. (b <= a) != (a != b) 310. (b <= a) != (b <= this.fieldOfOuterClass) 311. (b <= a) != (a <= this.fieldOfOuterClass) 312. (b <= a) != (b < this.fieldOfOuterClass) 313. (b <= a) != (a < this.fieldOfOuterClass) 314. (a <= b) != (b == 0) 315. (a <= b) != (a == 0) 316. (a <= b) != (b == 1) 317. (a <= b) != (a == 1) 318. (a <= b) != (this == null) 319. (a <= b) != (this.fieldOfOuterClass == b) 320. (a <= b) != (this.fieldOfOuterClass == a) 321. (a <= b) != (b == this.fieldOfOuterClass) 322. (a <= b) != (b == a) 323. (a <= b) != (a == this.fieldOfOuterClass) 324. (a <= b) != (a == b) 325. (a <= b) != (this.fieldOfOuterClass <= b) 326. (a <= b) != (this.fieldOfOuterClass <= a) 327. (a <= b) != (this.fieldOfOuterClass < b) 328. (a <= b) != (this.fieldOfOuterClass < a) 329. (this.fieldOfOuterClass < b) != (a <= b) 330. (this.fieldOfOuterClass < b) != (a < b) 331. (b < this.fieldOfOuterClass) != (b <= a) 332. (b < this.fieldOfOuterClass) != (b < a) 333. (this.fieldOfOuterClass < a) != (a <= b) 334. (this.fieldOfOuterClass < a) != (a < b) 335. (a < this.fieldOfOuterClass) != (b <= a) 336. (a < this.fieldOfOuterClass) != (b < a) 337. (b < a) != (b != 0) 338. (b < a) != (a != 0) 339. (b < a) != (b != 1) 340. (b < a) != (a != 1) 341. (b < a) != (this != null) 342. (b < a) != (this.fieldOfOuterClass != b) 343. (b < a) != (this.fieldOfOuterClass != a) 344. (b < a) != (b != this.fieldOfOuterClass) 345. (b < a) != (b != a) 346. (b < a) != (a != this.fieldOfOuterClass) 347. (b < a) != (a != b) 348. (b < a) != (b <= this.fieldOfOuterClass) 349. (b < a) != (a <= this.fieldOfOuterClass) 350. (b < a) != (b < this.fieldOfOuterClass) 351. (b < a) != (a < this.fieldOfOuterClass) 352. (a < b) != (b == 0) 353. (a < b) != (a == 0) 354. (a < b) != (b == 1) 355. (a < b) != (a == 1) 356. (a < b) != (this == null) 357. (a < b) != (this.fieldOfOuterClass == b) 358. (a < b) != (this.fieldOfOuterClass == a) 359. (a < b) != (b == this.fieldOfOuterClass) 360. (a < b) != (b == a) 361. (a < b) != (a == this.fieldOfOuterClass) 362. (a < b) != (a == b) 363. (a < b) != (this.fieldOfOuterClass <= b) 364. (a < b) != (this.fieldOfOuterClass <= a) 365. (a < b) != (this.fieldOfOuterClass < b) 366. (a < b) != (this.fieldOfOuterClass < a) 367. 0 <= (b - a) 368. (a - b) <= 0 369. 1 <= (b - a) 370. (a - b) <= 1 371. (a + 1) <= b 372. (a - 0) <= b 373. (a - 1) <= b 374. a <= (b + 1) 375. a <= (b - 0) 376. a <= (b - 1) 377. (a + 1) <= (b + 1) 378. (a - 0) <= (b + 1) 379. (a + 1) <= (b - 0) 380. (a + 1) <= (b - 1) 381. (this.fieldOfOuterClass + a) <= (this.fieldOfOuterClass + b) 382. (a + this.fieldOfOuterClass) <= (this.fieldOfOuterClass + b) 383. (this.fieldOfOuterClass + a) <= (b + this.fieldOfOuterClass) 384. (a + this.fieldOfOuterClass) <= (b + this.fieldOfOuterClass) 385. (b + a) <= (b + b) 386. (a + b) <= (b + b) 387. (a + a) <= (b + b) 388. (a + a) <= (b + a) 389. (a + a) <= (a + b) 390. (a - 0) <= (b - 0) 391. (a - 1) <= (b - 0) 392. (a - 0) <= (b - 1) 393. (1 - b) <= (1 - a) 394. (a - 1) <= (b - 1) 395. (this.fieldOfOuterClass - b) <= (this.fieldOfOuterClass - a) 396. (a - this.fieldOfOuterClass) <= (b - this.fieldOfOuterClass) 397. (a - b) <= (b - a) 398. (0 / b) <= (b - a) 399. (0 / a) <= (b - a) 400. (b / this.fieldOfOuterClass) <= (b - a) 401. (a / this.fieldOfOuterClass) <= (b - a) 402. (b / a) <= (b - a) 403. (a / b) <= (b - a) 404. (a - b) <= (0 / b) 405. (a - b) <= (0 / a) 406. (a - b) <= (b / this.fieldOfOuterClass) 407. (a - b) <= (a / this.fieldOfOuterClass) 408. (this.fieldOfOuterClass * a) <= (this.fieldOfOuterClass * b) 409. (a * this.fieldOfOuterClass) <= (this.fieldOfOuterClass * b) 410. (this.fieldOfOuterClass * a) <= (b * this.fieldOfOuterClass) 411. (a * this.fieldOfOuterClass) <= (b * this.fieldOfOuterClass) 412. 0 < (b - a) 413. (a - b) < 0 414. 1 < (b - a) 415. (a - b) < 1 416. (a + 1) < b 417. (a - 0) < b 418. (a - 1) < b 419. a < (b + 1) 420. a < (b - 0) 421. a < (b - 1) 422. (a + 1) < (b + 1) 423. (a - 0) < (b + 1) 424. (a - 1) < (b + 1) 425. (a + 1) < (b - 0) 426. (this.fieldOfOuterClass + a) < (this.fieldOfOuterClass + b) 427. (a + this.fieldOfOuterClass) < (this.fieldOfOuterClass + b) 428. (this.fieldOfOuterClass + a) < (b + this.fieldOfOuterClass) 429. (a + this.fieldOfOuterClass) < (b + this.fieldOfOuterClass) 430. (b + a) < (b + b) 431. (a + b) < (b + b) 432. (a + a) < (b + b) 433. (a + a) < (b + a) 434. (a + a) < (a + b) 435. (a - 0) < (b - 0) 436. (a - 1) < (b - 0) 437. (a - 0) < (b - 1) 438. (1 - b) < (1 - a) 439. (a - 1) < (b - 1) 440. (this.fieldOfOuterClass - b) < (this.fieldOfOuterClass - a) 441. (a - this.fieldOfOuterClass) < (b - this.fieldOfOuterClass) 442. (a - b) < (b - a) 443. (0 / b) < (b - a) 444. (0 / a) < (b - a) 445. (b / this.fieldOfOuterClass) < (b - a) 446. (a / this.fieldOfOuterClass) < (b - a) 447. (a - b) < (0 / b) 448. (a - b) < (0 / a) 449. (a - b) < (b / this.fieldOfOuterClass) 450. (a - b) < (a / this.fieldOfOuterClass) 451. (a - b) < (b / a) 452. (a - b) < (a / b) 453. (this.fieldOfOuterClass * a) < (this.fieldOfOuterClass * b) 454. (a * this.fieldOfOuterClass) < (this.fieldOfOuterClass * b) 455. (this.fieldOfOuterClass * a) < (b * this.fieldOfOuterClass) 456. (a * this.fieldOfOuterClass) < (b * this.fieldOfOuterClass) ======================== Stat ======================== Operators: MINUS 1 LT 1 Methods: Variable: a 2 b 2 & 4 & 0 & 0 & 3 & 7 & 34398 & 695 ms & 7 & 04:39:14.949 [pool-331-thread-1] DEBUG f.i.l.r.n.s.d.DynamothSynthesizer - Collected 0 potential patches 04:39:14.950 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL a <= b 04:39:15.056 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "a <= b" is working 04:39:15.064 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL a < b 04:39:15.149 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "a < b" is working 04:39:15.163 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (b != 0) && (a <= b) 04:39:15.266 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(b != 0) && (a <= b)" is working 04:39:15.276 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (a <= b) && (b != 0) 04:39:15.400 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(a <= b) && (b != 0)" is working 04:39:15.411 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (b != 0) && (a < b) 04:39:15.502 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(b != 0) && (a < b)" is working 04:39:15.508 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (a < b) && (b != 0) 04:39:15.600 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(a < b) && (b != 0)" is working 04:39:15.615 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (a != 0) && (a <= b) 04:39:15.742 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(a != 0) && (a <= b)" is working 04:39:15.750 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (a <= b) && (a != 0) 04:39:15.844 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(a <= b) && (a != 0)" is working 04:39:15.861 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (a != 0) && (a < b) 04:39:15.943 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(a != 0) && (a < b)" is working 04:39:15.963 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (a < b) && (a != 0) 04:39:16.059 [pool-331-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(a < b) && (a != 0)" is working 04:39:16.069 [pool-331-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped 446 patches for sake of performance 04:39:16.069 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:16.069 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_2.NopolExample:12 which is executed by 4 tests -126608641 04:39:16.114 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #3 04:39:16.115 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_2.NopolExample:14 which is executed by 5 tests -126608641 04:39:16.162 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:16.163 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:16.163 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 2 04:39:16.163 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 5 04:39:16.163 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 3 04:39:16.164 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 3778ms 04:39:16.164 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:16.165 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:16.165 [main] INFO fr.inria.lille.repair.nopol.NoPol - a <= b 04:39:16.165 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.166 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.167 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( a <= b){ // Fix a < b return b; 04:39:16.168 [main] INFO fr.inria.lille.repair.nopol.NoPol - a < b 04:39:16.170 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.171 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.172 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( a < b){ // Fix a < b return b; 04:39:16.172 [main] INFO fr.inria.lille.repair.nopol.NoPol - (b != 0) && (a <= b) 04:39:16.172 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.173 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.174 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (b != 0) && (a <= b)){ // Fix a < b return b; 04:39:16.174 [main] INFO fr.inria.lille.repair.nopol.NoPol - (a <= b) && (b != 0) 04:39:16.175 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.175 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.176 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (a <= b) && (b != 0)){ // Fix a < b return b; 04:39:16.176 [main] INFO fr.inria.lille.repair.nopol.NoPol - (b != 0) && (a < b) 04:39:16.177 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.177 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.178 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (b != 0) && (a < b)){ // Fix a < b return b; 04:39:16.178 [main] INFO fr.inria.lille.repair.nopol.NoPol - (a < b) && (b != 0) 04:39:16.179 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.179 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.180 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (a < b) && (b != 0)){ // Fix a < b return b; 04:39:16.181 [main] INFO fr.inria.lille.repair.nopol.NoPol - (a != 0) && (a <= b) 04:39:16.181 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.181 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.182 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (a != 0) && (a <= b)){ // Fix a < b return b; 04:39:16.182 [main] INFO fr.inria.lille.repair.nopol.NoPol - (a <= b) && (a != 0) 04:39:16.183 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.183 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.184 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (a <= b) && (a != 0)){ // Fix a < b return b; 04:39:16.184 [main] INFO fr.inria.lille.repair.nopol.NoPol - (a != 0) && (a < b) 04:39:16.185 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.185 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.186 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (a != 0) && (a < b)){ // Fix a < b return b; 04:39:16.186 [main] INFO fr.inria.lille.repair.nopol.NoPol - (a < b) && (a != 0) 04:39:16.187 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:16.187 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:16.188 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (a < b) && (a != 0)){ // Fix a < b return b; 04:39:16.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_1] 04:39:16.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:16.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:16.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_1.NopolExampleTest] 04:39:16.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_1], projectClasspath='[Ljava.net.URL;@2ae0ef67', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:16.200 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:16.200 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 99 MB 04:39:16.200 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:16.200 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 240 MB 04:39:16.201 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:16.201 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:16.201 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:17.902 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:17.902 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:16 which is executed by 7 tests -126608641 04:39:17.934 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:17.934 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:15 which is executed by 8 tests -126608641 04:39:17.965 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:18.047 [pool-449-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:18.047 [pool-449-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:18.047 [pool-449-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 04:39:18.047 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #3 04:39:18.047 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:12 which is executed by 9 tests -126608641 04:39:18.098 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:18.255 [pool-455-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:18.279 [pool-455-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:18.334 [pool-455-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: index < 0 04:39:18.334 [pool-455-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL index < 0 04:39:18.390 [pool-455-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "index < 0" is working 04:39:18.411 [pool-455-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:18.411 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 7 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 4 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 7 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 16 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2215ms 04:39:18.412 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:18.413 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:18.413 [main] INFO fr.inria.lille.repair.nopol.NoPol - index < 0 04:39:18.413 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:18.414 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL 04:39:18.415 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java @@ -11,4 +11,4 @@ - if ( index == 0 ) // Fix index <= 0 - return s.charAt(0); + if ( index < 0) // Fix index <= 0 + return s.charAt(0); 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2] 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest] 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@44bfe174', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 152 MB 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 239 MB 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:18.423 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:20.109 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:20.109 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_2.NopolExample:11 which is executed by 9 tests -126608641 04:39:20.153 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:20.384 [pool-495-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:20.402 [pool-495-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:20.464 [pool-495-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: 1 < (b - a) 04:39:20.466 [pool-495-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 1 < (b - a) 04:39:20.548 [pool-495-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "1 < (b - a)" is working 04:39:20.554 [pool-495-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:20.554 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 2 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 8 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 5 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 7 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 14 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2131ms 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - 1 < (b - a) 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:20.555 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:20.556 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( 1 < (b - a)){ // Fix a < b return b; 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_3] 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_3.NopolExampleTest] 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_3], projectClasspath='[Ljava.net.URL;@146a592e', projectTests=[nopol_examples.nopol_example_3.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 53 MB 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 241 MB 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:20.562 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:22.184 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:22.185 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_3.NopolExample:11 which is executed by 9 tests -126608641 04:39:22.216 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:22.382 [pool-539-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:22.395 [pool-539-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:22.439 [pool-539-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: 0 == tmp 04:39:22.439 [pool-539-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_3.NopolExample:11: CONDITIONAL 0 == tmp 04:39:22.514 [pool-539-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "0 == tmp" is working 04:39:22.530 [pool-539-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:22.530 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 3 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 9 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 6 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 9 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 12 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 1968ms 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:22.531 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:22.532 [main] INFO fr.inria.lille.repair.nopol.NoPol - 0 == tmp 04:39:22.532 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:22.532 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_3.NopolExample:11: CONDITIONAL 04:39:22.532 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_3/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_3/NopolExample.java @@ -10,3 +10,3 @@ - if ( tmp != 0 ){ // Fix : tmp == 0 + if ( 0 == tmp){ // Fix : tmp == 0 return true; 04:39:22.537 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_5] 04:39:22.537 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:22.537 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: PRECONDITION 04:39:22.537 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_5.NopolExampleTest] 04:39:22.537 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=PRECONDITION, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_5], projectClasspath='[Ljava.net.URL;@4a4af54a', projectTests=[nopol_examples.nopol_example_5.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:22.538 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:22.538 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 76 MB 04:39:22.538 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:22.538 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 241 MB 04:39:22.538 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:22.538 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:22.538 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:24.156 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:24.156 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_5.NopolExample:21 which is executed by 6 tests -126608641 04:39:24.195 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:24.195 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_5.NopolExample:20 which is executed by 6 tests -126608641 04:39:24.229 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 04:39:24.390 [pool-587-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:24.400 [pool-587-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:24.426 [pool-587-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: -1 < a 04:39:24.426 [pool-587-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_5.NopolExample:20: PRECONDITION -1 < a 04:39:24.507 [pool-587-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "-1 < a" is working 04:39:24.513 [pool-587-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:24.513 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 10 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 7 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 5 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 7 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 1976ms 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - -1 < a 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 6 04:39:24.514 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_5.NopolExample:20: PRECONDITION 04:39:24.515 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_5/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_5/NopolExample.java @@ -19,3 +19,5 @@ // FIX : precondition missing : if ( -1 b) { // FIX: if(a < b) + if (a < b) { // FIX: if(a < b) return b - a; 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_7] 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_7.NopolExampleTest] 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_7], projectClasspath='[Ljava.net.URL;@233bcac4', projectTests=[nopol_examples.nopol_example_7.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 142 MB 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 243 MB 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:26.504 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:28.165 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:28.166 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_7.NopolExample:22 which is executed by 4 tests -126608641 04:39:28.200 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:28.201 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_7.NopolExample:21 which is executed by 30 tests -126608641 04:39:28.262 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:28.439 [pool-646-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:28.460 [pool-646-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:28.563 [pool-646-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 ! of arity: 1 || of arity: 2 && of arity: 2 04:39:28.749 [pool-646-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: (intermediaire == 0) && (3 < a) 04:39:28.749 [pool-646-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_7.NopolExample:21: CONDITIONAL (intermediaire == 0) && (3 < a) 04:39:28.827 [pool-646-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(intermediaire == 0) && (3 < a)" is working 04:39:28.848 [pool-646-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 12 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 9 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 26 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 3 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [7] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2, ! of arity: 1, || of arity: 2, && of arity: 2] 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 7 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 9 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2345ms 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:28.849 [main] INFO fr.inria.lille.repair.nopol.NoPol - (intermediaire == 0) && (3 < a) 04:39:28.850 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 30 04:39:28.850 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_7.NopolExample:21: CONDITIONAL 04:39:28.850 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_7/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_7/NopolExample.java @@ -20,4 +20,4 @@ // FIX if ( intermediaire == 0 && a!=2) - if ( intermediaire == 0 ) - return false; + if ( (intermediaire == 0) && (3 < a)) + return false; 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_8] 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_8.NopolExampleTest] 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_8], projectClasspath='[Ljava.net.URL;@18c941b9', projectTests=[nopol_examples.nopol_example_8.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 135 MB 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 244 MB 04:39:28.855 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:28.856 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:28.856 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:30.504 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:30.504 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_8.NopolExample:15 which is executed by 5 tests -126608641 04:39:30.557 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:30.559 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_8.NopolExample:12 which is executed by 10 tests -126608641 04:39:30.591 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:30.717 [pool-766-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:30.730 [pool-766-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:30.783 [pool-766-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: (a * b) <= 100 04:39:30.784 [pool-766-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_8.NopolExample:12: CONDITIONAL (a * b) <= 100 04:39:30.850 [pool-766-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(a * b) <= 100" is working 04:39:30.877 [pool-766-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:30.877 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 2 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 13 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 10 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 10 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 10 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2022ms 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - (a * b) <= 100 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 10 04:39:30.878 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_8.NopolExample:12: CONDITIONAL 04:39:30.880 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_8/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_8/NopolExample.java @@ -11,4 +11,4 @@ // if ( a * b <= 100) // FIX - if ( a * b < 100) - return true; + if ( (a * b) <= 100) + return true; 04:39:30.881 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2] 04:39:30.881 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:30.881 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:30.881 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest] 04:39:30.882 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@794b2cf2', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:30.882 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:30.883 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 153 MB 04:39:30.883 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:30.883 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 243 MB 04:39:30.884 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:30.884 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:30.884 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:30.920 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_2] 04:39:30.920 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:30.920 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:30.920 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_2.NopolExampleTest] 04:39:30.920 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_2], projectClasspath='[Ljava.net.URL;@794b2cf2', projectTests=[nopol_examples.nopol_example_2.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:30.920 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:30.920 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 135 MB 04:39:30.921 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:30.921 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 243 MB 04:39:30.921 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:30.922 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:30.922 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:32.537 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:32.537 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_2.NopolExample:11 which is executed by 9 tests -126608641 04:39:32.590 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:32.746 [pool-809-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:32.763 [pool-809-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:32.790 [pool-809-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: (b - a) == 2 04:39:32.790 [pool-809-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL (b - a) == 2 04:39:32.875 [pool-809-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "(b - a) == 2" is working 04:39:32.885 [pool-809-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:32.885 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 2 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 14 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 11 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 2 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 14 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 1965ms 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - (b - a) == 2 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:32.886 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_2.NopolExample:11: CONDITIONAL 04:39:32.887 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_2/NopolExample.java @@ -10,3 +10,3 @@ public int getMax(int a, int b){ - if ( (b - a) < 0 ){ // Fix a < b + if ( (b - a) == 2){ // Fix a < b return b; 04:39:32.892 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_5] 04:39:32.892 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:32.892 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: PRE_THEN_COND 04:39:32.893 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_5.NopolExampleTest] 04:39:32.893 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=PRE_THEN_COND, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_5], projectClasspath='[Ljava.net.URL;@74066ab3', projectTests=[nopol_examples.nopol_example_5.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:32.893 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:32.893 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 53 MB 04:39:32.894 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:32.894 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 243 MB 04:39:32.894 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:32.894 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:32.894 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:34.596 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:34.596 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_5.NopolExample:21 which is executed by 6 tests -126608641 04:39:34.644 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:34.644 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_5.NopolExample:20 which is executed by 6 tests -126608641 04:39:34.683 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 04:39:34.819 [pool-828-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:34.829 [pool-828-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:34.853 [pool-828-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: -1 < a 04:39:34.853 [pool-828-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_5.NopolExample:20: PRECONDITION -1 < a 04:39:34.909 [pool-828-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "-1 < a" is working 04:39:34.916 [pool-828-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:34.916 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 15 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 12 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 5 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 7 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2024ms 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - -1 < a 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 6 04:39:34.917 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_5.NopolExample:20: PRECONDITION 04:39:34.918 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_5/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_5/NopolExample.java @@ -19,3 +19,5 @@ // FIX : precondition missing : if ( -1 but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:38.607 [pool-899-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:38.607 [pool-899-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:16. 04:39:38.607 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:38.607 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:15 which is executed by 8 tests -126608641 04:39:38.643 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:38.749 [pool-905-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:38.749 [pool-905-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:38.749 [pool-905-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 04:39:38.750 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 04:39:38.849 [pool-911-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:38.849 [pool-911-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:38.849 [pool-911-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 04:39:38.849 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #3 04:39:38.849 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:12 which is executed by 9 tests -126608641 04:39:38.897 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:39.041 [pool-917-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:39.052 [pool-917-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:39.118 [pool-917-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: index < 0 04:39:39.118 [pool-917-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL index < 0 04:39:39.174 [pool-917-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "index < 0" is working 04:39:39.190 [pool-917-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:39.190 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 20 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 14 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 7 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 16 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2293ms 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - index < 0 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL 04:39:39.191 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java @@ -11,4 +11,4 @@ - if ( index == 0 ) // Fix index <= 0 - return s.charAt(0); + if ( index < 0) // Fix index <= 0 + return s.charAt(0); 04:39:39.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_1] 04:39:39.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:39.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:39:39.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_1.NopolExampleTest] 04:39:39.196 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_1], projectClasspath='[Ljava.net.URL;@527778a1', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:39.198 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:39.198 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 118 MB 04:39:39.198 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:39.198 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 245 MB 04:39:39.199 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:39.199 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:39.199 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:40.791 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:40.791 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:16 which is executed by 7 tests -126608641 04:39:40.861 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:40.861 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:15 which is executed by 8 tests -126608641 04:39:40.904 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:41.007 [pool-957-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:41.007 [pool-957-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:41.007 [pool-957-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 04:39:41.007 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #3 04:39:41.007 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:12 which is executed by 9 tests -126608641 04:39:41.048 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:41.243 [pool-963-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:41.256 [pool-963-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:41.304 [pool-963-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: index < 0 04:39:41.304 [pool-963-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 22 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 15 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 7 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 16 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2110ms 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - index < 0 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:41.306 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL 04:39:41.307 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java @@ -11,4 +11,4 @@ - if ( index == 0 ) // Fix index <= 0 - return s.charAt(0); + if ( index < 0) // Fix index <= 0 + return s.charAt(0); 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_1] 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: PRE_THEN_COND 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_1.NopolExampleTest] 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=PRE_THEN_COND, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_1], projectClasspath='[Ljava.net.URL;@3f538223', projectTests=[nopol_examples.nopol_example_1.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 123 MB 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 246 MB 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:41.312 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:42.884 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:42.884 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:16 which is executed by 7 tests -126608641 04:39:42.946 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 04:39:43.045 [pool-994-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:43.045 [pool-994-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:43.045 [pool-994-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:16. 04:39:43.046 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:43.046 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:15 which is executed by 8 tests -126608641 04:39:43.082 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 04:39:43.178 [pool-1000-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:43.179 [pool-1000-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:43.179 [pool-1000-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 04:39:43.179 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:43.291 [pool-1006-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:, test5(nopol_examples.nopol_example_1.NopolExampleTest): expected: but was:] 04:39:43.291 [pool-1006-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:43.291 [pool-1006-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:15. 04:39:43.291 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #3 04:39:43.291 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_1.NopolExample:12 which is executed by 9 tests -126608641 04:39:43.326 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 04:39:43.440 [pool-1012-thread-1] DEBUG tests.output - Failing tests with false: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:43.440 [pool-1012-thread-1] DEBUG tests.output - Failing tests with true: [test6(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -1, test5(nopol_examples.nopol_example_1.NopolExampleTest): String index out of range: -5] 04:39:43.440 [pool-1012-thread-1] INFO f.i.l.r.n.synth.SMTNopolSynthesizer - Not enough specifications: 0. A trivial patch is "true" or "false", please write new tests specifying SourceLocation nopol_examples.nopol_example_1.NopolExample:12. 04:39:43.440 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:39:43.652 [pool-1018-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:43.668 [pool-1018-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:43.714 [pool-1018-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: index < 0 04:39:43.715 [pool-1018-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL index < 0 04:39:43.779 [pool-1018-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "index < 0" is working 04:39:43.786 [pool-1018-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 27 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 16 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 7 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 16 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2474ms 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - index < 0 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 9 04:39:43.786 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_1.NopolExample:12: CONDITIONAL 04:39:43.787 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_1/NopolExample.java @@ -11,4 +11,4 @@ - if ( index == 0 ) // Fix index <= 0 - return s.charAt(0); + if ( index < 0) // Fix index <= 0 + return s.charAt(0); 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java/nopol_examples/nopol_example_5] 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: COND_THEN_PRE 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [nopol_examples.nopol_example_5.NopolExampleTest] 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=COND_THEN_PRE, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java/nopol_examples/nopol_example_5], projectClasspath='[Ljava.net.URL;@6cfe92ef', projectTests=[nopol_examples.nopol_example_5.NopolExampleTest], complianceLevel=7, outputFolder=./, json=false} 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 106 MB 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 245 MB 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:39:43.791 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:39:45.434 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:39:45.434 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_5.NopolExample:21 which is executed by 6 tests -126608641 04:39:45.469 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:39:45.471 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation nopol_examples.nopol_example_5.NopolExample:20 which is executed by 6 tests -126608641 04:39:45.505 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalAdder 04:39:45.642 [pool-1058-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:39:45.654 [pool-1058-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:39:45.678 [pool-1058-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: -1 < a 04:39:45.679 [pool-1058-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: nopol_examples.nopol_example_5.NopolExample:20: PRECONDITION -1 < a 04:39:45.755 [pool-1058-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "-1 < a" is working 04:39:45.760 [pool-1058-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:39:45.760 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 1 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 1 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 28 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 17 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 5 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 7 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 1969ms 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - -1 < a 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 6 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - nopol_examples.nopol_example_5.NopolExample:20: PRECONDITION 04:39:45.761 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_5/NopolExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/nopol_examples/nopol_example_5/NopolExample.java @@ -19,3 +19,5 @@ // FIX : precondition missing : if ( -1 evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < -1 04:40:51.736 [main] DEBUG fr.inria.lille.evo.Main - test_evo_example_generated_1 <===> null 04:40:51.737 [main] DEBUG fr.inria.lille.evo.Main - -------------------------------------------------- 04:40:51.737 [main] DEBUG fr.inria.lille.evo.Main - # TEST METHOD : test_evo_example_generated_0() 04:40:51.737 [main] DEBUG fr.inria.lille.evo.Main - -------------------------------------------------- 04:40:51.738 [main] DEBUG fr.inria.lille.evo.Main - ### Remove EvoSuite & Recompile Tests 04:40:51.935 [main] DEBUG fr.inria.lille.evo.Main - ### Launch Nopol 04:40:51.936 [main] DEBUG fr.inria.lille.evo.Main - Launch nopol with: 04:40:51.936 [main] DEBUG fr.inria.lille.evo.Main - sources = ../test-projects/src/main/java:../test-projects/src/test/java:src/test/resources/evo/destSrcTest 04:40:51.936 [main] DEBUG fr.inria.lille.evo.Main - classpath = ../test-projects/target/classes:../test-projects/target/test-classes:src/test/resources/evo/destCpTest:lib/junit-4.11.jar 04:40:51.936 [main] DEBUG fr.inria.lille.evo.Main - testClasses = [Ljava.lang.String;@50ed11e8 04:40:51.938 [main] INFO fr.inria.lille.repair.nopol.NoPol - Source files: [../test-projects/src/main/java, ../test-projects/src/test/java, src/test/resources/evo/destSrcTest] 04:40:51.938 [main] INFO fr.inria.lille.repair.nopol.NoPol - Classpath: [file:/builds/workspace/nopol/nopol/../test-projects/target/classes/, file:/builds/workspace/nopol/nopol/../test-projects/target/test-classes/, file:/builds/workspace/nopol/nopol/src/test/resources/evo/destCpTest/, file:/builds/workspace/nopol/nopol/lib/junit-4.11.jar] 04:40:51.938 [main] INFO fr.inria.lille.repair.nopol.NoPol - Statement type: CONDITIONAL 04:40:51.938 [main] INFO fr.inria.lille.repair.nopol.NoPol - Args: [evo_examples.evo_example_1.EvoExampleTest, evo_examples.evo_example_1.EvoExampleGeneratedTest] 04:40:51.939 [main] INFO fr.inria.lille.repair.nopol.NoPol - Config: Config{synthesisDepth=3, collectStaticMethods=true, collectStaticFields=false, collectLiterals=false, onlyOneSynthesisResult=true, sortExpressions=true, maxLineInvocationPerTest=250, timeoutMethodInvocation=2000, dataCollectionTimeoutInSecondForSynthesis=900, addWeight=0.19478, subWeight=0.04554, mulWeight=0.0102, divWeight=0.00613, andWeight=0.10597, orWeight=0.05708, eqWeight=0.22798, nEqWeight=0.0, lessEqWeight=0.0255, lessWeight=0.0947, methodCallWeight=0.1, fieldAccessWeight=0.08099, constantWeight=0.14232, variableWeight=0.05195, mode=REPAIR, type=CONDITIONAL, synthesis=SMT, oracle=ANGELIC, solver=Z3, solverPath='null', projectSources=[../test-projects/src/main/java, ../test-projects/src/test/java, src/test/resources/evo/destSrcTest], projectClasspath='[Ljava.net.URL;@19b7140b', projectTests=[evo_examples.evo_example_1.EvoExampleTest, evo_examples.evo_example_1.EvoExampleGeneratedTest], complianceLevel=7, outputFolder=./, json=false} 04:40:51.939 [main] INFO fr.inria.lille.repair.nopol.NoPol - Available processors (cores): 2 04:40:51.940 [main] INFO fr.inria.lille.repair.nopol.NoPol - Free memory: 63 MB 04:40:51.940 [main] INFO fr.inria.lille.repair.nopol.NoPol - Maximum memory: 444 MB 04:40:51.940 [main] INFO fr.inria.lille.repair.nopol.NoPol - Total memory available to JVM: 246 MB 04:40:51.940 [main] INFO fr.inria.lille.repair.nopol.NoPol - Java version: 1.8.0_151 04:40:51.941 [main] INFO fr.inria.lille.repair.nopol.NoPol - JAVA_HOME: /builds/tools/hudson.model.JDK/JDK_8.0.151 04:40:51.942 [main] INFO fr.inria.lille.repair.nopol.NoPol - PATH: /builds/tools/hudson.model.JDK/JDK_8.0.151/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games 04:40:54.073 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #1 04:40:54.073 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation evo_examples.evo_example_1.EvoExample:10 which is executed by 3 tests 1314309581 04:40:54.123 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - statement #2 04:40:54.125 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - Analysing SourceLocation evo_examples.evo_example_1.EvoExample:9 which is executed by 6 tests 1314309581 04:40:54.164 [main] DEBUG fr.inria.lille.repair.nopol.NoPol - looking with class fr.inria.lille.repair.nopol.spoon.smt.ConditionalReplacer 04:40:54.299 [pool-1127-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: 04:40:54.312 [pool-1127-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Operators: == of arity: 2 != of arity: 2 < of arity: 2 <= of arity: 2 04:40:54.341 [pool-1127-thread-1] DEBUG f.i.l.c.s.ConstraintBasedSynthesis - Successful code synthesis: number < 1 04:40:54.341 [pool-1127-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Applying patch: evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < 1 04:40:54.446 [pool-1127-thread-1] INFO f.i.l.repair.nopol.patch.TestPatch - Running test suite to check the patch "number < 1" is working 04:40:54.464 [pool-1127-thread-1] DEBUG fr.inria.lille.repair.nopol.NoPol - Skipped -9 patches for sake of performance 04:40:54.465 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----INFORMATION---- 04:40:54.475 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb classes : 61 04:40:54.476 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb methods : 286 04:40:54.476 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements Analyzed : 31 04:40:54.477 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb Statements with Angelic Value Found : 20 04:40:54.477 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb inputs in SMT : 5 04:40:54.479 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT level: 2 04:40:54.479 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb SMT components: [4] [== of arity: 2, != of arity: 2, < of arity: 2, <= of arity: 2] 04:40:54.480 [main] INFO fr.inria.lille.repair.nopol.NoPol - class java.lang.Boolean: 4 04:40:54.481 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb variables in SMT : 7 04:40:54.482 [main] INFO fr.inria.lille.repair.nopol.NoPol - NoPol Execution time : 2527ms 04:40:54.482 [main] INFO fr.inria.lille.repair.nopol.NoPol - 04:40:54.483 [main] INFO fr.inria.lille.repair.nopol.NoPol - ----PATCH FOUND---- 04:40:54.484 [main] INFO fr.inria.lille.repair.nopol.NoPol - number < 1 04:40:54.485 [main] INFO fr.inria.lille.repair.nopol.NoPol - Nb test that executes the patch: 6 04:40:54.485 [main] INFO fr.inria.lille.repair.nopol.NoPol - evo_examples.evo_example_1.EvoExample:9: CONDITIONAL 04:40:54.486 [main] INFO fr.inria.lille.repair.nopol.NoPol - --- a/builds/workspace/nopol/test-projects/src/main/java/evo_examples/evo_example_1/EvoExample.java +++ b/builds/workspace/nopol/test-projects/src/main/java/evo_examples/evo_example_1/EvoExample.java @@ -8,3 +8,3 @@ - if(number <= 1){ + if(number < 1){ return 0; 04:40:54.488 [main] DEBUG fr.inria.lille.evo.Main - ### ----- PATCH FOUND ----- 04:40:54.488 [main] DEBUG fr.inria.lille.evo.Main - evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < 1 04:40:54.489 [main] DEBUG fr.inria.lille.evo.Main - ### METHOD KEPT : test_evo_example_generated_0() 04:40:54.490 [main] DEBUG fr.inria.lille.evo.Main - basic <===> evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < -1 04:40:54.490 [main] DEBUG fr.inria.lille.evo.Main - test_evo_example_generated_1 <===> null 04:40:54.491 [main] DEBUG fr.inria.lille.evo.Main - test_evo_example_generated_0 <===> evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < 1 04:40:54.492 [main] DEBUG fr.inria.lille.evo.Main - ### End of program. Recompile keeping all good tests 04:40:54.658 [main] DEBUG fr.inria.lille.evo.Main - basic <===> evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < -1 04:40:54.659 [main] DEBUG fr.inria.lille.evo.Main - test_evo_example_generated_1 <===> null 04:40:54.660 [main] DEBUG fr.inria.lille.evo.Main - test_evo_example_generated_0 <===> evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < 1 [evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < -1] basic [] test_evo_example_generated_1 [evo_examples.evo_example_1.EvoExample:9: CONDITIONAL number < 1] test_evo_example_generated_0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.118 sec Running fr.inria.lille.diff.PatchGeneratorTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 sec Results : Tests run: 368, Failures: 0, Errors: 0, Skipped: 11 [INFO] [INFO] --- jacoco-maven-plugin:0.8.3:report (report) @ nopol --- [INFO] Loading execution data file /builds/workspace/nopol/nopol/target/jacoco.exec [INFO] Analyzed bundle 'Nopol' with 339 classes [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ nopol --- [INFO] Building jar: /builds/workspace/nopol/nopol/target/nopol-0.2-SNAPSHOT.jar [INFO] [INFO] --- maven-assembly-plugin:2.4:single (create-my-bundle) @ nopol --- Adding org.apache.maven.shared.invoker.Invokerdefault [INFO] Building jar: /builds/workspace/nopol/nopol/target/nopol-0.2-SNAPSHOT-jar-with-dependencies.jar Component: org.apache.maven.shared.invoker.Invokerdefault is already defined. Skipping. [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:25 min [INFO] Finished at: 2020-01-18T10:41:07+01:00 [INFO] Final Memory: 34M/222M [INFO] ------------------------------------------------------------------------ Recording test results No mail will be sent out, as 'nopol #727' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts. [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] done Finished: SUCCESS