Started by user strueber@mathematik.uni-marburg.de Checkout:workspace / /home/hudson/genie.henshin/.hudson/jobs/cbi_henshin_release/workspace - hudson.remoting.LocalChannel@65ca92d4 Using strategy: Default Git Exe: git Last Built Revision: Revision 0cea13eba6408a74cdfed5f4a75ceda5b9953028 (origin/R120) Checkout:workspace / /home/hudson/genie.henshin/.hudson/jobs/cbi_henshin_release/workspace - hudson.remoting.LocalChannel@65ca92d4 Fetching changes from the remote Git repository Fetching upstream changes from /gitroot/henshin/org.eclipse.emft.henshin.git Commencing build of Revision 0cea13eba6408a74cdfed5f4a75ceda5b9953028 (origin/R120) Checking out Revision 0cea13eba6408a74cdfed5f4a75ceda5b9953028 (origin/R120) [workspace] $ /bin/sh -xe /tmp/genie.henshin/hudson5482227670229328123.sh + cd /home/hudson/genie.henshin/.hudson/jobs/cbi_henshin_release/workspace + git checkout master Previous HEAD position was 0cea13e... Second fix for bug 453287 Switched to branch 'master' Your branch is behind 'origin/master' by 39 commits, and can be fast-forwarded. (use "git pull" to update your local branch) + git pull Updating 0b5be95..43dfd24 Fast-forward doc/www/examples/bank/rule-create-account.png | Bin 17385 -> 10687 bytes doc/www/examples/bank/rule-delete-all-accounts.png | Bin 12855 -> 7960 bytes doc/www/examples/bank/rule-transfer-money.png | Bin 15544 -> 13601 bytes doc/www/examples/combpattern/comb-rules.png | Bin 160189 -> 66378 bytes doc/www/examples/combpattern/grid-full-rules.png | Bin 120595 -> 51639 bytes doc/www/examples/combpattern/grid-sparse-rules.png | Bin 57418 -> 31109 bytes doc/www/examples/diningphils/diningphils-rules.png | Bin 75744 -> 38160 bytes doc/www/examples/ecore2genmodel/ecore2genmodel-rules1.png | Bin 270816 -> 130139 bytes doc/www/examples/ecore2genmodel/ecore2genmodel-rules2.png | Bin 227325 -> 112256 bytes doc/www/examples/ecore2rdb/createRelations.png | Bin 197534 -> 84562 bytes doc/www/examples/ecore2rdb/createSchema.png | Bin 98563 -> 39855 bytes doc/www/examples/ecore2rdb/main.png | Bin 12742 -> 6390 bytes doc/www/examples/ecore2uml/ecore2uml-rules.png | Bin 182268 -> 130334 bytes doc/www/examples/gossipinggirls/gossip-rules.png | Bin 29895 -> 11632 bytes doc/www/examples/index.html | 12 + doc/www/examples/java2statemachine/java2statemachine.png | Bin 526682 -> 301396 bytes doc/www/examples/probbroadcast/rules.png | Bin 42267 -> 21118 bytes doc/www/examples/simpleclassmodelingrefactoring/CPAEditor.png | Bin 0 -> 205192 bytes doc/www/examples/simpleclassmodelingrefactoring/CPAResultAPI.png | Bin 0 -> 49951 bytes doc/www/examples/simpleclassmodelingrefactoring/CPAResultView.png | Bin 0 -> 16266 bytes doc/www/examples/simpleclassmodelingrefactoring/CPAWizard.png | Bin 0 -> 44271 bytes doc/www/examples/simpleclassmodelingrefactoring/CPKinds.png | Bin 0 -> 11263 bytes doc/www/examples/simpleclassmodelingrefactoring/ICriticalPairAnalysis.png | Bin 0 -> 22643 bytes doc/www/examples/simpleclassmodelingrefactoring/callCPAWizard.png | Bin 0 -> 147623 bytes doc/www/examples/simpleclassmodelingrefactoring/classModel.png | Bin 0 -> 10075 bytes doc/www/examples/simpleclassmodelingrefactoring/index.html | 195 +++ doc/www/examples/simpleclassmodelingrefactoring/refactoringRules.png | Bin 0 -> 21482 bytes doc/www/examples/simpleclassmodelingrefactoring/scenario.png | Bin 0 -> 33576 bytes features/org.eclipse.emf.henshin.sdk/feature.xml | 34 +- plugins/org.eclipse.emf.henshin.cpa.ui/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.cpa.ui/build.properties | 8 + plugins/org.eclipse.emf.henshin.cpa.ui/plugin.xml | 9 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/CriticalPairAnalysisUIPlugin.java | 2 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/action/ExecuteCpaHandler.java | 2 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/action/OpenCpHandler.java | 15 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/presentation/CpaResultsView.java | 2 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/presentation/HenshinCPEditor.java | 8 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/results/MultiEditorLauncher.java | 11 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/results/MultiEditorSelectionProvider.java | 272 ++-- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/results/MultiPageEditorContributor.java | 3 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/util/CpEditorUtil.java | 4 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/wizard/CpaWizard.java | 179 +-- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/wizard/OptionSettingsWizardPage.java | 2 +- plugins/org.eclipse.emf.henshin.cpa.ui/src/org/eclipse/emf/henshin/cpa/ui/wizard/RuleAndCpKindSelectionWizardPage.java | 79 +- plugins/org.eclipse.emf.henshin.cpa/META-INF/MANIFEST.MF | 9 +- plugins/org.eclipse.emf.henshin.cpa/README-obtain_AGG_plugin.txt | 16 + plugins/org.eclipse.emf.henshin.cpa/build.properties | 2 +- plugins/org.eclipse.emf.henshin.cpa/model/criticalPair.ecore | 3 +- plugins/org.eclipse.emf.henshin.cpa/model/criticalPair.genmodel | 3 +- plugins/org.eclipse.emf.henshin.cpa/plugin.xml | 15 +- plugins/org.eclipse.emf.henshin.cpa/src/criticalpair/MinimalModel.java | 26 - plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/CPAOptions.java | 135 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/CPAUtility.java | 109 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/CpaByAGG.java | 84 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/CriticalPairAnalysisPlugin.java | 4 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/ICriticalPairAnalysis.java | 5 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/InputDataChecker.java | 137 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/UnsupportedRuleException.java | 6 +- plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/CriticalPair.java | 27 +- plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/CriticalpairFactory.java | 8 +- plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/CriticalpairPackage.java | 39 +- plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/impl/CriticalPairImpl.java | 21 +- .../org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/impl/CriticalpairFactoryImpl.java | 8 +- .../org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/impl/CriticalpairPackageImpl.java | 15 +- .../src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/util/CriticalpairAdapterFactory.java | 15 +- plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/util/CriticalpairSwitch.java | 12 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/importer/AggHenshinCriticalPairTranslator.java | 146 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/importer/CriticalGraphMapping.java | 6 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/modelExtension/ComatchImpl.java | 13 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/modelExtension/ExtendedMatchImpl.java | 16 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/persist/CriticalPairNode.java | 31 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/persist/RootElement.java | 2 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/persist/TreeFolder.java | 6 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/result/CPAResult.java | 2 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/result/Conflict.java | 2 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/result/ConflictKind.java | 10 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/result/CriticalElement.java | 2 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/result/CriticalPair.java | 2 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/result/Dependency.java | 2 +- plugins/org.eclipse.emf.henshin.cpa/src/org/eclipse/emf/henshin/cpa/result/DependencyKind.java | 9 +- plugins/org.eclipse.emf.henshin.diagram/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.diagram/plugin.xml | 19 + plugins/org.eclipse.emf.henshin.diagram/src/org/eclipse/emf/henshin/diagram/parsers/RuleNameParser.java | 1 + plugins/org.eclipse.emf.henshin.diagram/src/org/eclipse/emf/henshin/diagram/parsers/UnitNameParser.java | 233 +-- plugins/org.eclipse.emf.henshin.diagram/src/org/eclipse/emf/henshin/diagram/part/HenshinDiagramEditorUtil.java | 4 + plugins/org.eclipse.emf.henshin.diagram/src/org/eclipse/emf/henshin/diagram/part/HenshinDiagramRevealUnitCommand.java | 108 ++ plugins/org.eclipse.emf.henshin.edit/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.editor/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.examples/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/aggregation/aggregation.henshin | 260 ++-- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/aggregation/aggregation.henshin_diagram | 202 +-- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/bank/BankExample.java | 36 +- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/bank/bank.henshin | 584 ++++---- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/bank/bank.henshin_diagram | 594 ++++---- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/bankmap/bankmap.henshin | 216 +-- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/bankmap/bankmap.henshin_diagram | 252 ++-- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/combpattern/comb.henshin | 646 ++++---- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/combpattern/comb.henshin_diagram | 1547 +++++++++---------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/combpattern/grid-full.henshin | 644 ++++---- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/combpattern/grid-full.henshin_diagram | 1290 ++++++++-------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/combpattern/grid-sparse.henshin | 374 ++--- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/combpattern/grid-sparse.henshin_diagram | 854 +++++------ plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/diningphils/diningphils.henshin | 702 ++++----- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/diningphils/diningphils.henshin_diagram | 1106 +++++++------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/ecore2genmodel/Ecore2Genmodel.henshin | 1646 ++++++++++----------- .../src/org/eclipse/emf/henshin/examples/ecore2genmodel/Ecore2Genmodel.henshin_diagram | 3304 ++++++++++++++++++++--------------------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/ecore2rdb/ecore2rdb.henshin | 2288 ++++++++++++++-------------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/ecore2rdb/ecore2rdb.henshin_diagram | 2082 +++++++++++++------------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/ecore2uml/ecore2uml.henshin | 1398 +++++++++--------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/ecore2uml/ecore2uml.henshin_diagram | 1720 ++++++++++----------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/gossipinggirls/gossipinggirls.henshin | 278 ++-- .../src/org/eclipse/emf/henshin/examples/gossipinggirls/gossipinggirls.henshin_diagram | 330 ++--- .../org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/java2statemachine/java2statemachine.henshin | 2506 +++++++++++++++---------------- .../src/org/eclipse/emf/henshin/examples/java2statemachine/java2statemachine.henshin_diagram | 4844 ++++++++++++++++++++++++++++++------------------------------ plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/javaimports/javaimports.henshin | 38 +- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/javaimports/javaimports.henshin_diagram | 58 +- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/metamodelevolution/backup/petriM.henshin | 486 +++--- .../src/org/eclipse/emf/henshin/examples/metamodelevolution/backup/petriM.henshin_diagram | 1040 ++++++------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/metamodelevolution/petriM.henshin | 486 +++--- .../org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/metamodelevolution/petriM.henshin_diagram | 1040 ++++++------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/movies/movies.henshin | 418 +++--- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/movies/movies.henshin_diagram | 1404 +++++++++--------- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/probbroadcast/probbroadcast.henshin | 438 +++--- .../org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/probbroadcast/probbroadcast.henshin_diagram | 518 +++---- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/probbroadcast/probbroadcast2.henshin | 457 +++--- .../org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/probbroadcast/probbroadcast2.henshin_diagram | 614 ++++---- .../src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/ClassModel.ecore | 19 + .../src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/ClassModel.ecore_diagram | 95 ++ .../src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/refactorings.henshin | 178 +++ .../src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/refactorings.henshin_diagram | 259 ++++ plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/sort/sort.henshin | 138 +- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/sort/sort.henshin_diagram | 262 ++-- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/wrap/copy/copy.henshin | 520 +++---- plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/wrap/mme/mme.henshin | 1524 +++++++++---------- plugins/org.eclipse.emf.henshin.giraph/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.interpreter.ui/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.interpreter.ui/src/org/eclipse/emf/henshin/interpreter/ui/util/ParameterConfig.java | 9 +- plugins/org.eclipse.emf.henshin.interpreter.ui/src/org/eclipse/emf/henshin/interpreter/ui/wizard/HenshinWizard.java | 3 +- .../org.eclipse.emf.henshin.interpreter.ui/src/org/eclipse/emf/henshin/interpreter/ui/wizard/ParameterEditTable.java | 14 +- plugins/org.eclipse.emf.henshin.interpreter/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.interpreter/src/org/eclipse/emf/henshin/interpreter/impl/RuleApplicationImpl.java | 23 + plugins/org.eclipse.emf.henshin.interpreter/src/org/eclipse/emf/henshin/interpreter/impl/UnitApplicationImpl.java | 5 + plugins/org.eclipse.emf.henshin.model/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.model/model/henshin.ecore | 15 +- plugins/org.eclipse.emf.henshin.model/model/henshin.genmodel | 8 + plugins/org.eclipse.emf.henshin.model/plugin.properties | 133 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/Attribute.java | 4 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/AttributeCondition.java | 4 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/Edge.java | 4 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/IteratedUnit.java | 4 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/ModelElement.java | 4 - plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/Parameter.java | 8 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/ParameterKind.java | 31 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/ParameterMapping.java | 2 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/Rule.java | 2 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/impl/HenshinPackageImpl.java | 10 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/impl/ParameterImpl.java | 22 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/impl/UnitImpl.java | 42 +- plugins/org.eclipse.emf.henshin.model/src/org/eclipse/emf/henshin/model/util/HenshinValidator.java | 3839 ++++++++++++++++++++++++++++------------------- plugins/org.eclipse.emf.henshin.statespace.explorer/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.statespace.external/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.statespace/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.tests/META-INF/MANIFEST.MF | 3 +- plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/checkDangling.henshin | 94 ++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/checkDangling.henshin_diagram | 166 +++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/simpleGraph.ecore | 20 + plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/simpleGraph.ecorediag | 166 +++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritanceTesting/basicRulesForInheritanceTesting.henshin | 168 +++ .../basic/testModelsCPA/inheritanceTesting/basicRulesForInheritanceTesting.henshin_diagram | 305 ++++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritanceTesting/vehicleAndTools.ecore | 11 + plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritanceTesting/vehicleAndTools.ecorediag | 156 ++ .../basic/testModelsCPA/inheritedReferenceTesting/rulesForInheritedReferenceTesting.henshin | 732 +++++++++ .../basic/testModelsCPA/inheritedReferenceTesting/rulesForInheritedReferenceTesting.henshin_diagram | 1211 +++++++++++++++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritedReferenceTesting/vehicles.ecore | 19 + plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritedReferenceTesting/vehicles.ecorediag | 150 ++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/injectiveMatchingOptionTest/checkInjectiveMatching.henshin | 94 ++ .../basic/testModelsCPA/injectiveMatchingOptionTest/checkInjectiveMatching.henshin_diagram | 166 +++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/injectiveMatchingOptionTest/simpleGraph.ecore | 20 + plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/injectiveMatchingOptionTest/simpleGraph.ecorediag | 166 +++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/preventDuplicateReferencesTest/ClassModel.ecore | 19 + plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/preventDuplicateReferencesTest/refactorings.henshin | 178 +++ plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/preventDuplicateReferencesTest/refactorings.henshin_diagram | 259 ++++ plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/BasicInheritanceTesting.java | 665 +++++++++ plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/DanglingOptionTest.java | 159 ++ plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/InheritedReferenceTesting.java | 994 +++++++++++++ plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/InjectiveMatchingOptionTest.java | 83 ++ plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/PreventDuplicateReferencesTest.java | 95 ++ plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/framework/HenshinLoaders.java | 8 +- plugins/org.eclipse.emf.henshin.trace/META-INF/MANIFEST.MF | 2 +- plugins/org.eclipse.emf.henshin.wrap/META-INF/MANIFEST.MF | 2 +- 190 files changed, 30167 insertions(+), 21999 deletions(-) create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/CPAEditor.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/CPAResultAPI.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/CPAResultView.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/CPAWizard.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/CPKinds.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/ICriticalPairAnalysis.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/callCPAWizard.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/classModel.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/index.html create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/refactoringRules.png create mode 100644 doc/www/examples/simpleclassmodelingrefactoring/scenario.png create mode 100644 plugins/org.eclipse.emf.henshin.cpa/README-obtain_AGG_plugin.txt delete mode 100644 plugins/org.eclipse.emf.henshin.cpa/src/criticalpair/MinimalModel.java rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/CriticalPair.java (69%) rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/CriticalpairFactory.java (79%) rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/CriticalpairPackage.java (75%) rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/impl/CriticalPairImpl.java (93%) rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/impl/CriticalpairFactoryImpl.java (93%) rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/impl/CriticalpairPackageImpl.java (94%) rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/util/CriticalpairAdapterFactory.java (87%) rename plugins/org.eclipse.emf.henshin.cpa/src/{ => org/eclipse/emf/henshin/cpa}/criticalpair/util/CriticalpairSwitch.java (92%) create mode 100644 plugins/org.eclipse.emf.henshin.diagram/src/org/eclipse/emf/henshin/diagram/part/HenshinDiagramRevealUnitCommand.java create mode 100644 plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/ClassModel.ecore create mode 100644 plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/ClassModel.ecore_diagram create mode 100644 plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/refactorings.henshin create mode 100644 plugins/org.eclipse.emf.henshin.examples/src/org/eclipse/emf/henshin/examples/simpleclassmodelingrefactoring/refactorings.henshin_diagram create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/checkDangling.henshin create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/checkDangling.henshin_diagram create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/simpleGraph.ecore create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/danglingOptionTest/simpleGraph.ecorediag create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritanceTesting/basicRulesForInheritanceTesting.henshin create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritanceTesting/basicRulesForInheritanceTesting.henshin_diagram create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritanceTesting/vehicleAndTools.ecore create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritanceTesting/vehicleAndTools.ecorediag create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritedReferenceTesting/rulesForInheritedReferenceTesting.henshin create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritedReferenceTesting/rulesForInheritedReferenceTesting.henshin_diagram create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritedReferenceTesting/vehicles.ecore create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/inheritedReferenceTesting/vehicles.ecorediag create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/injectiveMatchingOptionTest/checkInjectiveMatching.henshin create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/injectiveMatchingOptionTest/checkInjectiveMatching.henshin_diagram create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/injectiveMatchingOptionTest/simpleGraph.ecore create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/injectiveMatchingOptionTest/simpleGraph.ecorediag create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/preventDuplicateReferencesTest/ClassModel.ecore create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/preventDuplicateReferencesTest/refactorings.henshin create mode 100644 plugins/org.eclipse.emf.henshin.tests/basic/testModelsCPA/preventDuplicateReferencesTest/refactorings.henshin_diagram create mode 100644 plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/BasicInheritanceTesting.java create mode 100644 plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/DanglingOptionTest.java create mode 100644 plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/InheritedReferenceTesting.java create mode 100644 plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/InjectiveMatchingOptionTest.java create mode 100644 plugins/org.eclipse.emf.henshin.tests/src/org/eclipse/emf/henshin/tests/cpa/PreventDuplicateReferencesTest.java + git checkout R120 Switched to branch 'R120' Your branch is up-to-date with 'origin/R120'. + git pull Already up-to-date. + export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/shared/common/apache-maven-3.2.1/bin + PATH=/usr/bin:/bin:/usr/sbin:/sbin:/shared/common/apache-maven-3.2.1/bin + mvn clean verify [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:eclipse-test-plugin:1.2.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.eclipse.tycho:tycho-surefire-plugin is missing. @ line 17, column 15 [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] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/ (0B at 0B/s) [INFO] Adding repository http://download.eclipse.org/releases/luna [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201406250900/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201409261001/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201501121000/ (0B at 0B/s) [INFO] Fetching p2.index from http://download.eclipse.org/releases/luna/201502271000/ (0B at 0B/s) [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/features/org.eclipse.emf.henshin.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/features/org.eclipse.emf.henshin.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/features/org.eclipse.emf.henshin.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/p2updatesite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/p2updatesite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.2.0-SNAPSHOT @ /jobs/genie.henshin/cbi_henshin_release/workspace/p2updatesite/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] parent [INFO] org.eclipse.emf.henshin.model [INFO] org.eclipse.emf.henshin.edit [INFO] org.eclipse.emf.henshin.editor [INFO] org.eclipse.emf.henshin.diagram [INFO] org.eclipse.emf.henshin.interpreter [INFO] org.eclipse.emf.henshin.trace [INFO] org.eclipse.emf.henshin.statespace [INFO] org.eclipse.emf.henshin.statespace.external [INFO] org.eclipse.emf.henshin.wrap [INFO] org.eclipse.emf.henshin.examples [INFO] org.eclipse.emf.henshin.giraph [INFO] org.eclipse.emf.henshin.interpreter.ui [INFO] org.eclipse.emf.henshin.statespace.explorer [INFO] org.eclipse.emf.henshin.tests [INFO] org.eclipse.emf.henshin.sdk [INFO] org.eclipse.emf.henshin.p2updatesite [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building parent 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.model 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.model --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.model --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.model --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.model --- [INFO] Compiling 100 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.model --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.model --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.model/target/org.eclipse.emf.henshin.model-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.model --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.edit 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.edit --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.edit --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.edit --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.edit --- [INFO] Compiling 58 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.edit --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.edit/target/org.eclipse.emf.henshin.edit-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.edit --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.editor 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.editor --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.editor --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.editor --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.editor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.editor --- [INFO] Compiling 49 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.editor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.editor --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.editor/target/org.eclipse.emf.henshin.editor-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.editor --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.diagram 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.diagram --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.diagram --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.diagram --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.diagram --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.diagram --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.diagram --- [INFO] Compiling 147 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.diagram --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.diagram --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.diagram/target/org.eclipse.emf.henshin.diagram-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.diagram --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.interpreter 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.interpreter --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.interpreter --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.interpreter --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.interpreter --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.interpreter --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.interpreter --- [INFO] Compiling 57 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.interpreter --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.interpreter --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter/target/org.eclipse.emf.henshin.interpreter-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.interpreter --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.trace 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.trace --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.trace --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.trace --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.trace --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.trace --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.trace --- [INFO] Compiling 9 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.trace --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.trace --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.trace/target/org.eclipse.emf.henshin.trace-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.trace --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.statespace 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.statespace --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.statespace --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.statespace --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.statespace --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.statespace --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.statespace --- [INFO] Compiling 66 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.statespace --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.statespace --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace/target/org.eclipse.emf.henshin.statespace-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.statespace --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.statespace.external 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.statespace.external --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.statespace.external --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.statespace.external --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.statespace.external --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.statespace.external --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.statespace.external --- [INFO] Compiling 14 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.statespace.external --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.statespace.external --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.external/target/org.eclipse.emf.henshin.statespace.external-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.statespace.external --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.wrap 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.wrap --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.wrap --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.wrap --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.wrap --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.wrap --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.wrap --- [INFO] Compiling 17 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.wrap --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.wrap --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.wrap/target/org.eclipse.emf.henshin.wrap-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.wrap --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.examples 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.examples --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.examples --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.examples --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.examples --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.examples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.examples --- [INFO] Compiling 22 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.examples --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.examples --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.examples/target/org.eclipse.emf.henshin.examples-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.examples --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.giraph 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.giraph --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.giraph --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.giraph --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.giraph --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.giraph --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.giraph --- [INFO] Compiling 17 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.giraph --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.giraph --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.giraph/target/org.eclipse.emf.henshin.giraph-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.giraph --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.interpreter.ui 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.interpreter.ui --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.interpreter.ui --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.interpreter.ui --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.interpreter.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.interpreter.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.interpreter.ui --- [INFO] Compiling 16 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.interpreter.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.interpreter.ui --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.interpreter.ui/target/org.eclipse.emf.henshin.interpreter.ui-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.interpreter.ui --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.statespace.explorer 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.statespace.explorer --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.statespace.explorer --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.statespace.explorer --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.statespace.explorer --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.statespace.explorer --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.statespace.explorer --- [INFO] Compiling 50 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.statespace.explorer --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.statespace.explorer --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.statespace.explorer/target/org.eclipse.emf.henshin.statespace.explorer-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.statespace.explorer --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.tests 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.tests --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.tests --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.tests --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:0.20.0:compile (default-compile) @ org.eclipse.emf.henshin.tests --- [INFO] Compiling 42 source files to /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.tests --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target/org.eclipse.emf.henshin.tests-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.tests --- [INFO] [INFO] --- tycho-surefire-plugin:0.20.0:test (default-test) @ org.eclipse.emf.henshin.tests --- [INFO] Expected eclipse log file: /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/public/common/jdk1.7.0_80/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /opt/public/hipp/homes/genie.henshin/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20140415-2008/org.eclipse.equinox.launcher-1.3.0.v20140415-2008.jar, -data, /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target/work/data, -install, /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target/work, -configuration, /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /jobs/genie.henshin/cbi_henshin_release/workspace/plugins/org.eclipse.emf.henshin.tests/target/surefire.properties] Could not acquire PlatformAdmin server ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.emf.henshin.tests.basic.MatchTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.644 sec Running org.eclipse.emf.henshin.tests.basic.EngineOptionsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running org.eclipse.emf.henshin.tests.basic.EdgeIndexTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec Running org.eclipse.emf.henshin.tests.basic.ActionTest Testing node actions for rule basicMatchingTests.henshin:matchAllNodes... Testing node actions for rule basicMatchingTests.henshin:acMatchAllNodes... Testing node actions for rule basicMatchingTests.henshin:acMatchNoNode... Testing node actions for rule basicMatchingTests.henshin:matchNodesAndVals... Testing node actions for rule basicMatchingTests.henshin:onlyPAC... Testing node actions for rule basicMatchingTests.henshin:onlyNAC... Testing node actions for rule basicMatchingTests.henshin:emptyRule... Testing node actions for rule basicMatchingTests.henshin:nestedAC_pac-pac... Testing node actions for rule basicMatchingTests.henshin:nestedAC_pac-nac... Testing node actions for rule basicMatchingTests.henshin:nestedAC_nac-pac... Testing node actions for rule basicMatchingTests.henshin:nestedAC_nac-nac... Testing node actions for rule basicMatchingTests.henshin:rule2... Testing node actions for rule basicMatchingTests.henshin:andNestedCondition... Testing node actions for rule basicMatchingTests.henshin:orNestedCondition... Testing node actions for rule basicMatchingTests.henshin:notNestedCondition... Testing node actions for rule basicMatchingTests.henshin:nestedCondition_multipleMappings... Testing node actions for rule basicMatchingTests.henshin:intListConstTest... Testing node actions for rule basicMatchingTests.henshin:intListVarTest... Testing node actions for rule basicTests.henshin:createNodeWithContainmentEdge... Testing node actions for rule basicTests.henshin:createNodeWithUnidirectionalEdge... Testing node actions for rule basicTests.henshin:createNodeWithBidirectionalEdge1... Testing node actions for rule basicTests.henshin:createNodeWithBidirectionalEdge2... Testing node actions for rule basicTests.henshin:createRootNode... Testing node actions for rule basicTests.henshin:deleteNodeWithContainmentEdge... Testing node actions for rule basicTests.henshin:deleteNodeWithUnidirectionalEdge1... Testing node actions for rule basicTests.henshin:deleteNodeWithUnidirectionalEdge2... Testing node actions for rule basicTests.henshin:deleteNodeWithBidirectionalEdge1... Testing node actions for rule basicTests.henshin:deleteNodeWithBidirectionalEdge2... Testing node actions for rule basicTests.henshin:deleteNodeWithBidirectionalEdge3... Testing node actions for rule basicTests.henshin:edgesCreateUnidirectionalEdge... Testing node actions for rule basicTests.henshin:edgesCreateBidirectionalEdge1... Testing node actions for rule basicTests.henshin:edgesCreateBidirectionalEdge2... Testing node actions for rule basicTests.henshin:edgesRemoveUnidirectionalEdge... Testing node actions for rule basicTests.henshin:edgesRemoveBidirectionalEdge1... Testing node actions for rule basicTests.henshin:edgesRemoveBidirectionalEdge2... Testing node actions for rule basicTests.henshin:edgesRemoveBidirectionalEdge3... Testing node actions for rule basicTests.henshin:deleteNodeWithBidirectionalEdge1_... Testing node actions for rule basicTests.henshin:deleteNodeWithBidirectionalEdge2_... Testing node actions for rule basicTests.henshin:edgesCreateBidirectionalEdge3... Testing node actions for rule basicTests.henshin:createNodeWithBidirectionalEdge3... Testing node actions for rule basicTests.henshin:deleteNodesEdgeOrder1... Testing node actions for rule basicTests.henshin:deleteNodesEdgeOrder2... Testing node actions for rule basicTests.henshin:deleteRootNode... Testing node actions for rule basicTests.henshin:edgeCtest... Testing node actions for rule engineOptionsTests.henshin:non-injectiveMatching... Testing node actions for rule multiruleTests.henshin:innermostParameter... Testing node actions for rule multiruleTests.henshin:nested2levelRule2... Testing node actions for rule multiruleTests.henshin:nested2_dbg_inner-krl-rule... Testing node actions for rule multiruleTests.henshin:rule2... Testing node actions for rule multiruleTests.henshin:rule3... Testing node actions for rule multiruleTests.henshin:rule4... Testing node actions for rule multiruleTests.henshin:matchMM... Testing node actions for rule multiruleTests.henshin:matchM... Testing node actions for rule multiruleTests.henshin:matchM-MM... Testing node actions for rule multiruleTests.henshin:matchm-M-MM... Testing node actions for rule multiruleTests.henshin:multilevelParameter... Testing node actions for rule parameterTests.henshin:parameterAttribute... Testing node actions for rule parameterTests.henshin:parameterObject... Testing node actions for rule parameterTests.henshin:parameterComposition2... Testing node actions for rule parameterTests.henshin:parameterInOut... Testing node actions for rule parameterTests.henshin:parameterOperations... Testing node actions for rule parameterTests.henshin:parameterComposition1... Testing node actions for rule parameterTests.henshin:attribCond1... Testing node actions for rule parameterTests.henshin:attribCond2... Testing node actions for rule parameterTests.henshin:emptyRuleWithAttribCond... Testing node actions for rule parameterTests.henshin:multipleAttributeConditions... Testing node actions for rule parameterTests.henshin:parameterInNestedCondition1... Testing node actions for rule parameterTests.henshin:parameterInNestedCondition2... Testing node actions for rule parameterTests.henshin:parameterWithImports... Testing node actions for rule unitTests.henshin:deleteNodeWithVal... Testing node actions for rule unitTests.henshin:findVal... Testing node actions for rule unitTests.henshin:deleteNamedVal... Testing node actions for rule unitTests.henshin:changeVal... Testing node actions for rule unitTests.henshin:createVal... Testing node actions for rule unitTests.henshin:createNode1... Testing node actions for rule unitTests.henshin:createNode2... Testing node actions for rule unitTests.henshin:amu2_multi... Testing node actions for rule unitTests.henshin:deleteNamedVal_valname... Testing node actions for rule unitTests.henshin:amalgamationUnitTest_krl_findNode... Testing node actions for rule unitTests.henshin:deleteChild... Testing node actions for rule unitTests.henshin:deleteVal... Testing node actions for rule unitTests.henshin:amu_attributeInKernelNac_krl_amu2_krl... Testing node actions for rule unitTests.henshin:findNode... Testing node actions for rule unitTests.henshin:amu2_krl... Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.664 sec Running org.eclipse.emf.henshin.tests.basic.DeleteNodeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running org.eclipse.emf.henshin.tests.basic.MultiRuleTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running org.eclipse.emf.henshin.tests.basic.CreateNodeTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running org.eclipse.emf.henshin.tests.basic.UnitTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running org.eclipse.emf.henshin.tests.basic.MatchTest2 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running org.eclipse.emf.henshin.tests.basic.ParameterTest Input parameters: Match for rule 'parameterInOut': - parameter 'param_ndname' => 'nd1' Output parameters: Result match for rule 'parameterInOut': - parameter 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@4c2fd165 (nodename: nd1) - parameter 'param_ndname' => 'nd1' - node 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@4c2fd165 (nodename: nd1) Input parameters: Match for rule 'parameterInOut': - parameter 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@61a646ab (nodename: nd1) - node 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@61a646ab (nodename: nd1) Output parameters: Result match for rule 'parameterInOut': - parameter 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@61a646ab (nodename: nd1) - parameter 'param_ndname' => 'nd1' - node 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@61a646ab (nodename: nd1) Input parameters: null Output parameters: Result match for rule 'parameterInOut': - parameter 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@2cecad30 (nodename: ndVal) - parameter 'param_ndname' => 'ndVal' - node 'param_node' => org.eclipse.emf.henshin.tests.testmodel.Node@2cecad30 (nodename: ndVal) Input parameters: Match for rule 'emptyRuleWithAttribCond': - parameter 'p1' => 10 - parameter 'p2' => 20 - parameter 'p3' => 30 - no nodes Output parameters: Result match for rule 'emptyRuleWithAttribCond': - parameter 'p1' => 10 - parameter 'p2' => 20 - parameter 'p3' => 30 - no nodes Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec Running org.eclipse.emf.henshin.tests.giraph.GiraphTest Skipping Giraph tests: SSH public-key login to localhost not working. This is required for running Hadoop. See http://giraph.apache.org/quick_start.html to fix it. Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.137 sec Running org.eclipse.emf.henshin.tests.partialmatch.PartialMatchTest ============================ Partial match statistics No matches were found. ============================ ============================ Partial match statistics ============================ This is a partial match for rule1 Match for rule 'rule1': - no parameters - node #1 => org.eclipse.emf.henshin.tests.uml.Class@138867f0 (name: null) - node #2 => org.eclipse.emf.henshin.tests.uml.Attribute@605fc794 (name: null) ---------------------------------- Deltas are: Graph Partial match delta for rule1 Node :UMLSpecification ============================ ============================ Partial match statistics ============================ This is a partial match for rule1 Match for rule 'rule1': - no parameters - node #1 => org.eclipse.emf.henshin.tests.uml.UMLSpecification@34e32c81 (name: null) ---------------------------------- Deltas are: Graph Partial match delta for rule1 Node :Class Node :Attribute Edge (attrs) _ -> _ ============================ Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec Running org.eclipse.emf.henshin.tests.partialmatch.FullMatchTest ============================ Partial match statistics ============================ This is a complete match for rule1 Match for rule 'rule1': - no parameters - node #1 => org.eclipse.emf.henshin.tests.uml.UMLSpecification@7f362475 (name: null) ============================ ============================ Partial match statistics ============================ This is a complete match for rule1 Match for rule 'rule1': - no parameters - node #1 => org.eclipse.emf.henshin.tests.uml.UMLSpecification@7b5615df (name: null) - node #2 => org.eclipse.emf.henshin.tests.uml.Class@50b622bb (name: null) ============================ ============================ Partial match statistics ============================ This is a complete match for rule1 Match for rule 'rule1': - no parameters - node #1 => org.eclipse.emf.henshin.tests.uml.UMLSpecification@410ca90e (name: null) ============================ Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running org.eclipse.emf.henshin.tests.examples.ExamplesTest Generating Rdb model for 'CarRental.ecore'... Generated Rdb model. Generated result is correct. Java Imports Example: Found correct value: "HELLO WORLD" WARNING (Hidden step): recreating 'eStructuralFeature'-edge from org.eclipse.emf.henshin.wrap.impl.WLinkImpl@71a420a0 (synchronize: true) to null WARNING (Hidden step): recreating 'eStructuralFeature'-edge from org.eclipse.emf.henshin.wrap.impl.WLinkImpl@4604e89 (synchronize: true) to null WARNING (Hidden step): recreating 'eStructuralFeature'-edge from org.eclipse.emf.henshin.wrap.impl.WLinkImpl@3b84028d (synchronize: true) to null === (1) EXECUTED RULE 'createArcPT' [TRUE] === Graph size: 496 nodes, ? edges Match for rule 'createArcPT': - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #3 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #4 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #5 => org.eclipse.emf.ecore.impl.EReferenceImpl@1d608755 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #6 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) Multi-rule #1: Match #0: - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #3 => org.eclipse.emf.ecore.impl.EReferenceImpl@1d608755 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #4 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #5 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #6 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) - node 'net' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@74e6eb7c (synchronize: true) - node #8 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@71a420a0 (synchronize: true) - node 'transition' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@34a5c866 (synchronize: true) - node 'place' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@7bc8a538 (synchronize: true) - node #11 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@27705706 (synchronize: true) Match #1: - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #3 => org.eclipse.emf.ecore.impl.EReferenceImpl@1d608755 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #4 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #5 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #6 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) - node 'net' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@74e6eb7c (synchronize: true) - node #8 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@4604e89 (synchronize: true) - node 'transition' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@2a6a7ad3 (synchronize: true) - node 'place' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@38ad5581 (synchronize: true) - node #11 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@309d4e11 (synchronize: true) Match #2: - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #3 => org.eclipse.emf.ecore.impl.EReferenceImpl@1d608755 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #4 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #5 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #6 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) - node 'net' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@74e6eb7c (synchronize: true) - node #8 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@3b84028d (synchronize: true) - node 'transition' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@31d73f05 (synchronize: true) - node 'place' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@40615f24 (synchronize: true) - node #11 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@4d366eb1 (synchronize: true) Result match for rule 'createArcPT': - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #3 => org.eclipse.emf.ecore.impl.EClassImpl@44b9b19a (name: ArcPT) (instanceClassName: null) (abstract: false, interface: false) - node #4 => org.eclipse.emf.ecore.impl.EAttributeImpl@7b3b18b5 (name: weight) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) - node #5 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #6 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #7 => org.eclipse.emf.ecore.impl.EReferenceImpl@64d35247 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #8 => org.eclipse.emf.ecore.impl.EReferenceImpl@6dbee707 (name: trg) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #9 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) - node #10 => org.eclipse.emf.ecore.impl.EReferenceImpl@1031b4db (name: arcPTs) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true) Multi-rule #1: Result match #0: - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #3 => org.eclipse.emf.ecore.impl.EReferenceImpl@64d35247 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #4 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #5 => org.eclipse.emf.ecore.impl.EReferenceImpl@6dbee707 (name: trg) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #6 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #7 => org.eclipse.emf.ecore.impl.EAttributeImpl@7b3b18b5 (name: weight) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) - node #8 => org.eclipse.emf.ecore.impl.EClassImpl@44b9b19a (name: ArcPT) (instanceClassName: null) (abstract: false, interface: false) - node 'arcPT' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@1f61b9c1 (synchronize: true) - node #10 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) - node 'net' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@74e6eb7c (synchronize: true) - node #12 => org.eclipse.emf.ecore.impl.EReferenceImpl@1031b4db (name: arcPTs) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true) - node #13 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@48ea3dff (synchronize: true) - node #14 => org.eclipse.emf.ecore.impl.EReferenceImpl@1d608755 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node 'transition' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@34a5c866 (synchronize: true) - node 'place' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@7bc8a538 (synchronize: true) - node 'src' => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@a8c55bf (synchronize: true) - node 'trg' => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@3517402 (synchronize: true) - node #19 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@27705706 (synchronize: true) Result match #1: - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #3 => org.eclipse.emf.ecore.impl.EReferenceImpl@64d35247 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #4 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #5 => org.eclipse.emf.ecore.impl.EReferenceImpl@6dbee707 (name: trg) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #6 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #7 => org.eclipse.emf.ecore.impl.EAttributeImpl@7b3b18b5 (name: weight) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) - node #8 => org.eclipse.emf.ecore.impl.EClassImpl@44b9b19a (name: ArcPT) (instanceClassName: null) (abstract: false, interface: false) - node 'arcPT' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@2e126617 (synchronize: true) - node #10 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) - node 'net' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@74e6eb7c (synchronize: true) - node #12 => org.eclipse.emf.ecore.impl.EReferenceImpl@1031b4db (name: arcPTs) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true) - node #13 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@39ec87a2 (synchronize: true) - node #14 => org.eclipse.emf.ecore.impl.EReferenceImpl@1d608755 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node 'transition' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@2a6a7ad3 (synchronize: true) - node 'place' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@38ad5581 (synchronize: true) - node 'src' => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@57bcba63 (synchronize: true) - node 'trg' => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@2770e695 (synchronize: true) - node #19 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@309d4e11 (synchronize: true) Result match #2: - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: false, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #3 => org.eclipse.emf.ecore.impl.EReferenceImpl@64d35247 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #4 => org.eclipse.emf.ecore.impl.EClassImpl@3325eec4 (name: Transition) (instanceClassName: null) (abstract: false, interface: false) - node #5 => org.eclipse.emf.ecore.impl.EReferenceImpl@6dbee707 (name: trg) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node #6 => org.eclipse.emf.ecore.impl.EDataTypeImpl@240581ad (name: EInt) (instanceClassName: int) (serializable: true) - node #7 => org.eclipse.emf.ecore.impl.EAttributeImpl@7b3b18b5 (name: weight) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) - node #8 => org.eclipse.emf.ecore.impl.EClassImpl@44b9b19a (name: ArcPT) (instanceClassName: null) (abstract: false, interface: false) - node 'arcPT' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@4b44f402 (synchronize: true) - node #10 => org.eclipse.emf.ecore.impl.EClassImpl@2440b5a9 (name: Net) (instanceClassName: null) (abstract: false, interface: false) - node 'net' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@74e6eb7c (synchronize: true) - node #12 => org.eclipse.emf.ecore.impl.EReferenceImpl@1031b4db (name: arcPTs) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: true) - node #13 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@1befd5e9 (synchronize: true) - node #14 => org.eclipse.emf.ecore.impl.EReferenceImpl@1d608755 (name: src) (ordered: true, unique: true, lowerBound: 0, upperBound: -1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: false, resolveProxies: true) - node 'transition' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@31d73f05 (synchronize: true) - node 'place' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@40615f24 (synchronize: true) - node 'src' => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@1ec4c253 (synchronize: true) - node 'trg' => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@7b1e6ed (synchronize: true) - node #19 => org.eclipse.emf.henshin.wrap.impl.WLinkImpl@4d366eb1 (synchronize: true) WARNING (Hidden step): recreating 'eClass'-edge from org.eclipse.emf.henshin.wrap.impl.WObjectImpl@38ad5581 (synchronize: true) to null WARNING (Hidden step): recreating 'eClass'-edge from org.eclipse.emf.henshin.wrap.impl.WObjectImpl@40615f24 (synchronize: true) to null WARNING (Hidden step): recreating 'eClass'-edge from org.eclipse.emf.henshin.wrap.impl.WObjectImpl@7bc8a538 (synchronize: true) to null === (2) EXECUTED RULE 'splitPlaceClass' [TRUE] === Graph size: 497 nodes, ? edges Match for rule 'splitPlaceClass': - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #3 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) Multi-rule 'bounded': Match #0: - parameter 'x' => 2 - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node 'boundedPlace' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@38ad5581 (synchronize: true) - node #4 => org.eclipse.emf.henshin.wrap.impl.WValueImpl@4cdb3ef8 (synchronize: true) (eValue: 2) - node #5 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) Match #1: - parameter 'x' => 1 - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node 'boundedPlace' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@40615f24 (synchronize: true) - node #4 => org.eclipse.emf.henshin.wrap.impl.WValueImpl@ba99a7c (synchronize: true) (eValue: 1) - node #5 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) Multi-rule 'unbounded': Match #0: - parameter 'y' => -1 - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node 'unboundedPlace' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@7bc8a538 (synchronize: true) - node #4 => org.eclipse.emf.henshin.wrap.impl.WValueImpl@34168148 (synchronize: true) (eValue: -1) - node #5 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) Result match for rule 'splitPlaceClass': - no parameters - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EClassImpl@1811ee49 (name: BoundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #3 => org.eclipse.emf.ecore.impl.EClassImpl@413306f7 (name: UnboundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #4 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node #5 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) Multi-rule 'bounded': Result match #0: - parameter 'x' => 2 - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EClassImpl@1811ee49 (name: BoundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #3 => org.eclipse.emf.ecore.impl.EClassImpl@413306f7 (name: UnboundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #4 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node 'boundedPlace' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@38ad5581 (synchronize: true) - node #6 => org.eclipse.emf.henshin.wrap.impl.WValueImpl@4cdb3ef8 (synchronize: true) (eValue: 2) - node #7 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) Result match #1: - parameter 'x' => 1 - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EClassImpl@1811ee49 (name: BoundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #3 => org.eclipse.emf.ecore.impl.EClassImpl@413306f7 (name: UnboundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #4 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node 'boundedPlace' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@40615f24 (synchronize: true) - node #6 => org.eclipse.emf.henshin.wrap.impl.WValueImpl@ba99a7c (synchronize: true) (eValue: 1) - node #7 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) Multi-rule 'unbounded': Result match #0: - parameter 'y' => -1 - node #1 => org.eclipse.emf.ecore.impl.EClassImpl@c1b15f8 (name: Place) (instanceClassName: null) (abstract: true, interface: false) - node #2 => org.eclipse.emf.ecore.impl.EClassImpl@1811ee49 (name: BoundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #3 => org.eclipse.emf.ecore.impl.EClassImpl@413306f7 (name: UnboundedPlace) (instanceClassName: null) (abstract: false, interface: false) - node #4 => org.eclipse.emf.ecore.impl.EPackageImpl@7ec5db40 (name: petri) (nsURI: petri, nsPrefix: petri) - node 'unboundedPlace' => org.eclipse.emf.henshin.wrap.impl.WObjectImpl@7bc8a538 (synchronize: true) - node #6 => org.eclipse.emf.ecore.impl.EAttributeImpl@67618412 (name: capacity) (ordered: true, unique: true, lowerBound: 0, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: 1, unsettable: false, derived: false) (iD: false) === (3) EXECUTED UNIT 'main' [TRUE] === Graph size: 497 nodes, ? edges Petri net meta-model evolution finished. Successfully copied bank model. Starting Sierpinski benchmark... 27234MB available memory Using 12 worker threads Level Matches Nodes MatTime AppTime TotTime 1 1 6 8 1 9 2 3 15 2 3 5 3 9 42 3 4 7 4 27 123 3 12 15 5 81 366 7 25 32 6 243 1095 6 60 66 7 729 3282 12 140 152 8 2187 9843 23 82 105 9 6561 29526 12 96 108 10 19683 88575 25 327 352 Stats for rule 'swap': - Number of Executions: 29 - Total execution time: 878ms - Aver. execution time: 30ms Result: AAA BBB CCC DDD EEE FFF GGG HHH III JJJ Starting Banking Example with Map Support Single transfer on small model 100 money transfers on model with 1000 accounts run time with map support: 80ms Starting dining philosophers benchmark... NumThreads: 24 MaxMemory: 27234MB Phils States Trans Time 3 27 63 123 4 81 252 184 5 243 945 337 6 729 3402 820 7 2187 11907 904 Generating state spaces for gossiping girls... MaxMemory: 27234MB Girls States Trans Calls GenTime ChkTime 2 2 2 1 57 18 3 4 6 3 70 4 4 13 31 4 108 5 5 52 198 6 355 12 6 357 2092 8 2435 76 Nodes Couples Time (ms) 102000 6000 936 119000 7000 150 136000 8000 175 153000 9000 176 170000 10000 196 Starting comb benchmark... MaxMemory: 27234M Benchmark for generating sparse grid... Length Nodes Time 10 100 9 20 400 16 30 900 31 40 1600 65 50 2500 125 60 3600 215 70 4900 353 80 6400 565 90 8100 801 100 10000 1048 Benchmark for generating full grid... Length Nodes Time 10 100 12 20 400 66 30 900 118 40 1600 269 50 2500 530 60 3600 1042 Benchmark for matching comb pattern in full grid... GridLen PatLen Matches Time 60 10 3009 183 60 20 2419 93 60 30 1829 123 60 40 1239 139 60 50 649 139 60 60 59 120 Benchmark for matching comb pattern in sparse grid (no matches)... GridLen PatLen Time 100 10 11 100 20 11 100 30 12 100 40 13 100 50 13 100 60 14 100 70 14 100 80 14 100 90 15 100 100 17 Generating GenModel for flowchartdsl.ecore... Successfully generated GenModel. Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.626 sec Results : Tests run: 68, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.sdk 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.sdk --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/features/org.eclipse.emf.henshin.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.henshin.sdk --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:package-feature (default-package-feature) @ org.eclipse.emf.henshin.sdk --- [INFO] Building jar: /jobs/genie.henshin/cbi_henshin_release/workspace/features/org.eclipse.emf.henshin.sdk/target/org.eclipse.emf.henshin.sdk-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:0.20.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.sdk --- [INFO] [INFO] --- tycho-p2-plugin:0.20.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.henshin.sdk --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.eclipse.emf.henshin.p2updatesite 1.2.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] Deleting /jobs/genie.henshin/cbi_henshin_release/workspace/p2updatesite/target [INFO] [INFO] --- tycho-packaging-plugin:0.20.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] The project's OSGi version is 1.2.0.201606140845 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.20.0:publish-products (default-publish-products) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.20.0:publish-categories (default-publish-categories) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] [INFO] --- tycho-p2-publisher-plugin:0.20.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:0.20.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] [INFO] --- tycho-p2-repository-plugin:0.20.0:archive-repository (default-archive-repository) @ org.eclipse.emf.henshin.p2updatesite --- [INFO] Building zip: /jobs/genie.henshin/cbi_henshin_release/workspace/p2updatesite/target/org.eclipse.emf.henshin.p2updatesite-1.2.0-SNAPSHOT.zip [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] parent ............................................ SUCCESS [ 0.093 s] [INFO] org.eclipse.emf.henshin.model ..................... SUCCESS [ 3.473 s] [INFO] org.eclipse.emf.henshin.edit ...................... SUCCESS [ 0.827 s] [INFO] org.eclipse.emf.henshin.editor .................... SUCCESS [ 0.956 s] [INFO] org.eclipse.emf.henshin.diagram ................... SUCCESS [ 1.942 s] [INFO] org.eclipse.emf.henshin.interpreter ............... SUCCESS [ 0.396 s] [INFO] org.eclipse.emf.henshin.trace ..................... SUCCESS [ 0.130 s] [INFO] org.eclipse.emf.henshin.statespace ................ SUCCESS [ 0.642 s] [INFO] org.eclipse.emf.henshin.statespace.external ....... SUCCESS [ 0.248 s] [INFO] org.eclipse.emf.henshin.wrap ...................... SUCCESS [ 0.177 s] [INFO] org.eclipse.emf.henshin.examples .................. SUCCESS [ 0.730 s] [INFO] org.eclipse.emf.henshin.giraph .................... SUCCESS [ 0.635 s] [INFO] org.eclipse.emf.henshin.interpreter.ui ............ SUCCESS [ 0.863 s] [INFO] org.eclipse.emf.henshin.statespace.explorer ....... SUCCESS [ 0.659 s] [INFO] org.eclipse.emf.henshin.tests ..................... SUCCESS [ 49.886 s] [INFO] org.eclipse.emf.henshin.sdk ....................... SUCCESS [ 0.289 s] [INFO] org.eclipse.emf.henshin.p2updatesite .............. SUCCESS [ 4.970 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:31 min [INFO] Finished at: 2016-06-14T04:46:58-05:00 [INFO] Final Memory: 163M/4662M [INFO] ------------------------------------------------------------------------ Finished: SUCCESS